Arne De Herdt

Results 49 comments of Arne De Herdt

I haven't been able to do much around this, but I can tell it's happening on our MySQL database, and all tests fail that depend on our named seeds, e.g...

This is what we have inside the configuration: ``` # SimpleCov goes before anything being loaded, to ensure that all code paths are covered require "simplecov" SimpleCov.start("rails") do add_filter "/spec/"...

Is there any update regarding this approach? Because with the recent updates from Command Line Tools etc, it's becoming harder to installer old Ruby versions on a Macbook. Downgrading the...

> Yes, I think the reason openssl is downloaded by ruby-build in the first place is because of problems with using a brew'd version on a newer Mac or other...

I'm running into a very similar issue, especially when swapping between branches and keys getting added/removed as well from new employees. To give a more detailed overview of the problem:...

I honestly don't know. I can for example fire up `gpg --edit-key ` and this works fine. But running decrypt commands or blackbox commands tells me that the wrong key...

resolved the issue. The problem is caused by old public keys, that no longer have the private key available. Once we cleaned up those keys it all worked again

I actually ran into a curious problem again today. The blackbox failed to decrypt again, and even the normal `gpg -d` command didn't work after exchanging the keys. I removed...

So is this idea ever going to happen?

I've given up on running RuboCop through CodeClimate and made it part of our CI instead of the CodeClimate plugin.