Creating App Docs When deploying with Capistrano
A quick Capistrano recipe to automate the build of documentation when the application is deployed. Using a rake task we can build html documentation automatically based from the source files of the application.
Read the full article