Rails authorization

Hello, anyone know who is the best plug-in for authorization in rails?

I found this link http://www.vaporbase.com/postings/Authorization_in_Rails but is old, maybe today we have something better.

Thanks.

Daniel Lopes wrote:

Hello, anyone know who is the best plug-in for authorization in rails?

I found this link http://www.vaporbase.com/postings/Authorization_in_Rails but is old, maybe today we have something better.

Thanks.

There's no "best". Every situation is different. You need to match your needs to what the various solutions provide.

With that said, I've been using Authlogic, and love it. -Nick

main paginate: http://wiki.rubyonrails.com/rails/pages/Authentication

Bigger aps: http://wiki.rubyonrails.com/rails/pages/restful_authentication

smaller aps where REST is not fesiable: http://wiki.rubyonrails.com/rails/pages/Acts_as_authenticated

regards svend