> That's a really really old version of rubygems, but quite a new > version of mongrel. There used to be a method in rubygems called > require_gem, but later on that was renamed to just gem, which mongrel > is trying to call but which doesn't exist in your version of rubygems. > If you do update rubygems then you'll probably run into the fact that > your version of rails (or the boot.rb script in your app) is still > using require_gem, but require_gem was eventually removed from > rubygems. It should just be a matter of replacing calls to require_gem > with calls to gem. > > Fred
That's what I was thinking.... Anyone got a suggestion of what version of mongrel to try and run? Or possibly better, how do I determine what version of mongrel is running on the current server. mongrel -v ?? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

