Is it possible to associate a project (that is the root directory of a ruby project) with a certain gemset? I thought that
rvm gemset use mytestgemset
would do that, but it is temporary and just exiting and entering again restores the original gemset.
I have set up a "test" gemset where i test new version of gems. I don't think i have to issue a rvm gemset use mytestgemset
each time i launch my test application, do I?