Mel Brands
2011-Jul-16 02:14 UTC
Ruby on Lion: How to have multiple ruby versions running?
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 and also many that are on 1.9.x branch. Is there a best practice guideline that tells you how to compile, install & run different ruby interpreters and different version of gems? Thank you for any pointers or insight! Mel -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Chris Mear
2011-Jul-16 11:39 UTC
Re: Ruby on Lion: How to have multiple ruby versions running?
On 16 Jul 2011, at 03:14, Mel Brands <bighype-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Max Schubert
2011-Jul-16 16:47 UTC
Re: Ruby on Lion: How to have multiple ruby versions running?
Rvm is the bomb! On 7/16/11, Chris Mear <chrismear-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On 16 Jul 2011, at 03:14, Mel Brands <bighype-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Colin Law
2011-Jul-16 16:50 UTC
Re: Ruby on Lion: How to have multiple ruby versions running?
On 16 July 2011 17:47, Max Schubert <max.schubert-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 <chrismear-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> On 16 Jul 2011, at 03:14, Mel Brands <bighype-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 to the Google Groups >> "Ruby on Rails: Talk" group. >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> >> > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Max Schubert
2011-Jul-16 17:00 UTC
Re: Ruby on Lion: How to have multiple ruby versions running?
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 <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> On 16 July 2011 17:47, Max Schubert <max.schubert-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 <chrismear-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >>> On 16 Jul 2011, at 03:14, Mel Brands <bighype-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 to the Google Groups >>> "Ruby on Rails: Talk" group. >>> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>> To unsubscribe from this group, send email to >>> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>> For more options, visit this group at >>> http://groups.google.com/group/rubyonrails-talk?hl=en. >>> >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> >> > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Max Schubert
2011-Jul-16 17:48 UTC
Re: Ruby on Lion: How to have multiple ruby versions running?
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 getting everything working with 192 MRI. You will most likely come to appreciate it very much if you transition between frameworks and/or web containers. Max On 7/16/11, Max Schubert <max.schubert-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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 <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: >> On 16 July 2011 17:47, Max Schubert <max.schubert-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 <chrismear-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >>>> On 16 Jul 2011, at 03:14, Mel Brands <bighype-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 to the Google >>>> Groups >>>> "Ruby on Rails: Talk" group. >>>> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>>> To unsubscribe from this group, send email to >>>> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>>> For more options, visit this group at >>>> http://groups.google.com/group/rubyonrails-talk?hl=en. >>>> >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups >>> "Ruby on Rails: Talk" group. >>> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>> To unsubscribe from this group, send email to >>> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>> For more options, visit this group at >>> http://groups.google.com/group/rubyonrails-talk?hl=en. >>> >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> >> >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hassan Schroeder
2011-Jul-16 18:38 UTC
Re: Ruby on Lion: How to have multiple ruby versions running?
On Sat, Jul 16, 2011 at 10:48 AM, Max Schubert <max.schubert-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 timelines. Truly a lifesaver! -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org http://about.me/hassanschroeder twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Max Schubert
2011-Jul-16 19:16 UTC
Re: Ruby on Lion: How to have multiple ruby versions running?
Absolutely! On 7/16/11, Hassan Schroeder <hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Sat, Jul 16, 2011 at 10:48 AM, Max Schubert <max.schubert-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > 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 timelines. > > Truly a lifesaver! > > -- > Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > http://about.me/hassanschroeder > twitter: @hassan > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.