aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/renderer/partial_renderer
Commit message (Expand)AuthorAgeFilesLines
* Fix partial caching ignore repeated items issuest00122019-04-041-13/+20
* Fix up styleAaron Patterson2019-02-191-1/+1
* Return rendered template information instead of just stringsAaron Patterson2019-02-191-4/+6
* Pass the template format to the digestorAaron Patterson2019-02-151-1/+1
* Cache the digest path on the stack.Aaron Patterson2019-01-281-7/+5
* Pull `@template` in to a local variableAaron Patterson2019-01-281-8/+8
* Remove `@view` instance variable from the partial rendererAaron Patterson2019-01-281-8/+8
* [ci skip] document collection_caching.rbschneems2018-09-191-0/+35
* Move digest path calculation out of loopschneems2018-09-111-1/+5
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-1/+1
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-1/+1
* Bring back support for callable cache_key on collection renderingIgnatius Reza2016-07-211-1/+7
* Instrument cached collection renders.Kasper Timm Hansen2016-02-201-2/+3
* Make collection caching explicit.Kasper Timm Hansen2016-02-201-26/+11
* Prefer empty? to any?.Kasper Timm Hansen2016-02-121-1/+1
* Stop mutating return value.Kasper Timm Hansen2016-02-121-2/+3
* Inline `fetch_or_cache_partial`.Kasper Timm Hansen2016-02-121-10/+6
* Write to collection cache where the template is rendered.Kasper Timm Hansen2016-02-121-9/+8
* Only write to collection cache if we have a callable cache key.Kasper Timm Hansen2016-02-121-1/+5
* Remove useless callable_cache_key? check.Kasper Timm Hansen2016-02-121-2/+1
* Remove single_template_render? method.Kasper Timm Hansen2016-02-121-5/+1
* Don't search in locals for cache_options.Kasper Timm Hansen2016-02-121-3/+1
* Fix cache issue when different partials use the same collectionRoque Pinel2015-06-281-1/+1
* spelling fix [ci skip]karanarora2015-05-191-1/+1
* Collections automatically cache and fetch partials.Kasper Timm Hansen2015-02-211-2/+15
* Merge multi_fetch_fragments.Kasper Timm Hansen2015-02-201-0/+57