Update the changelog to explain the fix

This commit is contained in:
st0012 2019-04-20 01:34:53 +09:00
parent 16dae7684e
commit 88c195bf81
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
* Fix partial caching skips same item issue
If we render cached collection partials with repeated items, those repeated items
will get skipped. For example, if you have 5 identical items in your collection, Rails
only renders the first one when `cached` is set to true. But it should render all
5 items instead.
This fixes #35114
*Stan Lo*
* Only clear ActionView cache in development on file changes * Only clear ActionView cache in development on file changes
To speed up development mode, view caches are only cleared when files in To speed up development mode, view caches are only cleared when files in