Best Authorization Plugin for Rails
Ok, I think I’ve finally seen the authorization which fully satisfies my DSL taste.
Head on over to http://www.writertopia.com/developers/authorization to see what i mean.
Basically it allows you to define authorization
- Globally (throughout the entire app)
- For one model class (i.e. Group, Article)
- For an instance of the model class.
In addition, it features grammars!
(taken from the site : )

< checking out to read the source… >
Comments
-
I can’t say I understand the purpose of your post. How about some explanation of this (pasted) source. In which ways is this plugin “best”? compared to what? what are your requirements?