On 12 January 2012 17:29, tmueller <[email protected]> wrote:
> I am new to Rails and wanted to ask some of the veterans here what
> they recommend for Role based permissions.

If it's a terribly simple permissions model, you can roll your own
with a small piece of code like this:
http://erniemiller.org/2008/09/30/easy-role-based-authorization/

...I've used tweaked versions of this in the past.

But if you plan any kind of scaling up, it would probably be best to
stick to a tried and tested public gem..

Regards,
Michael

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to