Sha256: 3c06efe4c7dbbfab5c0ff688763619f0f9b4dc326d16b93ea935f6b6352999ed

Contents?: true

Size: 749 Bytes

Versions: 5

Compression:

Stored size: 749 Bytes

Contents

is_bot
======

About
-----

**is_bot** is a clean rewrite of **less_reverse_captcha**

It is a simple way to make your forms bot-proof. The effectiveness of the solution is open to discussion. I have used it on a low traffic site and it seems to have reduced the bot-attack considerably.


Usage
-----
It is very simple to use. Just install it in your rails app and perform the following steps. 

In your model class:
    
    class User < ActiveRecord::Base
      validate_captcha
    end
    
In your model's view:
    
    form_for @user do |f|
      captcha_reverse_field :user
    end
    
And that's it.


Bugs
----

Please report the issues through gitHub's issues.


Authors
-------

* Anuj Dutta - [andHapp.com](http://www.andhapp.com/blog)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
is_bot-1.0.0 README.markdown
is_bot-0.3.6 README.markdown
is_bot-0.3.5 README.markdown
is_bot-0.3.2 README.markdown
is_bot-0.3.1 README.markdown