Topic: Capistrano Deployment Forum
Capistrano has had traction for a good while, but I get the sense that people are each having to discover cool features by stumbling on them ... say in a blog someplace. Wouldn't it be nice to have a Capistrano forum to share recipes for various deployment scenarios. Say:
Q: I like to keep a set of shared scripts and configs. How do I do that with Capistrano and keep my development environment sane?
A: I have a setup recipe that places the production scripts and configs in the shared directory once and an after_update_code that symlinks to that directory each time I deploy a new version.
You can see how these little snippets could get real useful real fast, right?
Just a suggestion.