Peter Vandenabeele wrote in post #970139: > Colin Law wrote in post #970077: >> On 22 December 2010 16:31, Fritz Trapper <[email protected]> wrote: >>> Is it possible, to run both versions side by side on the same ubuntu >>> 10.04, or do I have to expect difficulties? >> >> No problem provided you use rvm >> >> Colin > > Maybe 'rvm' is not a critical requirement for this (?)
RVM is the best way to do it. > > I think the requirement is to have: > * either the different versions of the gems installed > * or to vendor the rails versions Right. And RVM is the easiest way of managing that (thanks to its gemset features). If you're using different Ruby interpreters, RVM is essential. [...] > Or did I overlook something ? You overlooked the fact that without gemsets and interpreter management, this gets messy fast. > > HTH, > > Peter Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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 [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.

