Deployment in Rails 3.2.6 / Tinder Capistrano/ActiveSupport

Add
Capistrano::Configuration::Namespaces::Namespace.class_eval do
def capture(*args)
parent.capture *args
end
end

to your deploy.rb file to avoid syntax errors

mvbehr Almost 12 years ago