Skip to content

Commit

Permalink
Merge pull request #36040 from st0012/update-changelog-for-35145
Browse files Browse the repository at this point in the history
Update changelog to explain the fix of #35114 [ci skip]
  • Loading branch information
eileencodes committed Apr 22, 2019
2 parents 2db5895 + 88c195b commit 759c8d5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions actionview/CHANGELOG.md
@@ -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

To speed up development mode, view caches are only cleared when files in
Expand Down

0 comments on commit 759c8d5

Please sign in to comment.