laktek / extended-bort forked from fudgestudios/bort

This extends rails base app Bort by including annotate-models and make_resourceful plugins + replacing Prototype with jQuery + standard stylesheets

Jim Neath (author)
Wed Oct 08 02:06:13 -0700 2008
commit  c195ad6e5710d7db7e3045148d8cad0ae03f3e70
tree    eadb6633fc607f826b76be35994be8ae22076887
parent  87072a71d9bfd2cd675c7c92eb2d929fafe53141
extended-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'