roidrage / lograge

An attempt to tame Rails' default policy to log everything.
http://www.paperplanes.de/2012/3/14/on-notifications-logsubscribers-and-bringing-sanity-to-rails-logging.html
MIT License
3.47k stars 300 forks source link

Use `ActiveSupport.on_load` to defer autoloaded Action Cable constants #391

Open bensheldon opened 4 months ago

bensheldon commented 4 months ago

This wraps autoloaded Action Cable constants with on_load hooks to ensure they are deferred and speed up application boot: