mrflip / restful_authentication_example
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
1c095c6
Philip (flip) Kromer (author)
Sat Aug 23 14:54:29 -0700 2008
| 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. 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 http://github.com/technoweenie/rspec_on_rails_on_crack

