Hot deploy Ruby just like PHP: FTP upload file and valid immediately
问题 Is it possible to hot deploy Ruby just like PHP? Normally I used FTP to upload the PHP file, then it will be available automatically. Can Ruby hot deploy its file like this? Your comment welcome. 回答1: Are you talking about a ruby on rails application ? If so, when deploying a rails application in production mode, the all application gets loaded in memory. So changing the files won't affect the running application. For hot restarting a rails application you will need to use solution such as: