Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

which is the most popular Ruby on Rails AUTHORIZATION gem/plugin at the moment? [closed]

Which is the most popular Ruby on Rails AUTHORIZATION gem/plugin at the moment?

(I am using AuthLogic for authentication by the way)

Thanks

like image 921
Greg Avatar asked Dec 13 '09 03:12

Greg


1 Answers

Not sure about the most popular solution, but Ryan Bates (of RailsCasts fame) recently released a new authorization plugin called CanCan that looks pretty easy to use and apparently integrates well with AuthLogic. Might be worth a look.

Declarative Authorization looks quite nice as well, though I haven't used it.

like image 170
Mirko Froehlich Avatar answered Sep 27 '22 20:09

Mirko Froehlich