[Rails] Re: How do you manage Access Control?

2008-10-13 Thread Matt Darby
On Sep 9, 12:56 pm, max <[EMAIL PROTECTED]> wrote: > I am actually using the restful_acl, and restul_authentication > plugins, but they are really falling short May I ask how? Can I help? --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[Rails] Re: How do you manage Access Control?

2008-09-09 Thread elFonso
tried this one? http://agilewebdevelopment.com/plugins/show/807 On Sep 9, 9:56 am, max <[EMAIL PROTECTED]> wrote: > I am actually using the restful_acl, and restul_authentication > plugins, but they are really falling short > > On Sep 9, 11:28 am, elFonso <[EMAIL PROTECTED]> wrote: > > > Check o

[Rails] Re: How do you manage Access Control?

2008-09-09 Thread Michael Lavrisha
max wrote: > I am actually using the restful_acl, and restul_authentication > plugins, but they are really falling short Check out this tutorial on restful_authentication, maybe it could give you some ideas on access control. http://railsforum.com/viewtopic.php?id=14216 mike -- Posted via htt

[Rails] Re: How do you manage Access Control?

2008-09-09 Thread max
I am actually using the restful_acl, and restul_authentication plugins, but they are really falling short On Sep 9, 11:28 am, elFonso <[EMAIL PROTECTED]> wrote: > Check out restful authentication plugin, and the role authentication > plugin that works as an addition > > On Sep 9, 8:50 am, max <[E

[Rails] Re: How do you manage Access Control?

2008-09-09 Thread elFonso
Check out restful authentication plugin, and the role authentication plugin that works as an addition On Sep 9, 8:50 am, max <[EMAIL PROTECTED]> wrote: > I'm working on a rather large app, where we have more than 7 user > roles, each of which will have permission to access different parts of > th

[Rails] Re: How do you manage Access Control?

2008-09-09 Thread Philip Hallstrom
> I'm working on a rather large app, where we have more than 7 user > roles, each of which will have permission to access different parts of > the application. > > Now the User/Admin system is falling short so I need to redefine the > access control system. > > I am thinking of coding something li