eveevans
eveevans

Reputation: 4460

Bundler and RVM for Rails 3

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

Answers (1)

Greg Dan
Greg Dan

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

Related Questions