I think you're running into method name conflicts. You have tasks in your default namespace called :development and :staging that are clobbering the stage-related methods.
Move that role-setting logic to deploy/development.rb and deploy/staging.rb and you should be fine. --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
