ActiveRecord Base, undefined method in mongrel but works in

Hey all,

I have a problem where for one class in my web application, any of the
methods inherited from activeRecord Base do not work using Mongrel,
but everything works perfectly using webbrick.

Any pointers would be great since I’m rather befuddled. Also, if more
information is needed to help figure this out just let me know.

thanks,
Sean

Here are two example error messages:

Example 1:

undefined method `count’ for Stop:Class

/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/pagination.rb:172:in
count_collection_for_pagination' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/pagination.rb:196:inpaginator_and_collection_for’
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/pagination.rb:129:in
paginate' #{RAILS_ROOT}/app/controllers/admin/stop_controller.rb:8:inlist’
#{RAILS_ROOT}/app/controllers/admin/stop_controller.rb:3:in `index’

Example 2:

undefined method `find’ for Stop:Class

#{RAILS_ROOT}/app/controllers/admin/route_controller.rb:8:in `index’