I notice that everytime I switch gemsets I have to run bundle install. I never had to do this before. What could be the problem?
Also rvm use 1.9.3-p0@name_of is the correct command to be using right?
I have this set in an .rvmrc file for each directory for my apps.
In .rvmrc you just specify what are you will be use:
And when you want to use this specific gemset just:
Or even better create and alias for your project!!!
and after, when you will use the gemset just type:
Hope you find this helpful!