On Sun, Apr 20, 2008 at 1:03 PM, Jake Dempsey <[EMAIL PROTECTED]> wrote: > I just imported my opensource project eXPlainPMT but when I try to > view the app i get the following in my mongrel crash log: > > dependencies.rb:478:in `const_missing': uninitialized constant > Mongrel::Configurator::RAILS_GEM_VERSION (NameError)
You need to add a line like this to your config/environment.rb: RAILS_GEM_VERSION = '2.0.2' Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
