Hi,
On Fri, Nov 2, 2012 at 1:34 AM, Fahim Patel <
paf...@gmail.com> 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.