mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update Rails on Rack guide [ci skip]
This commit is contained in:
parent
31eabcedb1
commit
9cb7c90c59
1 changed files with 2 additions and 2 deletions
|
@ -249,7 +249,7 @@ Much of Action Controller's functionality is implemented as Middlewares. The fol
|
|||
|
||||
**`Rails::Rack::Logger`**
|
||||
|
||||
* Notifies the logs that the request has began. After request is complete, flushes all the logs.
|
||||
* Notifies the logs that the request has begun. After the request is complete, flushes all the logs.
|
||||
|
||||
**`ActionDispatch::ShowExceptions`**
|
||||
|
||||
|
@ -289,7 +289,7 @@ Much of Action Controller's functionality is implemented as Middlewares. The fol
|
|||
|
||||
**`Rack::ConditionalGet`**
|
||||
|
||||
* Adds support for "Conditional `GET`" so that server responds with nothing if page wasn't changed.
|
||||
* Adds support for "Conditional `GET`" so that server responds with nothing if the page wasn't changed.
|
||||
|
||||
**`Rack::ETag`**
|
||||
|
||||
|
|
Loading…
Reference in a new issue