simple-captcha
simple-captcha copied to clipboard
Rails 4 compatibilty
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 now.
Maybe this is useful for other people as well.
+1
+1
It would be great to accept this PR.
+1
Everyone who is still interested: We fixed some issues, made some Travis CI specs, bumped the version number over on https://github.com/pludoni/simple-captcha. Unfortunatly, both galethub and the original author did not respond to my messages :(.
To use it, just reference the git:
gem 'simple_captcha', :git => 'git://github.com/pludoni/simple-captcha.git'
Contributions (preferable with tests) are very welcome :)
@zealot128 Just deployed your branch in production on rails 4 and it works great. Haven't thoroughly tested configuration combinations, but all cases in my basic scenario seem to be good. Thanks! It's about time we have a version 4 compatible captcha solution :)
Great work! Thank you very much! Is it possible to get this via RubyGems because we have some requirements that we're not allowed to use Git repositories in the Gemfile for the Gems we want to use...
Yes. I released simple_captcha2 with all the fixes and plan further development: http://rubygems.org/gems/simple_captcha2
Am 03.12.2013 08:29, schrieb Philipp Müns:
Great work! Thank you very much! Is it possible to get this via RubyGems because we have some requirements that we're not allowed to use Git repositories in the Gemfile for the Gems we want to use...
— Reply to this email directly or view it on GitHub https://github.com/galetahub/simple-captcha/pull/39#issuecomment-29688700.
Awesome! Thank you :thumbsup:
Thank you @zealot128 You are awesome!
Thank you very much : D +1