search for: librarycontrol

Displaying 2 results from an estimated 2 matches for "librarycontrol".

2007 Sep 11
3
Production mode bug with ruby/amazon
...o amazon''s web service (ECS, using ruby/amazon from http://www.caliban.org/ruby/ruby-amazon.shtml). In the dev environment, everything''s peachy. But in production mode, after I''ve left the app up for a couple of hours (sometimes, minutes), I get an exception: Processing LibraryController#add_to_library (for 24.7.104.3 at 2007-09-11 07:36: 11) [POST] Session ID: 1bc197aadd3678c166a758604c072753 Parameters: {"commit"=>"Submit", "action"=>"add_to_library", "controller"=>"li brary", "query"=>{&quot...
2006 May 19
2
update_attributes
My application is so far mostly built from scaffold. When I edit an existing record (I''ve turned off validation) the update method is called. I get this error: NoMethodError in <module>/<controller>#update You have a nil object when you didn''t expect it! You might have expected an instance of Array. The error occured while evaluating nil.+ I get the same error when