In the “Working with Capistrano: Tasks, Roles, and Variables” article, we explored Capistrano’s fundamental concepts. We wrote two useful tasks. One for logging into a server and another for accessing Rails console in a production system. This time around, we’re going to write a more involved script composed of many…