comopasta Gr
2010-May-14 19:23 UTC
Can I play with Rails 3 without destroying my Rails 2 setup?
Hi, I should start playing with Rails 3 but I don''t want to use a different machine for that. I am currently on Rails 2.3.5 and I''m not yet using RVM. I know the RVM will help on the Ruby side. But what about the Rails side, how can I make sure I can start Rails 3 but use Rails 2 for "normal" work? I''m on OSX. Cheers. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
steve ross
2010-May-15 05:58 UTC
Re: Can I play with Rails 3 without destroying my Rails 2 setup?
On May 14, 2010, at 12:23 PM, comopasta Gr wrote:> > Hi, > > I should start playing with Rails 3 but I don''t want to use a different > machine for that. > > I am currently on Rails 2.3.5 and I''m not yet using RVM. > I know the RVM will help on the Ruby side. But what about the Rails > side, how can I make sure I can start Rails 3 but use Rails 2 for > "normal" work? > I''m on OSX. > > Cheers.You want RVM. You can change not only your Ruby but also your GEMHOME. That means you can install Rails 3 in one install and never allow its gems to touch your Rails2 install. I installed REE and Rails3 for one installation and 1.8.7 and Rails 2 for another. Works great. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
comopasta Gr
2010-May-15 07:12 UTC
Re: Can I play with Rails 3 without destroying my Rails 2 setup?
Thanks Steve! Cheers. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.