Ruby & Rails¶
Notes on Rails internals, patterns, and how they relate to systems like Astra (convention, actor-like isolation, clear boundaries).
Subpages¶
| Page | Focus |
|---|---|
| Philosophy | Convention over configuration vs explicit kernels |
| Active Record | ORM patterns and performance |
| Hotwire | Turbo/Stimulus vs API-first agents |
I've shipped Rails since the late 2000s. The framework's best idea — shared culture as contract — still shapes how I draw boundaries between kernel, services, and apps.