Links
Categories
Plugins Tagged roles
-
ACL System
This plugin is designed to give you a flexible declarative way of protecting your various controller actions using roles. It's made to sit on top of any authentication framework that follows a few conventions.
-
Simple Access Control
Define access rule conditionals as filters on actions, controller logic, or in views. This plugin fixes the problems of its ancestor, acl_system2, and is a good bed-fellow with Acts As Authenticated.
-
RoleRequirement
Role based security for acts_as_authenticated, without the mess
-
ACL System2 Ownership
This plugins adds ownership functionality to ACL System2 plugin by Ezra Zygmuntowicz.
-
Authorization
Uses a simple authorization DSL that delegates checks to models, including the current user. Different levels of authorization complexity are provided through mixins available with the plugin.
-
Acts as Permissible
This plugin enables any activerecord model to have permissions. It provides a set of methods for querying the model’s permissions. In addition, the plugin can generate roles support, which turns it into a full RBAC (Role Based Access Control) solution.
