- Prevents NoMethodError when form posts non-existing question id
- Added translations: Danish, Serbian & Swedish
- Additions to French translations
- Added stripping of whitespace before comparing answers
- Added translations: Hindi and Norwegian
- Fixed typo in the Russian translations
- Fixed incorrect answer in the Finnish translations
- Added more variations for German translations
- Fixed typo in the Russian translations
- Raise an exception of the translations are missing
- Make translation lookups work with both strings and symbols
- Improvements to the dutch translations
- Added translations: Greek and zh-TW
- Support models without database backing (41773bc)
- Added translations: Chinese (Simplified) translation, Italian
- Small bug fixes
- Added translations: Polish.
- Added translations: Spanish.
- Fixes a bug when the humanizer_question_id is given as a String.
- Added #change_humanizer_question for question reloading.
- Removed the real_human attribute.
- Added an example on how to manually skip validations to the README.
- Added a note about attr_accessible to the README.
- Added translations: French, Russian.
- Added real_human attribute to skip validation.
- Updated changelog.
- Minor polishing.
- Support for Formtastic inline errors.
- Added flexibility to validations.
- Added translations: Dutch, Brazilian Portuguese.
- Rewrite.
- Database and mapper agnosticism.
- Use locale YAML files for storage.
- Released to public.
- First version created.