Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 4 compatibilty #39

Open
wants to merge 151 commits into
base: master
Choose a base branch
from
Open

Rails 4 compatibilty #39

wants to merge 151 commits into from

Conversation

vincent-the
Copy link

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.

@av-ast
Copy link

av-ast commented Aug 12, 2013

+1

1 similar comment
@pmuens
Copy link

pmuens commented Aug 13, 2013

+1

@freemanoid
Copy link

It would be great to accept this PR.

@maxmumford
Copy link

+1

@zealot128
Copy link

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 :)

freemanoid and others added 4 commits December 1, 2013 14:32
As I can see we _always_ need to use dummy app for testing.
Correct contributing part of README according to travis config
Fix default gemfile for dummy application
David Rodríguez and others added 30 commits December 14, 2016 20:42
To prevent some "unused variable" warnings.
```
warning: instance variable @_simple_captcha_result not initialized
```
… available refresh_formats and raise error if adapter not available, cleaned up code
would allow people to fix the issues raised in #52
Allow manual font family overrides
Fix headers in Readme.md
Specify the font before the label to avoid issues
Support running tests with Rails 5.2
DeadLock in captcha deletion dosn't break process
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.