Closed jhsu closed 12 years ago
require 'capistrano/multiconfig'
Should be invoked in Capfile or capistrano recipes. There is no sense to try to require this capistrano extension when capistrao itself is not loaded because it uses capistrano instance object.
Also see v0.0.4
Ok, makes sense. Thanks for the response.
capistrano should be required before other modules/classes else uninitialized constant will be raised.
This happens if capistrano is not manually specified first in a Gemfile or required before capistrano-multiconfig.