| Author |
Help with rack-Recaptcha
|
santoshkumar savadatti
Ranch Hand
Joined: Apr 27, 2010
Posts: 93
|
|
I am experimenting with recaptcha for rails 3.For that iam trying out a simple app. I'm using rack-recaptcha Plugin. I have followed all the steps as mentioned on the gem page.But, when i run the app, the reCaptcha always returns false.
Here's my view:
and Here's my controller:
|
 |
Katrina Owen
Sheriff
Joined: Nov 03, 2006
Posts: 1334
|
|
I haven't used the recaptcha gem, so I'm not in a position to suggest gotchas, etc, but I'd be happy to help suggest avenues for troubleshooting.
First up... what does your config look like?
|
 |
santoshkumar savadatti
Ranch Hand
Joined: Apr 27, 2010
Posts: 93
|
|
I added the following lines to my application.rb:
and in my IndexHelper.rb (my controller name is Index) i added:
and in the gemfile,
|
 |
Katrina Owen
Sheriff
Joined: Nov 03, 2006
Posts: 1334
|
|
|
Are you able to make it work without Ajax? I.e. just using regular redirects?
|
 |
 |
|
|
subject: Help with rack-Recaptcha
|
|
|