public
Fork of fudgestudios/bort
Description: Base Rails app with email login instead of username. Bort: Programmed to feel pain.
Homepage: http://matthall.wordpress.com/2008/09/09/a-bort-fork-rails-base-application/
Clone URL: git://github.com/MattHall/bort.git
Click here to lend your support to: bort and make a donation at www.pledgie.com !
MattHall (author)
Wed Nov 12 01:36:03 -0800 2008
commit  aa502662b41eaa8f5bda240f8e2debd49564170f
tree    5dc7ecec935c8a2ffa362a13afda71da1a82c53d
parent  098c945e0253bca6295b316038a5458167e04221
bort / 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'