If I have bundler do I still need rvm for Rails 3 applications in production?
I’m not pretend to have many ruby version running
If I have bundler do I still need rvm for Rails 3 applications in
Share
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.
You don’t need RVM if you are happy with Ruby version bundled with your production server OS.
However Linux distributions usually have old, not patched versions of Ruby. So I suggest to install RVM, this is quite easy to do, and install newest patched Ruby version.