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)
Sat Jun 20 01:36:32 -0700 2009
commit  1e18650d32d2196e6d8e328858e822fd23a2812e
tree    c2bfbd8aefa5a5b7e2c8f0f0485aaf7f686b537d
parent  cb34329da118b74e8f4c78e87bb316474f167059
authlogic_example / Rakefile
100644 11 lines (7 sloc) 0.307 kb
1
2
3
4
5
6
7
8
9
10
11
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
 
require(File.join(File.dirname(__FILE__), 'config', 'boot'))
 
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
 
require 'tasks/rails'