Hi, On Fri, Nov 2, 2012 at 1:34 AM, Fahim Patel <[email protected]> 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

