Enable Zeitwerk autoloader
After upgrading Rails 6, we should enable the Zeitwerk autoloader.
It is the new code autoloader / reloader and is now thread-safe. This should solve deadlock issues that we're experiencing in development.
After upgrading Rails 6, we should enable the Zeitwerk autoloader.
It is the new code autoloader / reloader and is now thread-safe. This should solve deadlock issues that we're experiencing in development.