>> Jason: I think that the function "require_gem" is now just "require" [snip] >> line 28 of your config/boot.rb file.
Hey Richard, no it may not be there, but you have this error in your log from above: >> ./script/../config/boot.rb:28: undefined method `require_gem' for >> main:Object (NoMethodError) so boot.rb is calling a function in a file somewhere else, which may in-turn be calling another file somewhere with "require_gem" inside of it. Sometimes tracking this down is a pain, however that's what the stack trace is good for. It can often help you discover where the problem is, in this case I would've guessed it was with a version of rails or a version of gems - the older of which would have been calling "require_gem", the newer of which would have been calling "require". -- 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 -~----------~----~----~----~------~----~------~--~---

