RVM Gemsets: Awesomeness

rvm gemset require rubygems

04|11|2010

If you have recently been keeping up to date with Ruby, and have tried using multiple versions at the same time, you’re most probably using RVM to manage these different versions.

RVM is pretty awesome. But like any tool, you have to grok it a little so you know what it does behind the scenes when you use it.

Gemsets allow you to isolate gems per project

Ever since RVM released the gemset feature, I’ve never stopped using it on all projects. One very interesting, and probably underused feature of it is the ability to automatically switch to a gemset after cding to a directory, i.e.

blog comments powered by Disqus