Rails role based authentication

2.1k Views Asked by At

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!

3

There are 3 best solutions below

0
On

There's cancan.

Check out the railscast.

0
On

Some people use Acl9 as well.

https://github.com/be9/acl9

0
On

Try canard https://rubygems.org/gems/canard brings roles to the beautifully simple cancan.