Skip to content

Commit

Permalink
Update the upgrading guide
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Oct 11, 2021
1 parent 9e4d31c commit a9adf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/upgrading_ruby_on_rails.md
Expand Up @@ -90,7 +90,7 @@ Also, make sure `config.cache_classes` is set to `false` in `config/environments

### Applications need to run in `zeitwerk` mode

Applications still running in `classic` mode have to switch to `zeitwerk` mode. Please check the [upgrading guide for Rails 6.0](https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#autoloading) for details.
Applications still running in `classic` mode have to switch to `zeitwerk` mode. Please check the [Classic to Zeitwerk HOWTO](https://guides.rubyonrails.org/classic_to_zeitwerk_howto.html) guide for details.

### The setter `config.autoloader=` has been deleted

Expand Down

0 comments on commit a9adf93

Please sign in to comment.