Displaying 1 result from an estimated 1 matches for "object_roles_test".
2006 Jun 22
4
Authorization Plugin 1.0 release candidate + 3 test apps
....
Each mixin provides "acts_as_authorized_user" for your User-like
object and "acts_as_authorizable" for your authorizable objects.
- The test apps include an integration test with a simple DSL
developed after reading Chad Fowler''s most excellent Rails Recipe
book. The object_roles_test app might be useful as a scaffold for new
apps that want authentication and authorization.
- It''s reasonably easy to hook into existing authentication systems.
-Bill