RVM (Ruby Version Manager) 1.0.0
11–20 of 41 posts
Re: RVM (Ruby Version Manager) 1.0.0
#12Re: RVM (Ruby Version Manager) 1.0.0
#13+ Rubinius will remove the GIL ("the work has already begun" -- Yehuda Katz http://yehudakatz.com/2010/08/14/threads-in-ruby-enough-alre...)
+ MacRuby will be even faster, more stable and more documented
It will be an awesome end of 2010/2011 for Ruby programmers.
Re: RVM (Ruby Version Manager) 1.0.0
#14For those developing Ruby libraries, RVM makes multi-version testing a breeze.
Re: RVM (Ruby Version Manager) 1.0.0
#15http://rvm.beginrescueend.com/gemsets/basics/ http://rvm.beginrescueend.com/workflow/rvmrc/
Re: RVM (Ruby Version Manager) 1.0.0
#16Here is a nice post on RVM (and Perlbrew): Two tools you should be using, if you aren't already http://ithaca.arpinum.org/2010/06/13/rvm-and-perlbrew.html
Re: RVM (Ruby Version Manager) 1.0.0
#17Re: RVM (Ruby Version Manager) 1.0.0
#18best feature: hopping on irc #rvm on freenode for instant assistance
Re: RVM (Ruby Version Manager) 1.0.0
#19Earlier 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.