[Rails] Re: Controller design for app with different user types

2009-02-03 Thread Joey Ar
Hey Eric, Thanks a lot for the links. The first one was really useful as that addresses overlapping permissions for various roles and my application, I suppose, falls in that domain. As for the views, yes they are radically different for each type of user. The app brings different types of

[Rails] Re: Controller design for app with different user types

2009-02-02 Thread Eric
Roles are fairly well-documented in the blogosphere, even if the roles are entirely orthogonal. Here are a few readings to get you started: http://metautonomo.us/2008/09/30/easy-role-based-authorization/ http://railsforum.com/viewtopic.php?id=1579