public
Description: A fully featured forum system compatible with Rails 2.3
Homepage: http://forum.frozenplague.net
Clone URL: git://github.com/radar/rboard.git
Click here to lend your support to: rboard and make a donation at www.pledgie.com !
rboard / 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'