salsify / goldiloader

Just the right amount of Rails eager loading
MIT License
1.61k stars 53 forks source link

Add configuration option for disabling automatic eager loading #106

Closed fsateler closed 3 years ago

fsateler commented 3 years ago

Fixes #55

This patch enables the auto loading via

Goldiloader.auto_include do
  # here, goldiloader is active
end

Based on the work of @gzunigal

fsateler commented 3 years ago

Thank you for your thoughtful review and patience :)