Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I use the authorization plugin (Created by <a href="http://www.billkatz.com/" rel="nofollow noreferrer">Bill Katz</a>):</p> <blockquote> <p>Roles can be authorized for the entire application, a model class, or a specific object. The plugin provides a way of checking authorization at the class or instance method level using permit and permit? methods. It also provides english-like dynamic methods like "user.is_manager_of project" (where "user" acts as authorized, "manager" is a role, and "project" is an authorizable model). You can specify how control is redirected if authorization is denied. (<a href="http://www.vaporbase.com/postings/Authorization_in_Rails" rel="nofollow noreferrer">quote source</a>)</p> </blockquote> <p>Homepage: <a href="http://www.writertopia.com/developers/authorization" rel="nofollow noreferrer">http://www.writertopia.com/developers/authorization</a></p> <p>Docs: <a href="http://github.com/DocSavage/rails-authorization-plugin/tree/master/authorization/README.rdoc" rel="nofollow noreferrer">http://github.com/DocSavage/rails-authorization-plugin/tree/master/authorization/README.rdoc</a></p> <hr> <p>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): <a href="http://www.vaporbase.com/postings/Authorization_in_Rails" rel="nofollow noreferrer">http://www.vaporbase.com/postings/Authorization_in_Rails</a></p> <p>And a more recent comparison: <a href="http://steffenbartsch.com/blog/2008/08/rails-authorization-plugins/" rel="nofollow noreferrer">http://steffenbartsch.com/blog/2008/08/rails-authorization-plugins/</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload