public
Description: A Project Management and Collaboration tool inspired by Basecamp
Homepage: http://jamesu.github.com/railscollab/
Clone URL: git://github.com/jamesu/railscollab.git
Click here to lend your support to: railscollab and make a donation at www.pledgie.com !
railscollab / Capfile
100644 3 lines (3 sloc) 0.151 kb
1
2
3
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy'