Ruby on Rails Sunday, May 2, 2010

On Sunday 02 May 2010, jmamma wrote:
> The two we are looking at are: cancan by Ryan Bates and
> declarative_authorization.

I had the same candidates recently and decided to use CanCan. I think
that they are very similar in spirit, declarative_authorization is far
more elaborate and consequently more complex. CanCan is much simpler. As
I don't need more than CanCan provides, I went with it.

If you need model-based security over and above resource/controller-
based checks, than declarative_authorization is the way to go.

> We would be
> using one of these in conjunction with the restul_auth plugin btw.

Have you had a look at authlogic for comparison?

Michael

--
Michael Schuerig
mailto:michael@schuerig.de
http://www.schuerig.de/michael/

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment