Reputation: 4460
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
Upvotes: 0
Views: 141
Reputation: 6298
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.
Upvotes: 2