From: Walton Hoops Date: 2010-11-29T15:05:47+09:00 Subject: Re: Multiple versions on a server? On 11/28/2010 10:03 PM, Heinz Strunk wrote: > Hey guys, > > I'm wondering if it's possible to run multiple Ruby versions at the same > time in production mode. I got some older Rails apps that need to run in > Ruby 1.8.7 and some newer ones requiring 1.9.1. > > How can I run both versions at the same time? > > Thanks in advance! > That depends largely on your setup. In the general case, yes, look into rvm (Ruby Version Manager) for managing that. If your talking via passenger, then the answer is no(ish), the same passenger process cannot run multiple versions of Ruby. Without further details on your setup, that's really all the help I can give.