public
Description: This plugin adds an authorization layer to your rails app that is totally transparent to your restful controllers and a DSL for declaring permissions on your models.
Homepage: http://upstream-berlin.com/blog/open-source/#totally_restful_authorization
Clone URL: git://github.com/langalex/totally-restful-authorization.git
100644 3 lines (2 sloc) 0.277 kb

0.1.0

This release breaks the API. Instead of just the attribute names we are now passing a hash of parmeters into updtable and viewable which makes these methods more powerful. A user can now be granted or denied access based on what the new value of an attribute will be.