On Sat, Dec 27, 2008 at 8:30 PM, Richard Schneeman < [email protected]> wrote:
> > > Did you edit the RAILS_GEM_VERSION in the correct environment.rb? > > > here is my entire environment.rb file...http://pastie.org/347697 > > slangasaurus/config/environment.rb > > RAILS_GEM_VERSION = '2.2.2' unless defined? RAILS_GEM_VERSION > > i've also tried just editing down to " RAILS_GEM_VERSION = '2.2.2' " > > 166:slangasaurus richardschneeman$ rails -v > Rails 2.2.2 > > Nothing seems to affect the version that my script/server runs on... > Hi, I had a similar issue where I performed the following action to resolve the problem: sudo gem install rails -Conrad --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

