Skip to content

Instantly share code, notes, and snippets.

@patrickberkeley
Created August 15, 2009 02:10
Show Gist options
  • Save patrickberkeley/168203 to your computer and use it in GitHub Desktop.
Save patrickberkeley/168203 to your computer and use it in GitHub Desktop.
Processing ItemsController#show (for 127.0.0.1 at 2009-08-14 21:59:41) [GET]
Parameters: {"timestamp"=>"1250301581724", "action"=>"show", "id"=>"auto_complete_for_category_name", "q"=>"ri", "controller"=>"items", "limit"=>"150"}
User Columns (2.2ms) SHOW FIELDS FROM `users`
User Load (0.5ms) SELECT * FROM `users` WHERE (`users`.`id` = '1') LIMIT 1
Item Columns (2.1ms) SHOW FIELDS FROM `items`
Item Load (0.7ms) SELECT * FROM `items` WHERE (`items`.`id` = 0)
ActiveRecord::RecordNotFound (Couldn't find Item with ID=auto_complete_for_category_name):
app/controllers/items_controller.rb:12:in `show'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment