fortuity / origin_restful_authentication

Example Rails application. Implements user management with RESTful authentication.

Daniel Kehoe (author)
Thu Sep 04 13:39:26 -0700 2008
commit  82ba3ff716720556ba9195e81936b00171007b42
tree    2e7f838b8c58f440db97d49b60d54d292de72f81
parent  92cbba07c50773de2efb7ab4b7284d6bae9bd719
origin_restful_authentication / .gitignore
100644 22 lines (21 sloc) 0.243 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*~
.#*
.DS_Store
.project
config/database.yml
config/config.local.yml
config/locomotive.yml
db/*.sqlite3*
db/schema.rb
db/schema.sql
doc/api
doc/app
doc/plugins
log/*.log
log/*.out
log/*.pid
tmp/**/*
tmp/.*
tmp/profile*
vendor/**/**/doc/*
\#*