Live data from Hacker News

RVM (Ruby Version Manager) 1.0.0

wayneeseguin.beginrescueend.com

11–20 of 41 posts

Re: RVM (Ruby Version Manager) 1.0.0

#12
post #3
post #2

If 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?

it is huge for developing/maintaining a gem since you can run your tests easily across all sorts of ruby versions and gemsets

Re: RVM (Ruby Version Manager) 1.0.0

#13
RVM 1.0.0, Ruby 1.9.2 and Rails 3.

+ 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

#14
I use RVM for all Ruby installations now. I can't think of a distro or UNIX flavour whose Ruby packages are so good that I would use them instead of RVM. That includes Gentoo, Debian, Ubuntu, CentOS, BSD, OSX.

For those developing Ruby libraries, RVM makes multi-version testing a breeze.

Re: RVM (Ruby Version Manager) 1.0.0

#16

Here 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

Wow. I just want to record how cool this feels. I got posted on Hacker News by someone other than me. Thanks.

Re: RVM (Ruby Version Manager) 1.0.0

#18
post #10

best feature: hopping on irc #rvm on freenode for instant assistance

This can't be emphasized enough. Wayne's post about 1.0.0 reveals how close to burn out he was, but on the outside, he is seemingly tireless. He is on #rvm so many hours, quickly answering questions, over and above the work he does coding directly for rvm (not to mention his, you know, paying work and life). Sutto has also been in #rvm a lot over the summer I think.

Re: RVM (Ruby Version Manager) 1.0.0

#19
post #7
post #3

Earlier 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.

Sounds like a beastly equivalent of Python's virtualenv?
Post reply on HN