johnreilly / restful-authentication forked from technoweenie/restful-authentication

Generates common user authentication code for Rails/Merb, with a full test/unit and rspec suite and optional Acts as State Machine support built-in.

This URL has Read+Write access

 
mrflip (author)
Thu Sep 04 21:39:55 -0700 2008
restful-authentication / .gitignore
100644 21 lines (20 sloc) 0.245 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Icon?
.DS_Store
TAGS
REVISION
*.tmproj
.settings
.project
.tasks-cache
.svn
/log/*.log
/tmp/**/*
/config/database.yml
actionmailer_config_DONOTVERSION.rb
*DONOTVERSION*
/vendor/src/**/*
/db/*.sqlite*
/public/ac/*
/coverage
/doc/app
/doc/plugins