1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

adds credit to CHANGELOG item [ci skip]

This commit is contained in:
Xavier Noria 2020-05-12 08:16:41 +02:00
parent e9c585096e
commit 0dc3f5146d

View file

@ -2,6 +2,8 @@
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.
*Xavier Noria*
* Adds `rails test:all` for running all tests in the test directory.
This runs all test files in the test directory, including system tests.