This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started GET "/posts/11/edit" for 127.0.0.1 at 2015-04-04 22:41:21 +0200 | |
Processing by PostsController#edit as HTML | |
Parameters: {"id"=>"11"} | |
User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 27]] | |
Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 11]] | |
Rendered posts/_form.html.erb (5.8ms) | |
Rendered posts/edit.html.erb within layouts/application (6.7ms) | |
Rendered layouts/_head_tag.html.erb (242.7ms) | |
Rendered layouts/_header.html.erb (5.1ms) | |
Rendered layouts/_messages.html.erb (0.3ms) |
NewerOlder