Paul Bergstrom wrote in post #965521: > David Kahn wrote in post #965487: > >> I think this is right... also I would recommend you trying to use >> gemsets -- > > Yes, I've realized that's the way to go. Trying to figure out how to do > it. Thanks.
Once you get your gemsets configured look into using .rvmrc files in your projects to automate the switching of your environment. rvm gemset create my_gemset rvm use 1....@my_gemset my_project --> .rvmrc ------------------ rvm 1....@my_gemset http://rvm.beginrescueend.com/workflow/rvmrc/ And don't forget to set your default interpreter: http://rvm.beginrescueend.com/rubies/default/ -- 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.

