suranyami
unread,Jun 1, 2009, 10:14:12 PM6/1/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Rails Authorization Plugin
Has anyone had any success in using the Rails Authorization Plugin
with ActiveScaffold.
We have added per-object authorization constraints throughout our
controllers, which has been very nice and convenient. We're now
looking at using ActiveScaffold to speed up the development of
numerous list/edit/show forms that we need to make for many new
models, most with fairly trivial CRUD requirements.
ActiveScaffold seems to prefer the path of "roll your own"
authorization methods, which is fine, I guess, for simple stuff. We
have multiple organisations using our models, though, and each org
requires quite secure isolation from each other, so Rails
Authorization Plugin is ideal.
So, anyone tried it? Any opinions (or even code samples)?