Hi, I want to create a ruby on rails application that has user login and user role. What is a good plugin to use? Thanks for your response in advance. Yudi Soesanto -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
hi yudi acl9 plug-in will help you for role based user authentication git url for the plug-in http://github.com/be9/acl9 thanks Mahesh.s On Fri, Mar 19, 2010 at 3:41 PM, Yudi Soesanto <soesanty-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > I want to create a ruby on rails application that has user login and user > role. > What is a good plugin to use? > > Thanks for your response in advance. > > Yudi Soesanto > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Thanks for your reply I read from http://github.com/be9/acl9#readme and it said that Acl9 is a authorization solution, so you will need to implement authentication by other means. I need authentication plugins too. So what is the better one? Thanks, Yudi Soesanto On Fri, Mar 19, 2010 at 6:21 AM, mahesh s <maheshror-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi yudi > > acl9 plug-in will help you for role based user authentication > > git url for the plug-in http://github.com/be9/acl9 > > thanks > Mahesh.s > > > On Fri, Mar 19, 2010 at 3:41 PM, Yudi Soesanto <soesanty-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> Hi, >> >> I want to create a ruby on rails application that has user login and user >> role. >> What is a good plugin to use? >> >> Thanks for your response in advance. >> >> Yudi Soesanto >> >> -- >> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >> . >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi Yudi Have you tried with restful authentication if not try with that http://agilewebdevelopment.com/plugins/restful_authentication giturl: http://github.com/technoweenie/restful-authentication Thanks Mahesh.s On Fri, Mar 19, 2010 at 4:11 PM, Yudi Soesanto <soesanty-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Thanks for your reply > > I read from http://github.com/be9/acl9#readme and it said that Acl9 is a > authorization solution, so you will need to implement authentication by > other means. > > I need authentication plugins too. So what is the better one? > > Thanks, > Yudi Soesanto > > > > On Fri, Mar 19, 2010 at 6:21 AM, mahesh s <maheshror-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> hi yudi >> >> acl9 plug-in will help you for role based user authentication >> >> git url for the plug-in http://github.com/be9/acl9 >> >> thanks >> Mahesh.s >> >> >> On Fri, Mar 19, 2010 at 3:41 PM, Yudi Soesanto <soesanty-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: >> >>> Hi, >>> >>> I want to create a ruby on rails application that has user login and user >>> role. >>> What is a good plugin to use? >>> >>> Thanks for your response in advance. >>> >>> Yudi Soesanto >>> >>> -- >>> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>> To unsubscribe from this group, send email to >>> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/rubyonrails-talk?hl=en. >>> >> >> -- >> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >> . >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
hi thanks for the reply i already did with restful routing i am new to rails development it is giving the same error for me can you give any more advice On Fri, Mar 19, 2010 at 4:20 PM, mahesh s <maheshror-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi Yudi > > Have you tried with restful authentication > > if not try with that > http://agilewebdevelopment.com/plugins/restful_authentication > giturl: http://github.com/technoweenie/restful-authentication > > Thanks > Mahesh.s > On Fri, Mar 19, 2010 at 4:11 PM, Yudi Soesanto <soesanty-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> Thanks for your reply >> >> I read from http://github.com/be9/acl9#readme and it said that Acl9 is a >> authorization solution, so you will need to implement authentication by >> other means. >> >> I need authentication plugins too. So what is the better one? >> >> Thanks, >> Yudi Soesanto >> >> >> >> On Fri, Mar 19, 2010 at 6:21 AM, mahesh s <maheshror-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >>> hi yudi >>> >>> acl9 plug-in will help you for role based user authentication >>> >>> git url for the plug-in http://github.com/be9/acl9 >>> >>> thanks >>> Mahesh.s >>> >>> >>> On Fri, Mar 19, 2010 at 3:41 PM, Yudi Soesanto <soesanty-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: >>> >>>> Hi, >>>> >>>> I want to create a ruby on rails application that has user login and >>>> user role. >>>> What is a good plugin to use? >>>> >>>> Thanks for your response in advance. >>>> >>>> Yudi Soesanto >>>> >>>> -- >>>> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>>> To unsubscribe from this group, send email to >>>> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/rubyonrails-talk?hl=en. >>>> >>> >>> -- >>> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>> To unsubscribe from this group, send email to >>> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/rubyonrails-talk?hl=en. >>> >> >> -- >> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >> . >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Thanks mahesh. I will try using restful. Thanks, Yudi Soesanto On Fri, Mar 19, 2010 at 7:01 AM, nagarani gajjala < gajjala.nagarani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi > thanks for the reply > i already did with restful routing > i am new to rails development it is giving the same error for me > can you give any more advice > > > > > On Fri, Mar 19, 2010 at 4:20 PM, mahesh s <maheshror-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> Hi Yudi >> >> Have you tried with restful authentication >> >> if not try with that >> http://agilewebdevelopment.com/plugins/restful_authentication >> giturl: http://github.com/technoweenie/restful-authentication >> >> Thanks >> Mahesh.s >> On Fri, Mar 19, 2010 at 4:11 PM, Yudi Soesanto <soesanty-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: >> >>> Thanks for your reply >>> >>> I read from http://github.com/be9/acl9#readme and it said that Acl9 is a >>> authorization solution, so you will need to implement authentication by >>> other means. >>> >>> I need authentication plugins too. So what is the better one? >>> >>> Thanks, >>> Yudi Soesanto >>> >>> >>> >>> On Fri, Mar 19, 2010 at 6:21 AM, mahesh s <maheshror-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >>> >>>> hi yudi >>>> >>>> acl9 plug-in will help you for role based user authentication >>>> >>>> git url for the plug-in http://github.com/be9/acl9 >>>> >>>> thanks >>>> Mahesh.s >>>> >>>> >>>> On Fri, Mar 19, 2010 at 3:41 PM, Yudi Soesanto <soesanty-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: >>>> >>>>> Hi, >>>>> >>>>> I want to create a ruby on rails application that has user login and >>>>> user role. >>>>> What is a good plugin to use? >>>>> >>>>> Thanks for your response in advance. >>>>> >>>>> Yudi Soesanto >>>>> >>>>> -- >>>>> 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<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >>>>> . >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/rubyonrails-talk?hl=en. >>>>> >>>> >>>> -- >>>> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>>> To unsubscribe from this group, send email to >>>> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/rubyonrails-talk?hl=en. >>>> >>> >>> -- >>> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>> To unsubscribe from this group, send email to >>> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/rubyonrails-talk?hl=en. >>> >> >> -- >> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >> . >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 19 March 2010 10:50, mahesh s <maheshror-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi Yudi > > Have you tried with restful authenticationI believe authlogic is generally considered the better solution currently. Colin> > if not try with that > http://agilewebdevelopment.com/plugins/restful_authentication > giturl: http://github.com/technoweenie/restful-authentication > > Thanks > Mahesh.s > On Fri, Mar 19, 2010 at 4:11 PM, Yudi Soesanto <soesanty-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >> Thanks for your reply >> I read from http://github.com/be9/acl9#readme and it said that Acl9 is a >> authorization solution, so you will need to implement authentication by >> other means. >> I need authentication plugins too. So what is the better one? >> Thanks, >> Yudi Soesanto >> >> >> On Fri, Mar 19, 2010 at 6:21 AM, mahesh s <maheshror-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >>> >>> hi yudi >>> >>> acl9 plug-in will help you for role based user authentication >>> >>> git url for the plug-in http://github.com/be9/acl9 >>> >>> thanks >>> Mahesh.s >>> >>> >>> On Fri, Mar 19, 2010 at 3:41 PM, Yudi Soesanto <soesanty-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> >>> wrote: >>>> >>>> Hi, >>>> I want to create a ruby on rails application that has user login and >>>> user role. >>>> What is a good plugin to use? >>>> Thanks for your response in advance. >>>> Yudi Soesanto >>>> >>>> -- >>>> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>>> For more options, visit this group at >>>> http://groups.google.com/group/rubyonrails-talk?hl=en. >>> >>> -- >>> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>> To unsubscribe from this group, send email to >>> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>> For more options, visit this group at >>> http://groups.google.com/group/rubyonrails-talk?hl=en. >> >> -- >> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.