On 13 October 2010 09:26, prabesh shrestha <[email protected]> wrote: > I have a rails application on version 2.2 . But now I have installed > rails 3 and I can't deploy rails 2.2 applicatoin. > Do I have to downgrade my rails version to deploy the application. Or > is there some way I can deploy both rails 3 and 2.2 applications.
If you want to run both versions on the same machine I think the best way is to use rvm to allow two different environments for the two versions. Colin -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

