aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/caching/fragments.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unused codebogdanvlviv2019-01-301-1/+0
* Remove deprecated `fragment_cache_key` helper in favor of `combined_fragment_...Rafael Mendonça França2019-01-171-19/+0
* Fewer allocations in caching/fragments.rbschneems2018-08-291-1/+5
* Show the `ENV` value correctly in the doc of `combined_fragment_cache_key` [c...yuuji.yaginuma2018-08-221-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-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 recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-7/+28
* Unfreeze interpolated string because it's useless.Stan Lo2017-02-191-1/+1
* Freeze fragment cache related instrument name.Stan Lo2017-02-071-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* Move Caching module to Abstract ControllerRafael Mendonça França2016-02-231-0/+143