Rocela Durazo
Rocela Durazo
I am facing with the same error and because of the `env` is not define I was able to get the `REMOTE_ADDR` with `request.env['REMOTE_ADDR']` I need help in how I...
Yes this is happening on version 4.3.1 and I can't update the version because of other dependencies, I am going to monkey patch the method instead, open to other suggestion....
I mean on my rails app, It depends on this version of recaptcha.
can this made it to master? I need this
alright @beatgutzwiller thanks 😄
I have this issue with ruby '2.5.1' and gem 'rails', '~> 5.2.0' In my Gemfile the order is like this: - gem 'activeresource' - gem 'api-auth' and works other way...