Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created June 12, 2011 22:01
Show Gist options
  • Save SpencerCooley/1022045 to your computer and use it in GitHub Desktop.
Save SpencerCooley/1022045 to your computer and use it in GitHub Desktop.
Started GET "/carts/1" for 127.0.0.1 at Sun Jun 12 16:50:01 -0500 2011
Processing by CartsController#show as HTML
Parameters: {"id"=>"1"}
Cart Load (0.5ms) SELECT "carts".* FROM "carts" WHERE "carts"."id" = 1 LIMIT 1
LineItem Load (0.8ms) SELECT "line_items".* FROM "line_items" WHERE ("line_items".cart_id = 1)
Product Load (0.7ms) SELECT "products".* FROM "products" WHERE "products"."id" = 2 ORDER BY title LIMIT 1
Product Load (0.7ms) SELECT "products".* FROM "products" WHERE "products"."id" = 3 ORDER BY title LIMIT 1
Rendered carts/show.html.erb within layouts/application (129.5ms)
Completed 200 OK in 174ms (Views: 142.1ms | ActiveRecord: 6.4ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment