From: Hassan Schroeder Date: 2009-12-26T05:53:32+09:00 Subject: Re: question about multiple ruby + gems installations for dev/test/prod On Fri, Dec 25, 2009 at 11:31 AM, Alex Rice wrote: > I need some advice about maintaining good > separation between ruby installs and gem directories. > Question: What is the best practice for this kind of situation > (test/dev/prod environments for ruby) ? Have you considered virtualization? It's so easy to create a single-purpose image and then you have no worries about path confusion. As you need to test new releases you just create a new clean image, install and go. FWIW, -- Hassan Schroeder ------------------------ hassan.schroeder@gmail.com twitter: @hassan