I am using Rails v2.3 for my project. Then I decided to use Rails Enterprise Edition.
So, I installed Rails Enterprise Edition in RVM.
But after that, how to tell my project to use this new installed Rails enterprise edition?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
work woth RVM very simple!
You could see list of all installed ruby versions by typing
To set one of them as current call:
If you are using gemsets call this:
After selecting current ruby version you could again check “rvm list”. Near current ruby version there will be arrow.
If you would like to use specific version of ruby in special folder, than put file called “.rvmrc” in that directory (I placed this file in each project root) with content:
See more info at official RVM site http://beginrescueend.com/rvm/basics/