views:

132

answers:

3

What is the best recaptcha library for Rails 3?

I found three projects: ruby recaptcha, rack recaptcha, recaptcha

+1  A: 

I use this one in one of my rails 3 project and it's works like a charm

gem 'recaptcha', :require => 'recaptcha/rails', :git => 'git://github.com/rfc2822/recaptcha.git', :branch => 'rails3'
shingara
A: 

Maybe you like this: http://ruby-toolbox.com/categories/rails_captcha.html

Lichtamberg
Did you find something?
Lichtamberg
+1  A: 

I found that rack recaptcha is the best for me.

Alexey Zakharov