Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 427
- Log:
Version 1.0.1 of the Hub application, which adds reCaptcha
verification to the sign-up form. Implemented after spambots
attacked the ROOL site and signed up hundreds of bogus users.
- Author:
- rool
- Date:
- Tue Aug 30 11:48:22 +0100 2011
- Size:
- 555 Bytes
1 | == 0.2.2 / 2009-09-14 |
2 | |
3 | * Add a timeout to the validator |
4 | * Give the documentation some love |
5 | |
6 | == 0.2.1 / 2009-09-14 |
7 | |
8 | * Removed Ambethia namespace, and restructured classes a bit |
9 | * Added an example rails app in the example-rails branch |
10 | |
11 | == 0.2.0 / 2009-09-12 |
12 | |
13 | * RecaptchaOptions AJAX API Fix |
14 | * Added 'cucumber' as a test environment to skip |
15 | * Ruby 1.9 compat fixes |
16 | * Added option :message => 'Custom error message' to verify_recaptcha |
17 | * Removed dependency on ActiveRecord constant |
18 | * Add I18n |
19 | |
20 | == 0.1.0 / 2008-2-8 |
21 | |
22 | * 1 major enhancement |
23 | * Initial Gem Release |