SimpleCaptcha3
SimpleCaptcha3 copied to clipboard
A simplest and robust captcha plugin for Rails3 applications. This is an upgraded version of SimpleCaptcha(http://expressica.com/simple_captcha/)
Results
2
SimpleCaptcha3 issues
Sort by
recently updated
recently updated
newest added
I got following error message in rails 3 undefined method `session_id' for #
In rails 3 RC, the method valid? for an ActiveRecord object takes a parameter(context), so the captcha wasn't working because of it with rails 3 rc and ruby 1.9.2 I...