public
Description: App with restful_authentication, open_id_authentication, and role_requirement
Homepage:
Clone URL: git://github.com/mrflip/restful_authentication_example.git
name age message
file .gitignore Sun May 04 17:46:45 -0700 2008 Oops didn't have .gitignore going yet -- taking... [mrflip]
file NOTES-security.txt Loading commit data...
file README
file Rakefile Sun May 04 17:37:27 -0700 2008 Initial import: vanilla rails scaffold [mrflip]
directory app/
directory config/
directory db/
directory doc/ Sun May 04 17:37:27 -0700 2008 Initial import: vanilla rails scaffold [mrflip]
directory lib/
directory log/
directory public/
directory script/ Sun May 04 18:35:24 -0700 2008 Added rspec scaffolding [mrflip]
directory spec/
directory stories/
directory test/
directory 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

* rails-authorization-plugin
  * http://www.billkatz.com/authorization
  * http://code.google.com/p/rails-authorization-plugin/w/list
  * http://www.writertopia.com/developers/authorization
  * My branch:    http://github.com/mrflip/rails-authorization-plugin
  * Forked from:  http://github.com/DocSavage/rails-authorization-plugin


I've also used the following popular plugins:
* rspec
* rspec_on_rails

* sexy_specs
* rspec_on_rails_on_crack  http://github.com/technoweenie/rspec_on_rails_on_crack

*** Things you have to do for best results ***

* make the /public/ac/ directory,
  * chown it to your mongrel_user, and
  * ensure it is (writeable by mongrel) and (readable by mongrel and nginx)
* If you use google analytics, set the google analytics token and uncomment the corresponding line.



===========================================================================

More:

* Gravatar support:    http://gravatarplugin.rubyforge.org/
* CAPTCHA support:  http://agilewebdevelopment.com/plugins/recaptcha
* Safe ERB:    http://wiki.rubyonrails.org/rails/pages/Safe+ERB
* Whitelist Tags:  http://svn.techno-weenie.net/projects/plugins/white_list/README

===========================================================================