Arne De Herdt

Results 48 comments of Arne De Herdt

Yeah, this feels misleading to me, as based on the code snippet, the test is supposed to fail since we are delaying for 1 minute. The initial idea to only...

Having the same problem in 3.0.2 Had to browse through the issues to find the configuration first of all needs to be inside the `rails_helper.rb`, but still can't get this...

This is an Intel Mac. The client is installed with Homebrew, we have our custom tap, but the principle is exactly the same as described in the documentation for homebrew,...

I'll have to run this through our teams as this will have a major impact.

I'm running into this problem as well with `request.env['omniauth.auth']` being nil in development and our staging systems. This worked fine on Rails 6.0 and before, but with Rails 6.1 this...

No we were on omniauth 2.0 prior to that. I actually got it working by adding the following in our initializer: ``` # With the changes in Rails 6.1, as...

I’m keeping the warning so it gets annoying enough for the teams so they will update it xD

It's not working as described however. We use the `:transaction` strategy like this in our RSpec suite, and this was working fine on 1.7. However now with the 1.8 upgrade,...

Euh...I can try when i find the time, because this is a client's private source code, with a mySQL and Oracle database setup, so this won't be easy to get...