Created
February 14, 2011 21:40
-
-
Save dankozlowski/826607 to your computer and use it in GitHub Desktop.
This file contains 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 "/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