On Jun 5, 4:47 pm, Rusty Rustybucket <rails-mailing-l...@andreas-
s.net> wrote:
> > 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.

gem list mongrel --local

if you have more than one version installed, it'll be listed there.
easiest thing to do seems to be to just uninstall your latest version
that's giving you problems, then upgrading the app more gradually
later.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to