Ruby Version Manager: Easily Use Multiple Ruby Versions At Once
1–10 of 18 posts
Re: Ruby Version Manager: Easily Use Multiple Ruby Versions At Once
#2Re: Ruby Version Manager: Easily Use Multiple Ruby Versions At Once
#3Re: Ruby Version Manager: Easily Use Multiple Ruby Versions At Once
#4Re: Ruby Version Manager: Easily Use Multiple Ruby Versions At Once
#5Maybe this is a stupid question but do people switch between vm's a lot?
Re: Ruby Version Manager: Easily Use Multiple Ruby Versions At Once
#6I'm installing now and excited to start building 1.9 apps at home without interrupting development on the 1.8 apps at work
Re: Ruby Version Manager: Easily Use Multiple Ruby Versions At Once
#7This looks like a pretty useful project. If you're using a Debian-based Linux distro, you also already have "alternatives," which is a pretty powerful framework for doing almost this exact thing.
The glacial release cycles and pointless package freezing don't help, nor does their anal-retentive insistence on rearranging everything to fit just-so into their standard filesystem layout. It infuriates them that gems are intended to be self-contained and allow multiple versions to be installed with no symlink assery.
Re: Ruby Version Manager: Easily Use Multiple Ruby Versions At Once
#8Basically, it's worth persevering with. Or at least going on #rvm on irc.freenode.net and bugging the creator about ;-)
Re: Ruby Version Manager: Easily Use Multiple Ruby Versions At Once
#9This looks like a pretty useful project. If you're using a Debian-based Linux distro, you also already have "alternatives," which is a pretty powerful framework for doing almost this exact thing.
Except that Debian's packaging policy shits all over how people actually use and distribute libraries in languages that have native packaging systems -- in my experience both Ruby and Haskell are totally fucked, and Python is done pretty decently considering. The glacial release cycles and pointless package freezing don't help, nor does their anal-retentive insistence on rearranging everything to fit just-so into the…
And about packages getting rearranged, yeah, I like FreeBSD's ports better too, but you really should be using apt-get only to install rubygems and then use gem rather than apt to install the gems.
Re: Ruby Version Manager: Easily Use Multiple Ruby Versions At Once
#10Maybe this is a stupid question but do people switch between vm's a lot?