On Sep 30, 5:18 pm, Kenneth McDonald
<[EMAIL PROTECTED]> wrote:
> I'm getting the following when doing a db:migrate after installing RoR  
> 2+:
>
> Macintosh-4:ui Ken$ rake db:migrate
> /usr/local/bin/rake:17: undefined method `require_gem' for main:Object  
> (NoMethodError)
>
> I have done a ' sudo gem update --system'. Any thoughts as to what  
> might be causing this?
>

Your app was written for an old version of rubygems. require_gem was
deprecated a while back (replaced with gem) and eventually removed.
If you've just updated your app to a new version of rails, then
running rake rails:update will update things like boot.rb which may
have been using require_gem

Fred
> This is on OS X 10.5
>
> Thanks,
> Ken
--~--~---------~--~----~------------~-------~--~----~
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