Please quote when replying! Rob Th wrote in post #966685: > Sorry, I interpreted you remarks as "switch" back and forth. I want to > 'blow away' - remove - delete all rails except 2.2.2. > > "RVM also lets you switch between different gemsets" usually means > switch between.
Yes. It's usually best to have a separate gemset for each Rails application. That way, each application sees only the gems it needs. > I just want one version. No, you probably want one version *per application*. > I still think rvm is confusing. It's a lot less confusing that any of the other gem management solutions I'm aware of. Try it! > > Ok, so how do I use rvm to remove the other versions of rails from Macs? You don't need to. Just declare a gemset that doesn't include the gems you don't want. > Or is there a another way? Well, you needn't usually worry too much. Gems are designed so that multiple versions can coexist, and Rails applications pick the version they want in the environment.rb file. 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.

