thaohoangc3
thaohoangc3
Thanks @danslee for making this pr. This comes in really handy 'cuz I don't have access to any Windows machine.
I find that `config.enable_dependency_loading` sometimes not work correctly. If autoloading has been working fine for you, then the most straighforward and run in predictable manner is diffing the `eager_load_paths` and...
```ruby load_disparities = (ActiveSupport::Dependencies.autoload_paths - config.eager_load_paths).uniq config.eager_load_paths += load_disparities unless Rails.env.development? ``` I prefer to keep autoload in test to true, to keep cfg between test and prod the same