This site, like all of our rails sites, has a few different deployment targets, depending on what we're trying to do. For us, the target might be the integration server (where developers give new code a test run after verifying it works on our local development machines), the testing server, or the production server. We use Capistrano to do our deployments and employ a couple of strategies that allow us to easily deploy to any...