Automatic Deployment for Rails
For the Rails applications we’re building at work, as well as all the standard continuous integration features, we also automatically deploy our applications. That is, every time we submit code a central server is automatically updated with a new release. Before running tests.
We’re pretty happy with this set up. It’s already found a couple of bugs in some plugins [...]