-
Sandbox Your Secrets
Why your AI agent's deny rules aren't enough, and what to do about it
-
Model Replicas
A more targeted approach to connecting to readonly replica database instances
-
Ruby LockRun
Ensuring singleton execution in a distributed system
-
Mock Record
Testing libs against a totally fake record
-
Ruby Enum
Standardize a few common things we want from Enums using a simple DSL
-
Cron tasks as Interactors
How OOP benefits the scripts in your application
-
Taming Rails Namespaces
What to do when your application outgrows your framework
-
Deploy Nagging
When you don't have a CD pipeline, at least you can be nagged about it
-
Rails helpers as a class
How to use Rails' helper methods usable outside of ActionView
-
SOLID in Rails: An Open/Closed principle example
Yes, the Open/Closed principle *can* be applied in a Rails app! Here's an example.