I'm curious about why a recipe file I "require" in ~/.caprc is not
loaded a second
time when it is "require"d by deploy.rb
I noticed this when investigating a problem with ~/.caprc not
overriding standard
tasks ('fcgi not found' appeared in place of restart_mongrel_cluster).
When I removed 'require deprec/recipes' from ~/.caprc, it was loaded
by deploy.rb
and the :restart task was overwritten. However when it was in
~/.caprc the :restart
task was not overwritten.
Is there someone stopping a recipe file from being loaded twice?
- Mike
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---