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 !
radar (author)
Fri Sep 04 22:02:38 -0700 2009
commit  4a0c47fa45964f4623ba1c1795a3c28a32eab8b4
tree    0cdfb35c984524b6e807ddadd50c34ed5fe77f00
parent  caab9cd2514e9868686d3e6f8e844c3e9e961837
rboard / Capfile
0d63219e » radar 2008-09-03 Added new stuff. 1 load 'deploy' if respond_to?(:namespace) # cap2 differentiator
2 Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
3 load 'config/deploy'