Deploying a new version of a Ruby on Rails application is as simple as re-uploading the application files, and restarting the application after the Phusion passenger arrival. But I do not wish to restart web server frequently for rails re-deployment since there are many other sites running.
There are two ways to make it
1. […]