Peter Vandenabeele wrote in post #970143: [...] > Thanks for that hint. It lead me to this page: > > http://rvm.beginrescueend.com/gemsets/basics/
You hadn't read that before? > > Now that we have bundler (with it's Gemfile) and rvm, > what would be the best way to run e.g. a Rails 2.3.8 > and a 3.0.3 on the same Ruby 1.8.7 version in rvm ? > > Would it be useful to use rvm gemsets, Of course. That way each project is completely independent. > or just rely > on bundler to select the correct gem versions from > a single default rvm gemset? Why make extra work for yourself? > > Thanks, > > Peter Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] Sent from my iPhone -- 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.

