Sha256: bb5106e4baccfe231b1723a909a9e1687c4a6099d20034553dadceae5366ada4

Contents?: true

Size: 751 Bytes

Versions: 3

Compression:

Stored size: 751 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|
      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

3 entries across 3 versions & 1 rubygems

Version Path
is_bot-0.3.0 README.markdown
is_bot-0.2.0 README.markdown
is_bot-0.1.0 README.markdown