Just a quick note to say that RESTful_ACL has been updated. This latest version supports securing non-CRUD actions. It's a slight cop out of sorts; essentially if the user in question can read an object, they will also be able to do the non-CRUD action. It's not the best solution to the problem, but it will work for the moment. Maybe there is a slick way to pass in a function name as a hash/block thing that I'm not sure of. Hrm.
RESTful_ACL Update 2
Posted by Matt
on March 02, 2008
Trackbacks
Use this link to trackback from your own site.














Hello Matt,
I learn how to program ROR recently, and i found a lot of interesting plugins… i want to try you plugin, but i don’t know how to deploy it… can you tell me how…
Thank you,
Adi
Hi Adi, all the info you need to use RESTful_ACL is on its wiki:
http://github.com/mdarby/restful_acl/wikis
Thanks!