From: Roger Pack Date: 2010-09-29T02:46:09+09:00 Subject: Re: ActiveRecord > MySQL > undefined method `more_results' > In my development environment everything works perfectly, however, when > I deploy the script in the production environment, it fails with the > following error: > > activerecord-3.0.0/lib/active_record/connection_adapters/mysql_adapter.rb:623:in > `select': undefined method `more_results' for # > (NoMethodError) I would step through where this call is *working* in development, see where it should have been defined (but apparently isn't in production). -- Posted via http://www.ruby-forum.com/.