Re: [Rails] Ruby on Lion: How to have multiple ruby versions running?

2011-07-16 Thread Max Schubert
Absolutely! On 7/16/11, Hassan Schroeder wrote: > On Sat, Jul 16, 2011 at 10:48 AM, Max Schubert > wrote: > >> You will most likely come to appreciate it very much if you transition >> between frameworks and/or web containers. > > Or if you have a mix of new/greenfield and legacy apps to maintai

Re: [Rails] Ruby on Lion: How to have multiple ruby versions running?

2011-07-16 Thread Hassan Schroeder
On Sat, Jul 16, 2011 at 10:48 AM, Max Schubert wrote: > You will most likely come to appreciate it very much if you transition > between frameworks and/or web containers. Or if you have a mix of new/greenfield and legacy apps to maintain using different platforms and with different upgrade timel

Re: [Rails] Ruby on Lion: How to have multiple ruby versions running?

2011-07-16 Thread Max Schubert
In all seriousness it has been incredibly helpful for our team as we have migrated from merb to sinatra to rails and from mongrel to passenger under apache amd then nginx - lots of ruby version-specific testing and validation with those and ruby 186, then ruby 187, then 187 enterprise and now gett

Re: [Rails] Ruby on Lion: How to have multiple ruby versions running?

2011-07-16 Thread Max Schubert
Woah, woah, wait - we all know bomb is an official computer science term for 'delivers measurable improvements in efficiency and effectiveness' Yes, it is that good, you will see measurable improvements throughout your life, all thanks to one smallish utility. On 7/16/11, Colin Law wrote: > O

Re: [Rails] Ruby on Lion: How to have multiple ruby versions running?

2011-07-16 Thread Colin Law
On 16 July 2011 17:47, Max Schubert wrote: > Rvm is the bomb! Presumably this is in the context of a virtual universe where bombs are good. Or do you mean that it will blow up the machine? Colin > > On 7/16/11, Chris Mear wrote: >> On 16 Jul 2011, at 03:14, Mel Brands wrote: >> >>> Is there

Re: [Rails] Ruby on Lion: How to have multiple ruby versions running?

2011-07-16 Thread Max Schubert
Rvm is the bomb! On 7/16/11, Chris Mear wrote: > On 16 Jul 2011, at 03:14, Mel Brands wrote: > >> Is there a best practice guideline that tells you how to compile, >> install & run different ruby interpreters and different version of >> gems? > > Use RVM: > > https://rvm.beginrescueend.com/ > >

Re: [Rails] Ruby on Lion: How to have multiple ruby versions running?

2011-07-16 Thread Chris Mear
On 16 Jul 2011, at 03:14, Mel Brands wrote: > Is there a best practice guideline that tells you how to compile, > install & run different ruby interpreters and different version of > gems? Use RVM: https://rvm.beginrescueend.com/ Chris -- You received this message because you are subscribed

[Rails] Ruby on Lion: How to have multiple ruby versions running?

2011-07-16 Thread Mel Brands
Hi guys, I'm preparing my development machines for the imminent release of new Lion OS and I have few questions that I'm hoping someone will help me with. Lion supposedly comes with 1.8.7 version of MRI (ruby 1.8.7 (2010-01-10 patchlevel 249)) and I still have some projects that need 1.8.6 branch