Plugins - RoleRequirement
Add to favorites
RoleRequirement focuses on a simple approach to role-based authentication. You don’t have to learn a new language in order to specify roles; instead, RoleRequirement leverages the power of Ruby to strike a marvelous balance between simplicity and flexibility.
Basic Features:
Basic Features:
- Implement role security system using an enum field or a habtm collection (user can have one or many roles)
- Full Test Helpers to make it easy to test your controllers. (examples here)
- Squeaky Clean implementation so you don’t have to repeat yourself.
http://code.google.com/p/rolerequirement/
http://rolerequirement.googlecode.com/svn/tags/role_requirement/
Rails' (MIT)
Security
Tags
RoleRequirement
access
acts_as_authenticated
authentication
authorization
control
policy
rbac
roles
rubyonrails
secure
security
test_driven
