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?
Probably the best approach is to:
.rvmrc
for the version of Ruby on the serverbundle install
At 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).