What is the best recaptcha library for Rails 3?
I found three projects: ruby recaptcha, rack recaptcha, recaptcha
What is the best recaptcha library for Rails 3?
I found three projects: ruby recaptcha, rack recaptcha, recaptcha
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'
Maybe you like this: http://ruby-toolbox.com/categories/rails_captcha.html