decodeideas / ruby-on-rails-tmbundle forked from drnic/ruby-on-rails-tmbundle

Ruby on Rails TextMate bundle [Learn it with PeepCode - http://peepcode.com/products/textmate-for-rails-2]

This URL has Read+Write access

decodeideas (author)
Wed Jun 03 07:33:59 -0700 2009
commit  bf4072e35c920df0437aa90780abef3a69f2712e
tree    e1cc19d080144fd5cde125c05704c9221829eb3f
parent  fd5ec641c2d30a086a2f41eb8c9c4ba20c6af965
ruby-on-rails-tmbundle / 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'