On Apr 10, 2008, at 11:30 AM, Jamis Buck wrote: > I wonder if it wouldn't be better to make something like the > following work as you would expect: > > namespace :some_app do > load 'deploy' > end >
That's what I tried the first time I went down this road. Its a better solution than my earlier proposal, IMO. > namespace :some_app do > load_into_namespace 'deploy' > end > > I don't like 'load_into_namespace', but that's just a matter of > finding a better name. If someone were to whip up a patch, I'd > consider it. I'm going to take a stab at this. I do enjoy a challenge ;) -- ~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 -~----------~----~----~----~------~----~------~--~---
