提交 1b895ef4 编写于 作者: S soartec-lab

Added guide for `config.autoloader` [skip ci]

上级 cecbc234
......@@ -157,6 +157,12 @@ defaults to `:debug` for all environments. The available log levels are: `:debug
* `config.time_zone` sets the default time zone for the application and enables time zone awareness for Active Record.
* `config.autoloader` sets the autoloading modes. This option defaults to `:zeitwerk` if `6.0` is specified in `config.load_defaults`. Can use the classic autoloader by specifying `:classic` after the line that loads` load_defaults `.
```ruby
config.autoloader = :classic
```
### Configuring Assets
* `config.assets.enabled` a flag that controls whether the asset
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册