RVM (Ruby Version Manager) 1.0.0
wayneeseguin.beginrescueend.com
RVM (Ruby Version Manager) 1.0.0
1–10 of 41 posts
Re: RVM (Ruby Version Manager) 1.0.0
#2Re: RVM (Ruby Version Manager) 1.0.0
#3If you develop Rails apps, and your not using RVM and gemsets... bless your heart.
Re: RVM (Ruby Version Manager) 1.0.0
#4Re: RVM (Ruby Version Manager) 1.0.0
#5Re: RVM (Ruby Version Manager) 1.0.0
#6On OS X, the entire process of installing was painless, straightforward, and took very little time. The process of learning it took even less time.
Highly recommended.
Re: RVM (Ruby Version Manager) 1.0.0
#7If you develop Rails apps, and your not using RVM and gemsets... bless your heart.
Is there a use-case outside of running ruby 1.8 and 1.9 at the same time?
Re: RVM (Ruby Version Manager) 1.0.0
#8Earlier quoted context omitted.
Is there a use-case outside of running ruby 1.8 and 1.9 at the same time?
Gemsets for different apps, running MRI vs REE, and really you can run and switch from any flavor of Ruby (including JRuby) in an instant. It handles all the configuration and compilation for installation. Huge time saver, even if you are one of the few that only need one ruby version.
Re: RVM (Ruby Version Manager) 1.0.0
#9If you develop Rails apps, and your not using RVM and gemsets... bless your heart.
Is there a use-case outside of running ruby 1.8 and 1.9 at the same time?