Hi group,
In the past month I've made a couple capistrano plugins for deploying rails apps. I hope you find them useful!
capistrano-postgresql - plugin that automates postgresql configuration and setup for rails apps
Here are the problems I tried to solve:
- enable deploying basic rails apps without the need to SSH to the server to perform any task
- speed up capistrano setup for an app
- minimize required configuration
I'm open to constructive feedback for any of the projects and I hope you'll find them useful!
Bruno