Module Recaptcha
In: lib/recaptcha/client_helper.rb
lib/recaptcha/verify.rb
lib/recaptcha.rb

Classes and Modules

Module Recaptcha::ClientHelper
Module Recaptcha::Verify
Class Recaptcha::RecaptchaError

Constants

RECAPTCHA_API_SERVER = 'http://api.recaptcha.net';
RECAPTCHA_API_SECURE_SERVER = 'https://api-secure.recaptcha.net';
RECAPTCHA_VERIFY_SERVER = 'api-verify.recaptcha.net';
SKIP_VERIFY_ENV = ['test', 'cucumber']

[Validate]