Hi, which is the most popular Ruby on Rails AUTHORIZATION gem/plugin at the moment??? thanks
PS by the way I'm using AuthLogic for authentication
Hi, which is the most popular Ruby on Rails AUTHORIZATION gem/plugin at the moment??? thanks
PS by the way I'm using AuthLogic for authentication
I have not a clue as to what is the most popular, whatever that means. But, you might take a look at Declarative Authorization.
Authlogic I know is extremely widely used, may be the "most popular." - R. Vince
whoops, and I believe it does authorization.
You should use the authorization gem that fits your application best. Check out the railscasts on authorization gems and plugins and pick the one that fits your needs and feels most natural to you.
Best regards
Peter De Berdt
Authlogic does authentication only, and he is already using it.