Project

captchator

0.0
No commit activity in last 3 years
No release in over 3 years
Due to many unrequited complaints to the recaptcha team with regard to its unreadability for real human users, this gem offers a more readable selection of captcha images.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

Captchator¶ ↑

The captchator gem provides a seamless captcha interface for Rails applications with easily readable captcha images. Thanks to captchator.com/ for the library.

Installation¶ ↑

Add it to your Gemfile:

gem 'captchator'

Usage¶ ↑

In your view

<%= captchator_tags %>

In your controller

verify_captchator # returns true or false

-or- if you would like seamless integration with your model errors you can call

save_with_captchator(@my_model)

Contact¶ ↑

if you have any questions, please contact me (gabeodess@gmail.com).

This project rocks and uses MIT-LICENSE.