strict_lazy 0.4.0
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.
Gemfile:
=
install:
=
Runtime Dependencies (1):
activesupport
>= 8.0