I just wanted to compare different solutions used when implementing ACLs in Rails.
I just wanted to compare different solutions used when implementing ACLs in Rails.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I use the authorization plugin (Created by Bill Katz):
Homepage: http://www.writertopia.com/developers/authorization
Docs: http://github.com/DocSavage/rails-authorization-plugin/tree/master/authorization/README.rdoc
You might also be interested in reading this comparison (from last year but still somewhat useful; it’s where I got the above quote from): http://www.vaporbase.com/postings/Authorization_in_Rails
And a more recent comparison: http://steffenbartsch.com/blog/2008/08/rails-authorization-plugins/