public
Description: A Ruby on Rails plugin that provides fine grained access control to RESTful resources in a Ruby on Rails 2.0+ project.
Homepage: http://blog.matt-darby.com/category/code-stuff/restful_acl/
Clone URL: git://github.com/mdarby/restful_acl.git
commit  8176bc3ce3a144b8b4f421054474e901abcaef8e
tree    1f06ed0aeb6a78d05028b6c6636535196bf965cc
parent  238c335d31ea24675859a59f601d82f78e61d938
name age message
file MIT-LICENSE Fri May 02 14:52:21 -0700 2008 I guess a license that references the author is... [mdarby]
file README Sun Mar 16 08:30:36 -0700 2008 Fixed title case [mdarby]
file Rakefile Thu Feb 07 20:08:06 -0800 2008 Initial import of Restful_Acl [mtdarby]
file init.rb Thu Feb 07 20:08:06 -0800 2008 Initial import of Restful_Acl [mtdarby]
file install.rb Thu Feb 07 20:08:06 -0800 2008 Initial import of Restful_Acl [mtdarby]
directory lib/ Wed Apr 02 05:42:25 -0700 2008 Refactored the way the controller name is found [mdarby]
directory tasks/ Thu Feb 07 20:08:06 -0800 2008 Initial import of Restful_Acl [mtdarby]
directory test/ Thu Feb 07 20:08:06 -0800 2008 Initial import of Restful_Acl [mtdarby]
file uninstall.rb Thu Feb 07 20:08:06 -0800 2008 Initial import of Restful_Acl [mtdarby]
README
RESTful_ACL is a simple Access Control Layer for Ruby on Rails. It restricts access on a fine-grained level to any 
RESTful MVC stack. While the ACL structure and engine are provided by this plugin, the implementation is fully up to the 
user. Every application is different and everyone likes to setup their User / Account / Role resources differently; this 
plugin will allow you to do your thing and keep that thing locked down.

Please see the wiki (http://github.com/mdarby/restful_acl/wikis/) for more information.