In Rails there are a lot of things that can work. Sometimes, we all need some of the little idioms pointed out.
Fat models with leftovers that could be trimmed a bit more!
Came across a method that had 3 different paths in it's conditional statement. In one of those paths was a conditional expression checking 6 values. Had to fix that
Reducing a previously extracted method never felt so good, until now. Walk through of refactoring a previously extracted method today.
Extracting highly reused code out of a view and putting it into a module for reuse and further refactoring.