If you ever wanted to use forman with guard but don’t want to go without interactive mode,
this little helper might be useful for you.
Last time I was investigating how to find out which test or tests are dependent, making another test fail by just running before it. Boiled down to a small group of tests I am now digging into: why this happens.
This is a journey into flakyness, meaning randomly failing RSpec tests, how to find and fix them.
Today I had (again) trouble with spork, the rails pre-loader.
Here’s how we could finally beat it and may prevent others from falling into
the same trap.
This is a quick solution to add single-sign-out of all applications for a doorkeeper based oauth2 application.