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
Fixed title case
mdarby (author)
Sun Mar 16 08:30:36 -0700 2008
commit  f1b00fa2dd23ebc5f70ceffb20f0046b3286c622
tree    d6cb64328cef98840f567c6132f87137fef4f07d
parent  a0c89b6a6e7c6b1f7f0af86c6e8cefb757f53030
0
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,3 +1,3 @@
0
-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.
0
+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.
0
 
0
 Please see the wiki (http://github.com/mdarby/restful_acl/wikis/) for more information.
0
\ No newline at end of file

Comments

    No one has commented yet.