public
Description: Rails gem/plugin that provides contextual access control to RESTful resources.
Homepage: http://matt-darby.com/search?term=restful_acl
Clone URL: git://github.com/mdarby/restful_acl.git
name age message
file MIT-LICENSE Thu Feb 07 20:08:06 -0800 2008 Initial import of Restful_Acl git-svn-id: htt... [mtdarby]
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 git-svn-id: htt... [mtdarby]
file init.rb Thu Feb 07 20:08:06 -0800 2008 Initial import of Restful_Acl git-svn-id: htt... [mtdarby]
file install.rb Thu Feb 07 20:08:06 -0800 2008 Initial import of Restful_Acl git-svn-id: htt... [mtdarby]
directory lib/ Loading commit data...
directory tasks/ Thu Feb 07 20:08:06 -0800 2008 Initial import of Restful_Acl git-svn-id: htt... [mtdarby]
directory test/ Thu Feb 07 20:08:06 -0800 2008 Initial import of Restful_Acl git-svn-id: htt... [mtdarby]
file uninstall.rb Thu Feb 07 20:08:06 -0800 2008 Initial import of Restful_Acl git-svn-id: htt... [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.