Changeset [e85de32082c3c6b742d6e8729d68423998b372a7] by Christopher Bertels
September 4th, 2008 @ 12:21 AM
added new plugin http://github.com/bakkdoor/yarps...
Committed by Christopher Bertels
- M src/vendor/plugins/restful_authentication/.gitignore
- M src/vendor/plugins/restful_authentication/CHANGELOG
- M src/vendor/plugins/restful_authentication/README.textile
- M src/vendor/plugins/restful_authentication/Rakefile
- M src/vendor/plugins/restful_authentication/TODO
- M src/vendor/plugins/restful_authentication/generators/authenticated/USAGE
- M src/vendor/plugins/restful_authentication/generators/authenticated/authenticated_generator.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/lib/insert_routes.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/_model_partial.html.erb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/activation.erb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/authenticated_system.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/authenticated_test_helper.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/controller.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/helper.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/login.html.erb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/mailer.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/migration.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/model.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/model_controller.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/model_helper.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/model_helper_spec.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/observer.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/signup.html.erb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/signup_notification.erb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/site_keys.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/spec/controllers/access_control_spec.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/spec/controllers/authenticated_system_spec.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/spec/controllers/sessions_controller_spec.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/spec/controllers/users_controller_spec.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/spec/fixtures/users.yml
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/spec/helpers/users_helper_spec.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/spec/models/user_spec.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/stories/rest_auth_stories.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/stories/rest_auth_stories_helper.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/stories/steps/ra_navigation_steps.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/stories/steps/ra_resource_steps.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/stories/steps/ra_response_steps.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/stories/steps/user_steps.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/stories/users/accounts.story
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/stories/users/sessions.story
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/test/functional_test.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/test/mailer_test.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/test/model_functional_test.rb
- M src/vendor/plugins/restful_authentication/generators/authenticated/templates/test/unit_test.rb
- M src/vendor/plugins/restful_authentication/init.rb
- M src/vendor/plugins/restful_authentication/install.rb
- M src/vendor/plugins/restful_authentication/lib/authentication.rb
- M src/vendor/plugins/restful_authentication/lib/authentication/by_cookie_token.rb
- M src/vendor/plugins/restful_authentication/lib/authentication/by_password.rb
- M src/vendor/plugins/restful_authentication/lib/authorization.rb
- M src/vendor/plugins/restful_authentication/lib/authorization/aasm_roles.rb
- M src/vendor/plugins/restful_authentication/lib/authorization/stateful_roles.rb
- M src/vendor/plugins/restful_authentication/lib/trustification.rb
- M src/vendor/plugins/restful_authentication/lib/trustification/email_validation.rb
- M src/vendor/plugins/restful_authentication/notes/AccessControl.txt
- M src/vendor/plugins/restful_authentication/notes/Authentication.txt
- M src/vendor/plugins/restful_authentication/notes/Authorization.txt
- M src/vendor/plugins/restful_authentication/notes/RailsPlugins.txt
- M src/vendor/plugins/restful_authentication/notes/SecurityFramework.graffle
- M src/vendor/plugins/restful_authentication/notes/SecurityFramework.png
- M src/vendor/plugins/restful_authentication/notes/SecurityPatterns.txt
- M src/vendor/plugins/restful_authentication/notes/Tradeoffs.txt
- M src/vendor/plugins/restful_authentication/notes/Trustification.txt
- M src/vendor/plugins/restful_authentication/tasks/auth.rake
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
YARPS - Yet Another Ruby Project-Management System