simple-captcha icon indicating copy to clipboard operation
simple-captcha copied to clipboard

Rails 3 support now! Simple Captcha is the simplest and a robust captcha plugin. Its implementation requires adding up a single line in views and in controllers/models.

Results 13 simple-captcha issues
Sort by recently updated
recently updated
newest added

Hello, @Azdaroth started a Rails-4 branch, to make SimpleCaptcha compatible with Rails 4 final. We made some minor adjustments and are already running SimpleCaptcha in a Rails 4 production app...

on Rails 3 with security limit, we have to add this attr_accessible. otherwise it will report an error, mass-assignment

Hey there! Using this gem in one of my projects, but it doesn't support mongomapper, so here is a fix for that. Thanks!

I think the correct gem name should be galetahub-simple_captcha. Changing its name to "simple_captcha" make it inconsistent to install from different source I also found it confusing when clicking "Homepage"...

change file image storage to memory on-the-fly

hi Galeta, currently `simple_captcha_valid?` always returns true in the TEST environment, however there are cases we hope to test the verification logic for captcha, maybe it would be better to...

When calling ImageMagick simple captcha escapes some parameters with '. That doesn't work on Windows and isn't necessary at all. This pull request removes them - works still on MacOS...