Can someone point me to the documentation / demo on how to deploy the Ruby on Rails web application using Teamcity after it is done? The scenario is this: deploying a web application, launching a web server on a build machine, and then running functional tests on the user interface. (Note: I would like to know if all these steps can be automated using Teamcity?)
source share