aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/5_0_release_notes.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-10-24 20:17:31 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-10-24 20:17:31 +0900
commit0f87413f41050d6e3eacefb97a05a5d954f602d1 (patch)
treee70a257ce484d06e16144762b0a28f9602fec329 /guides/source/5_0_release_notes.md
parenta0d0648efb5faa5d8d94a090e8b6ff498a7a9475 (diff)
downloadrails-0f87413f41050d6e3eacefb97a05a5d954f602d1.tar.gz
rails-0f87413f41050d6e3eacefb97a05a5d954f602d1.tar.bz2
rails-0f87413f41050d6e3eacefb97a05a5d954f602d1.zip
update description of Etag [ci skip]
The document is written with "only generate weak", but it can also be used to strong etag. Also, add missing entory for #24387
Diffstat (limited to 'guides/source/5_0_release_notes.md')
-rw-r--r--guides/source/5_0_release_notes.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index 964dbf9450..a98f7be067 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -417,7 +417,7 @@ Please refer to the [Changelog][action-pack] for detailed changes.
`ActionDispatch::IntegrationTest` instead.
([commit](https://github.com/rails/rails/commit/4414c5d1795e815b102571425974a8b1d46d932d))
-* Rails will only generate "weak", instead of strong ETags.
+* Rails generates weak ETags by default.
([Pull Request](https://github.com/rails/rails/pull/17573))
* Controller actions without an explicit `render` call and with no
@@ -453,6 +453,9 @@ Please refer to the [Changelog][action-pack] for detailed changes.
`ActionController::Live`.
([More details in this issue](https://github.com/rails/rails/issues/25581))
+* Introduce `Response#strong_etag=` and `#weak_etag=` and analogous
+ options for `fresh_when` and `stale?`.
+ ([Pull Request](https://github.com/rails/rails/pull/24387))
Action View
-------------