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

Methods

Classes and Modules

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

Constants

RECAPTCHA_API_SERVER_URL = 'http://www.google.com/recaptcha/api'
RECAPTCHA_API_SECURE_SERVER_URL = 'https://www.google.com/recaptcha/api'
RECAPTCHA_VERIFY_URL = 'http://www.google.com/recaptcha/api/verify'
SKIP_VERIFY_ENV = ['test', 'cucumber']

Public Class methods

Gives access to the current Configuration.

Allows easy setting of multiple configuration options. See Configuration for all available options.

[Validate]