I do Ruby on Rails development full time at the moment. With Rails, I usually deploy my applications to the web server with a program called Capistrano. Its a Ruby Gem. A ruby gem is ruby program installed by the “gems package manager.” It’s similar to yum or apt if you have ever install software on Linux. Capistrano lets you create a recipe that specifies how to deploy your application to the server (or servers). Continue