Rails falls back on non-thread-safe autoloading even when eager_load is true · Issue #13142 · rails/rails

In Rails 3.x, the disable_dependency_loading config option was available for controlling whether autoloading was enabled as a fallback in case eager loading fails. This option has been removed from...