Can you have multiple Versions of Rails Installed? And if you do, how do you say to use a particular version? -- 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 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 -~----------~----~----~----~------~----~------~--~---
On 2 Dec 2007, at 14:52, Trent Black (gemblon) wrote:> > Can you have multiple Versions of Rails Installed? > And if you do, how do you say to use a particular version?gems allows you to have multiple version of a gem. You environment.rb will have something like RAILS_GEM_VERSION = ''1.2.3'' unless defined? RAILS_GEM_VERSION at the top, just change that as desired. Personally I always freeze my gems into vendor/rails, at which point this becomes a total non-issue. Fred --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Frederick Cheung wrote:> On 2 Dec 2007, at 14:52, Trent Black (gemblon) wrote: > >> >> Can you have multiple Versions of Rails Installed? >> And if you do, how do you say to use a particular version? > > gems allows you to have multiple version of a gem. You environment.rb > will have something like > RAILS_GEM_VERSION = ''1.2.3'' unless defined? RAILS_GEM_VERSION > at the top, just change that as desired. > Personally I always freeze my gems into vendor/rails, at which point > this becomes a total non-issue. > > Fredthanks. you rock. Fred is really, Yoda, in disguise. -- 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 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 -~----------~----~----~----~------~----~------~--~---
On Dec 2, 7:48 am, "Trent Black (gemblon)" <rails-mailing-l...@andreas- s.net> wrote:> Frederick Cheung wrote: > > On 2 Dec 2007, at 14:52, Trent Black (gemblon) wrote: >> > thanks. you rock. Fred is really, Yoda, in disguise.i think it''s Matz or DHH or fake steve jobs. Or the guy that wrote the entire about.com site ;-p --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---