deprecates the classic autoloader

This commit is contained in:
Xavier Noria 2020-05-12 08:12:05 +02:00
parent ca48977f9e
commit e9c585096e

@ -1,3 +1,7 @@
* The `classic` autoloader starts its deprecation cycle.
New Rails projects are strongly discouraged from using `classic`, and we recommend that existing projects running on `classic` switch to `zeitwerk` mode when upgrading. Please check the [_Upgrading Ruby on Rails_](https://guides.rubyonrails.org/upgrading_ruby_on_rails.html) guide for tips.
* Adds `rails test:all` for running all tests in the test directory.
This runs all test files in the test directory, including system tests.