Hi all, I follow All the steps for recaptcha , but i am confused how to test on my local host. Because when we register in google recaptcha it ask for domain URL, i stuck here. Q What should i enter in domain url ? Hope that you all understand the problem. Thanks Regards Fahim Babar Patel -- 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 To view this discussion on the web visit groups.google.com/d/msg/rubyonrails-talk/-/uUfKJPtXnDIJ. For more options, visit groups.google.com/groups/opt_out.
Hi, On Fri, Nov 2, 2012 at 12:44 AM, Fahim Patel <pafahim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I follow All the steps for recaptcha , but i am confused how to test on my > local host. > Q What should i enter in domain url ?Don''t, mock the entire reCaptcha part rubydoc.info/gems/rspec-mocks/frames -- 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 groups.google.com/groups/opt_out.
On Friday, November 2, 2012 11:33:13 AM UTC+5:30, Jordon Bedwell wrote:> > Hi, > > On Fri, Nov 2, 2012 at 12:44 AM, Fahim Patel <paf...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org<javascript:>> > wrote: > > I follow All the steps for recaptcha , but i am confused how to test on > my > > local host. > > Q What should i enter in domain url ? > >> Don''t, mock the entire reCaptcha part > rubydoc.info/gems/rspec-mocks/frames >thanks for reply You not got my issue. I want to test manually . I follow this link for recaptcha. rorexperts.com/implementing-captcha-in-rails-3-application-t2284.html Its a good page.i implement all the lines in development. But when i enter a captcha value , user registration is failing. So it is possible to run recaptcha on localhost or i have to deploy me code in production . Hope now you understand the situation. Thanks Regards Fahim Babar Patel -- 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 To view this discussion on the web visit groups.google.com/d/msg/rubyonrails-talk/-/cfwZwbjk7bAJ. For more options, visit groups.google.com/groups/opt_out.
Hi, On Fri, Nov 2, 2012 at 1:34 AM, Fahim Patel <pafahim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> But when i enter a captcha value , user registration is failing. > So it is possible to run recaptcha on localhost or i have to deploy me code > in production .My guess is it''s most likely not reCaptcha that''s failing but something else, gem install pry-rails and add a binding.pry into the method causing the issue and make sure it is, since reCaptcha works in the browser via localhost by default (as per Google specs) I would believe first that it''s something else causing the issue. -- 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 groups.google.com/groups/opt_out.
On Friday, November 2, 2012 12:09:52 PM UTC+5:30, Jordon Bedwell wrote:> > Hi, > > On Fri, Nov 2, 2012 at 1:34 AM, Fahim Patel <paf...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org<javascript:>> > wrote: > > But when i enter a captcha value , user registration is failing. > > So it is possible to run recaptcha on localhost or i have to deploy me > code > > in production . > > My guess is it''s most likely not reCaptcha that''s failing but > something else, gem install pry-rails and add a binding.pry into the > method causing the issue and make sure it is, since reCaptcha works in > the browser via localhost by default (as per Google specs) I would > believe first that it''s something else causing the issue. >Hi, I also read that recaptcha work on localhost.But my problem come when i register a domain in recaptcha key generation form than what should i enter there ? And with out key i can do any thing ? -- 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 To view this discussion on the web visit groups.google.com/d/msg/rubyonrails-talk/-/o0RRcsUFRSMJ. For more options, visit groups.google.com/groups/opt_out.