strict_lazy applies the spirit of Rails' strict_loading to computed values (external APIs, window functions, cross-table aggregates) that associations cannot express. It forces explicit preloading and raises on unloaded access in development/test, so hidden per-record queries never slip into views. No batch-loader / N1Loader / ar_lazy_preload dependency — activesupport only.
Required Ruby Version
>= 3.4.0
Authors
aki77