I am looking to deploy two rail projects. One with Ruby 1.8.7 and Rails 2.3.8, and the other with Ruby 1.9.2 and Rails 3.0.1.
I am trying to set up a situation where www.example.com is Ruby 1.9.2 and shop.example.com is Ruby 1.8.7.
What is the best way to install this using Passenger and RVM?
source
share