https://world.hey.com/dhh/finishing-hotwire-with-the-introduction-of-strada-9efdf091
Wednesday, September 20, 2023
Saturday, September 16, 2023
Rails: class_attribute
https://chat.openai.com/c/388e1263-46a6-4406-b16d-8094b8232dfb
In essence, whenever you find yourself thinking, "I need a class-level configuration that should have a default, but I also want the flexibility to customize it for certain subclasses or instances,"
class_attributeis a tool you might consider using.
Rails: Join multiple nested associations
Join multiple nested associations:
https://gist.github.com/abhionlyone/84dec0aa7a5d30b9e2bc6d7bd2094f20