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

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -