提交 094a7cec 编写于 作者: N Nicolas Cavigneaux 提交者: Nicolas Cavigneaux

Warning about middleware not auto-reloading

Add a section in the guide to explain that Rails can't auto-reload
a middleware on code change.

Fix #16806

[ci skip]
上级 0bd1a4e0
......@@ -99,6 +99,10 @@ To find out more about different `rackup` options:
$ rackup --help
```
### Development and auto-reloading
Middlewares are loaded once and are not monitored for changes. You will have to restart the server for changes to be reflected in the running application.
Action Dispatcher Middleware Stack
----------------------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册