Solved!
on June 23, 2009, 08:30 PM UTC — from
kueda ( 751 views )
I recently put some shared code from a Rails app into a module in app/models/shared/sweepers_module.rb. The module itself was called Shared::Sweepers. I included it in some sweeper classes, and everything worked fine in Mongrel. In Passenger, though, I got the
Ruby on Rails application could not be started
page, complaining about
NameError: uninitialized constant Shared::Sweepers