Created
May 25, 2013 13:25
-
-
Save thomasstr/5649030 to your computer and use it in GitHub Desktop.
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 POST "/projects" for 127.0.0.1 at 2013-05-25 15:24:16 +0200 | |
Processing by ProjectController#create as HTML | |
Parameters: {"utf8"=>"✓", "authenticity_token"=>"jaXD4d7Qg+seIiSlbqcm9bF6m7lJ+GsYkGkDVPgM40M=", "project"=>{"project_name"=>"Thomas", "project_pass"=>"928irte"}, "commit"=>"Lag"} | |
Rendered project/new.html.erb within layouts/application (2.6ms) | |
Rendered layouts/_messages.html.erb (0.1ms) | |
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1[0m | |
Rendered layouts/_menu.html.erb (3.1ms) | |
Rendered layouts/_footer.html.erb (0.3ms) | |
Completed 200 OK in 99ms (Views: 97.4ms | ActiveRecord: 0.3ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment