That's exactly it! I feel a bit sheepish for missing this, but thank you very much for pointing it out ! I've updated the capistrano-ext wiki with a pointer to this thread to spare anyone else the same pain. ( http://wiki.github.com/jamis/capistrano-ext )
On Apr 18, 2:22 pm, Sarah Mei <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
