public
Description: social networking framework with multi user blogs, developed in Rails 2.0.2 completely RESTful
Homepage: http://blogpub.ro
Clone URL: git://github.com/sergiutruta/blogpub.git
Click here to lend your support to: blogpub and make a donation at www.pledgie.com !
Sergiu Truta (author)
Thu Jun 18 16:02:24 -0700 2009
blogpub / 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'