On Apr 8, 2008, at 11:24 AM, Erik Hollensbe wrote: > > > Why not require them in the main capfile? (Use Dir[] to iterate over > them if you have to), they could inject their namespaces themselves. > > should create a global cap -T listing as well.
Yeah, that's the first thing I tried. However, the standard Capistrano recipe for Rails defines everything in the deploy namespace. I could fork the deploy recipe from Capistrano, but that makes me sad. Jamis, would you accept a patch that optionally defines the standard deploy recipes in a namespace? For instance: > set :deploy_namespace, 'some_app' > > load 'deploy' $ cap some_app:update some_app:deploy:restart -- ~akk http://therealadam.com --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
