Also on the wiki:
-
http://wiki.capify.org/index.php?title=Neutralise_Capistrano_Default_Methods
-- Lee
2008/10/17 Jamis Buck <[EMAIL PROTECTED]>
>
> Well, either you have the deployment tasks, or you don't. If you need
> any of them, you'll need to load all of them. There's not currently a
> way to "undefine" a task, though, so if that's what you're looking
> for, you'll need to look at patching Capistrano.
>
> - Jamis
>
> On Oct 16, 2008, at 3:38 PM, Karl wrote:
>
> >
> > Does it still load the deploy recipe library so that I can use some of
> > the methods in there? For example, I currently use this in my Capfile
> > (nee config/deploy.rb):
> >
> > namespace :deploy do
> > desc "Deploys your project."
> > task :default do
> > update
> > end
> > end
> >
> > On Oct 16, 12:52 pm, Jamis Buck <[EMAIL PROTECTED]> wrote:
> >> All you need to do is remove the load("deploy") line from Capfile. In
> >> fact, if you aren't using rails, you should JUST be using Capfile,
> >> and
> >> not config/deploy.rb. The config/deploy.rb file is just to satisfy
> >> Rails' desire to have all configuration under config/.
> >
> > >
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---