Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rails on Rack guide [ci skip] #31242

Merged
merged 1 commit into from
Nov 27, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions guides/source/rails_on_rack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`**

Expand Down Expand Up @@ -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`**

Expand Down