ruby on rails - rvm, associate a gemset to a project -
is possible associate project (that root directory of ruby project) gemset? thought
rvm gemset use mytestgemset
would that, temporary , exiting , entering again restores original gemset.
i have set "test" gemset test new version of gems. don't think have issue rvm gemset use mytestgemset each time launch test application, i?
in directory of rails app add file called .rvmrc text rvm gemset use mytestgemset in it.
when cd directory rvm notify has switched gemset in use. first time need confirm, afterwards switch automatically.
Comments
Post a Comment