hey all, I need some ACL features for my users. Any advice what''s the best? I was thinking about agilewebdevelopment.com/plugins/acl_system because it looks simple. any idea? thanx in advance Pat --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Patrick Aljord wrote:> hey all, > I need some ACL features for my users. Any advice what''s the best? I > was thinking about agilewebdevelopment.com/plugins/acl_system > because it looks simple. > > any idea? > > thanx in advance > > PatHi Pat, I''ve used acl_system2 , and it is simple and works well. I''ve had no problems with it and recommend it. Sincerely, Joseph -- Posted via ruby-forum.com. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 07 May 2007, at 15:32, Joe Peck wrote:> Patrick Aljord wrote: >> hey all, >> I need some ACL features for my users. Any advice what''s the best? I >> was thinking about agilewebdevelopment.com/plugins/acl_system >> because it looks simple. >> >> any idea? >> >> thanx in advance >> >> Pat > > Hi Pat, > > I''ve used acl_system2 , and it is simple and works well. I''ve had no > problems with it and recommend it.I think Simple Access Control is even a bit better, from the README: SimpleAccessControl is a streamlined, intuitive authorisation system. It derives heavily from acl_system2 and has made clear some problems which plagued me when first using it. Some fixes to acl_system2''s design: * a normal Rails syntax: access_rule ''admin'', :only => :index access_rule ''(moderator || admin)'', :only => :new * error handling for helper methods (permit? bombed when current_user == nil) * one-line parser, easy to replace or alter * proper before_filter usage, meaning access rules are parsed only when needed * no overrideable default (which I found counter-intuitive in the end) Also, it has two methods, access_control and permit?, for those moving from acl_system2. agilewebdevelopment.com/plugins/simple_access_control Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
thanx for your answers. acl_system2 svn says no updates has been made since July 2006 and Simple Access Control since August 2006. Are these projects dead by now? --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 07 May 2007, at 18:44, Patrick Aljord wrote:> acl_system2 svn says no updates has been made since July 2006 and > Simple Access Control since August 2006. Are these projects dead by > now?Or it could simply be a matter of: if it ain''t broke, why fix it? The plugins do everything they say and don''t need anything extra if you ask me. Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I recently reviewed several in this article vaporbase.com/postings/Authorization_in_Rails On May 7, 6:22 am, "Patrick Aljord" <patc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hey all, > I need some ACL features for my users. Any advice what''s the best? I > was thinking abouthttp://agilewebdevelopment.com/plugins/acl_system > because it looks simple. > > any idea? > > thanx in advance > > Pat--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---