Capistrano Deployment Using Rsync
Posted in Code on Jul 15th, 2006
Capistrano is a great tool for deploying Rails applications. However, by default Capistrano requires that the servers being deployed to have access to the version control repository to check out the code. While this may not seem like a big deal at first, there are situations where it is just not feasible.
I have run into […]




