Tagged Questions
0
votes
2answers
395 views
Rails role based authentication
Does http://code.google.com/p/rolerequirement/ Role requirement works with Rails 3? If not, where can I find a role based management plugin like this for Rails?
Thanks!
0
votes
3answers
302 views
Scalable role based authentication
I am currently designing a role based authentication system for resources where many users have different access rights to it.
A role may be a single user, or a group of roles (so a role is a tree of ...