Skip to content

Instantly share code, notes, and snippets.

@dankozlowski
Created February 14, 2011 21:40
Show Gist options
  • Save dankozlowski/826607 to your computer and use it in GitHub Desktop.
Save dankozlowski/826607 to your computer and use it in GitHub Desktop.
Started GET "/organizations/10" for 127.0.0.1 at 2011-02-14 13:40:24 -0800
Processing by OrganizationsController#show as HTML
Parameters: {"id"=>"10"}
User Load (0.8ms) SELECT "users".* FROM "users" WHERE ("users"."id" = 1) LIMIT 1
Organization Load (0.8ms) SELECT "organizations".* FROM "organizations" WHERE ("organizations"."id" = 10) LIMIT 1
CACHE (0.0ms) SELECT "users".* FROM "users" WHERE ("users"."id" = 1) LIMIT 1
Rendered organizations/show.html.erb within layouts/application (21.8ms)
Completed 200 OK in 75ms (Views: 26.8ms | ActiveRecord: 2.6ms)
Started GET "/avatars/medium/missing.png" for 127.0.0.1 at 2011-02-14 13:40:24 -0800
ActionController::RoutingError (No route matches "/avatars/medium/missing.png"):
Rendered /Users/Dank/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.3ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment