Hi, Please help me. I have installed open_id_authentication plugin in my application. I got an error "undefined method `authenticate_with_open_id'' for #<AccountController:0x2aab49c51c68>" in open_id_authentication plugin. I had already write "require ''open_id_authentication''" and also written require_gem ''ruby-openid'' in my controller where i have to used. But still i got problem of it. see the attachment of my controller. Attachments: http://www.ruby-forum.com/attachment/1475/account_controller.rb -- 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 -~----------~----~----~----~------~----~------~--~---
Chirag Shah wrote:> Hi, > Please help me. > I have installed open_id_authentication plugin in my application. > I got an error "undefined method `authenticate_with_open_id'' for > #<AccountController:0x2aab49c51c68>" in open_id_authentication plugin. > I had already write "require ''open_id_authentication''" and also written > require_gem ''ruby-openid'' in my controller where i have to used. > But still i got problem of it. > see the attachment of my controller.Did you follow the setup guide that came with the plugin and make the necessary changes to config/environment.rb? hth ilan -- 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 -~----------~----~----~----~------~----~------~--~---
Ilan Berci wrote:> Chirag Shah wrote: >> Hi, >> Please help me. >> I have installed open_id_authentication plugin in my application. >> I got an error "undefined method `authenticate_with_open_id'' for >> #<AccountController:0x2aab49c51c68>" in open_id_authentication plugin. >> I had already write "require ''open_id_authentication''" and also written >> require_gem ''ruby-openid'' in my controller where i have to used. >> But still i got problem of it. >> see the attachment of my controller. > > Did you follow the setup guide that came with the plugin and make the > necessary changes to config/environment.rb? > > hth > > ilanI am getting this same error. I have followed the steps in the config/environment.rb. Any other suggestions? -- 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 -~----------~----~----~----~------~----~------~--~---