0

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!

Mateus Pinheiro
  • 870
  • 2
  • 12
  • 20

3 Answers3

2

There's cancan.

Check out the railscast.

Julio Santos
  • 3,837
  • 2
  • 26
  • 47
1

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

james2m
  • 1,562
  • 12
  • 15
0

Some people use Acl9 as well.

https://github.com/be9/acl9

m4risU
  • 1,231
  • 11
  • 14