Closed DanielePalombo closed 2 years ago
This changes is made to remove the warning message about
Initialization autoloaded the constants
More details: https://bill.harding.blog/2021/07/22/rails-6-1-deprecation-warning-initialization-autoloaded-the-constants-what-to-do-about-it/
The following command can be execute to test there are no other warning message related in a project which includes it.
bundle exec rails zeitwerk:check RAILS_ENV=test
This changes is made to remove the warning message about
Initialization autoloaded the constants
More details: https://bill.harding.blog/2021/07/22/rails-6-1-deprecation-warning-initialization-autoloaded-the-constants-what-to-do-about-it/
The following command can be execute to test there are no other warning message related in a project which includes it.
bundle exec rails zeitwerk:check RAILS_ENV=test