hi ! i am very new to ror i am impressed with open id plugin ! previously i installed acts_as_authentication now i want to merge it with open id login system ! i have installed gem ruby-openid 2.1.2 . when page lodes it shows err undefined method `using_open_id?'' for #<AccountController:0x43f2470> help me ! -- Posted via http://www.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 http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
In case you were not aware, acts_as_authenticated is now deprecated and has been replaced with Restful_authentication. There is a great post at Rails Forum that explains step-by-step (with all code) of how to implement Restful_authentication with Open-ID http://railsforum.com/viewtopic.php?id=14216 Hope that helps you, as it certainly helped me quite a bit! --Cory On Aug 25, 3:04 am, Dharmdip Rathod <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> hi ! i am very new to ror i am impressed with open id plugin ! > previously i installed acts_as_authentication now i want to merge it > with open id login system ! i have installed gem ruby-openid 2.1.2 . > when page lodes it shows err > > undefined method `using_open_id?'' for #<AccountController:0x43f2470> > > help me ! > -- > Posted viahttp://www.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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Dharmdip Rathod
2008-Aug-26 04:41 UTC
Re: implementing open_id with acts_as_authentication
CPerry wrote:> In case you were not aware, acts_as_authenticated is now deprecated > and has been replaced with Restful_authentication. > > There is a great post at Rails Forum that explains step-by-step (with > all code) of how to implement Restful_authentication with Open-ID > > http://railsforum.com/viewtopic.php?id=14216 > > Hope that helps you, as it certainly helped me quite a bit! > > --Cory > > On Aug 25, 3:04�am, Dharmdip Rathod <rails-mailing-l...@andreas-s.net>thanks for ur guidance ! -- Posted via http://www.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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Benjamin Curtis
2008-Aug-26 13:36 UTC
Re: implementing open_id with acts_as_authentication
Also check out http://railskits.com/openid for a fully-functional sample Rails app that has restful_authentication and OpenID working together. -- Benjamin Curtis http://railskits.com/ - Ready-made Rails code http://catchthebest.com/ - Team-powered recruiting http://www.bencurtis.com/ - Personal blog On Mon, Aug 25, 2008 at 9:41 PM, Dharmdip Rathod < rails-mailing-list@andreas-s.net> wrote:> > CPerry wrote: > > In case you were not aware, acts_as_authenticated is now deprecated > > and has been replaced with Restful_authentication. > > > > There is a great post at Rails Forum that explains step-by-step (with > > all code) of how to implement Restful_authentication with Open-ID > > > > http://railsforum.com/viewtopic.php?id=14216 > > > > Hope that helps you, as it certainly helped me quite a bit! > > > > --Cory > > > > On Aug 25, 3:04�am, Dharmdip Rathod <rails-mailing-l...@andreas-s.net> > > thanks for ur guidance ! > -- > Posted via http://www.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@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---
Dharmdip Rathod
2008-Aug-27 04:29 UTC
Re: implementing open_id with acts_as_authentication
Benjamin Curtis wrote:> Also check out http://railskits.com/openid for a fully-functional sample > Rails app that has restful_authentication and OpenID working together. > > -- > Benjamin Curtis > http://railskits.com/ - Ready-made Rails code > http://catchthebest.com/ - Team-powered recruiting > http://www.bencurtis.com/ - Personal blog > > > > > > On Mon, Aug 25, 2008 at 9:41 PM, Dharmdip Rathod <thanks ! curtis ! -- Posted via http://www.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 http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---