RVM new feature auto-switch gemset – project level gemset
Today I noticed RVM have project level gemset
It’s easy to use. Just put a .rvmrc into the folder you want to switch ruby or gemset
Like to we have a rails3 project we can put a .rvmrc into project folder. insert following content in.
It’s just like we run rvm use 1.9.7@rails3






