I have a rails app and I want to deploy it on a server that has a lesser version of rails.
What is the simplest way to deploy the app given the difference in version?
I have a rails app and I want to deploy it on a server
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Probably the best approach is to:
.rvmrcfor the version of Ruby on the serverbundle installAt that point you may want to promote your branch to the new master if you think its likely that the version of Rails on the server won’t upgrade soon (or ever).