how can i select a version of rails to be installed? thanks, jason --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
gem install rails -v=1.2.5 To install version 1.2.5. On Dec 10, 2007 12:57 PM, jason white <sillymunkie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> how can i select a version of rails to be installed? > thanks, > jason > > > >-- Ryan Bigg http://www.frozenplague.net --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I should also mention that if you are running two apps that require different versions of rails you can install both versions and in the config/environment.rb file of the applications specify the version as the value of RAILS_GEM_VERSION. On Dec 10, 2007 1:22 PM, Ryan Bigg <radarlistener-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> gem install rails -v=1.2.5 > > To install version 1.2.5. > > > On Dec 10, 2007 12:57 PM, jason white <sillymunkie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > how can i select a version of rails to be installed? > > thanks, > > jason > > > > > > > > > > > -- > Ryan Bigg > http://www.frozenplague.net-- Ryan Bigg http://www.frozenplague.net --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---