public
Description: An example rails app using the Authlogic authentication library
Homepage: http://authlogicexample.binarylogic.com
Clone URL: git://github.com/binarylogic/authlogic_example.git
Click here to lend your support to: authlogic_example and make a donation at www.pledgie.com !
binarylogic (author)
Fri Apr 17 23:44:54 -0700 2009
commit  b76277dbd978bc4101d7ba3939fa891ddacf3f5e
tree    bf0b3a6260187b5f84f56dee6180dc9859c13066
parent  ef906daed4f5d27d856def9826cd4a0d8958a27e
authlogic_example / 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'