Add entry about the classic autoload to the upgrading guide

Talk about the thread-safe concerns of the classic autoloader in
development.
上级 5b327dbf
......@@ -411,6 +411,8 @@ config.load_defaults "6.0"
config.autoloader = :classic
```
When using the Classic Autoloader in Rails 6 application it is recommended to set concurrency level to 1 in development environment, for the web servers and background processors, due to the thread-safety concerns.
### Active Storage assignment behavior change
In Rails 5.2, assigning to a collection of attachments declared with `has_many_attached` appended new files:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册