Rails App Maintenence Without Hindering Visitors
问题 A Phusion Passenger error message isn't what I want my visitors to see if they landed on my site while I'm updating the back end. So how do I get around this? Is my deployment process flawed from the start? or is there something I'm missing out? Here's my process of deployment, so you get the picture: commit new updates to a git repo and push to remote cap deploy ssh [ip] rake gems:install rake db:migrate cucumber The time in between the cap deploy and the db:migrate or gems:install is when