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 / .gitignore
100644 14 lines (13 sloc) 0.225 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*.sqlite3
config/initializers/action_mailer_settings.rb
config/deploy.rb
db/schema.rb
config/database.yml
config/locomotive.yml
config/mongrel_cluster.yml
config/thin.yml
tmp/*
log/*
private/images/*
public/cache/*
.DS_Store