You probably don’t write code like this:
if object.kind_of?(User)
do_this...
Give low complexity to your high-churn code.
Let’s talk about Enumerable#inject. It’s special to me. In other cultures...
Setting up configuration settings in a Rails app has been fairly...
The problem
Here’s a view serving monkeys#show. What’s wrong...
I knocked out a pretty decent refactoring of some of the internals of Factory...
Separate the things which are not searching from the things which are
indeed actually searching.
I’ve noticed a handful of what I’d consider Factory Bot anti-patterns, either...