This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
nateberkopec.bsky.social
did:plc:lasdfeefrnjf7oecvame6mwl
I'm routinely asked about "automatic N+1 solving" libraries for Rails, which essentially try to manipulate `includes()` calls for you. I don't recommend them.
IME, missing `includes` is only ~10% of the actual N+1s I see in the wild. And, includes() isn't always optimal!
2026-01-05T17:00:18.135Z