Skip to content

Instantly share code, notes, and snippets.

@thomasstr
Created May 25, 2013 13:25
Show Gist options
  • Save thomasstr/5649030 to your computer and use it in GitHub Desktop.
Save thomasstr/5649030 to your computer and use it in GitHub Desktop.
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)
User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
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