Hi there, I am pretty new to the ruby on rails world, having decided to learn something new other than PHP. One of the most important libraries that I was searching for in Ruby On Rails, however, seem to be missing... In the world of PHP development, there is a well known and stable component known as phpgacl; it seems that there isn''t any parallel here in ROR? I have done a quick search on RubyForge and it turned out the following results:- http://rubyforge.org/search/?type_of_search=soft&words=acl&Search=Search Most of the ACL related projects seem to be either half-dead (not much activity) or still in "planning" stage. Any suggestions/recommendations from ROR pros? Regards, Ellils --~--~---------~--~----~------------~-------~--~----~ 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 http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
We''re using this at work: http://opensvn.csie.org/ezra/rails/plugins/dev/acl_system2/ On Dec 27, 2007 1:40 PM, ellils <calvin.ellils-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi there, > > I am pretty new to the ruby on rails world, having decided to learn > something new other than PHP. > > One of the most important libraries that I was searching for in Ruby > On Rails, however, seem to be missing... In the world of PHP > development, there is a well known and stable component known as > phpgacl; it seems that there isn''t any parallel here in ROR? > > I have done a quick search on RubyForge and it turned out the > following results:- > > http://rubyforge.org/search/?type_of_search=soft&words=acl&Search=Search > > Most of the ACL related projects seem to be either half-dead (not much > activity) or still in "planning" stage. > > Any suggestions/recommendations from ROR pros? > > Regards, > Ellils > > > >-- Ryan Bigg http://www.frozenplague.net Feel free to add me to MSN and/or GTalk as this email. --~--~---------~--~----~------------~-------~--~----~ 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 http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Ryan, Thanks for the pointer. I will look into this plugin. Regards, Ellils On Dec 27, 11:25 am, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> We''re using this at work:http://opensvn.csie.org/ezra/rails/plugins/dev/acl_system2/ > > On Dec 27, 2007 1:40 PM, ellils <calvin.ell...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > Hi there, > > > I am pretty new to the ruby on rails world, having decided to learn > > something new other than PHP. > > > One of the most important libraries that I was searching for in Ruby > > On Rails, however, seem to be missing... In the world of PHP > > development, there is a well known and stable component known as > > phpgacl; it seems that there isn''t any parallel here in ROR? > > > I have done a quick search on RubyForge and it turned out the > > following results:- > > >http://rubyforge.org/search/?type_of_search=soft&words=acl&Search=Search > > > Most of the ACL related projects seem to be either half-dead (not much > > activity) or still in "planning" stage. > > > Any suggestions/recommendations from ROR pros? > > > Regards, > > Ellils > > -- > Ryan Bigghttp://www.frozenplague.net > Feel free to add me to MSN and/or GTalk as this email.--~--~---------~--~----~------------~-------~--~----~ 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 http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 12/26/07, ellils <calvin.ellils-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi there, > > I am pretty new to the ruby on rails world, having decided to learn > something new other than PHP. > > One of the most important libraries that I was searching for in Ruby > On Rails, however, seem to be missing... In the world of PHP > development, there is a well known and stable component known as > phpgacl; it seems that there isn''t any parallel here in ROR? > > I have done a quick search on RubyForge and it turned out the > following results:- > > http://rubyforge.org/search/?type_of_search=soft&words=acl&Search=Search > > Most of the ACL related projects seem to be either half-dead (not much > activity) or still in "planning" stage. > > Any suggestions/recommendations from ROR pros?It''s really not that hard to make user, group, and permission models, then tie them together with group_permission and group_user models. -- Greg Donald http://destiney.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 http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---