On Fri, Feb 27, 2009 at 12:10 PM, jstark <[email protected]> wrote: > Is there a way to run rails 2.3 instead of 2.2.2 ? i > would not like to uninstall rails 2.2.2.
You don't need to uninstall rails -- here's my system output from `sudo gem list --local rails` *** LOCAL GEMS *** rails (2.2.2, 2.1.0, 2.0.2, 1.2.6, 1.2.3) If I want/need to use other than the latest version, I just put that into config/environment.rb e.g. RAILS_GEM_VERSION = '2.1.0' unless defined? RAILS_GEM_VERSION Works just fine (and I'm also on Mac OS 10.5). HTH! -- Hassan Schroeder ------------------------ [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

