mrflip / restful_authentication_example
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
mrflip (author)
Sun Aug 31 12:27:47 -0700 2008
commit 0b3a011a5f7d9a285c397744e0eb8a9aa5fcc317
tree 4492a0417408745c4eec5e5b4c54eb7fd4bcae75
parent 1c095c6c6427d5c1663d25a0c96c87e78a517a9a
tree 4492a0417408745c4eec5e5b4c54eb7fd4bcae75
parent 1c095c6c6427d5c1663d25a0c96c87e78a517a9a
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
CHANGELOG | ||
| |
README | ||
| |
Rakefile | ||
| |
TODO | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
lib/ | ||
| |
public/ | ||
| |
scratch.rb | ||
| |
script/ | ||
| |
spec/ | ||
| |
stories/ | ||
| |
test/ | ||
| |
vendor/ |
README
This is a sample app with restful_authentication, open_id_authentication, and role_requirement -- it's mostly a playground for testing changes to those plugins. h2. This is more of a sandbox than an example app!!! This is somewhat inaccurately named. It's mostly a sandbox for me to test out prospective changes to restful_authentication. What I'm trying to say is, the cake is a lie. I will probably make it into more of a "here's a basic app with a restful_authentication install" but it's not there yet. If that's what you want, you should check out this sample app, that includes built-out views, password recovery and more: * http://www.railsforum.com/viewtopic.php?id=14216 along with this implementation of same * http://originblog.wordpress.com/2008/08/13/rails-restful-authentication-example-application/ I haven't looked too carefully at either, and would appreciate comments pro- or con-. h2. Uses: * restful-authentication * My branch: http://github.com/mrflip/restful-authentication * Forked from: http://github.com/technoweenie/restful-authentication * open_id_authentication * My branch: http://github.com/mrflip/open_id_authentication * Forked from: http://github.com/josh/open_id_authentication * role_requirement * My branch: http://github.com/mrflip/role_requirement * Forked from (SVN): http://code.google.com/p/rolerequirement I've also used the following popular plugins: * rspec * rspec_on_rails

