aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/cache_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Templates have one formatAaron Patterson2019-02-251-1/+1
* Pass the template format to the digestorAaron Patterson2019-02-151-5/+5
* Move digest path calculation out of loopschneems2018-09-111-9/+17
* Fix RDoc formatting: `+` doesn't work with space [ci skip]yuuji.yaginuma2018-05-231-1/+1
* Indicate `true` in a doc comment is code-like.Corey Farwell2018-05-221-1/+1
* Use tt in doc for ActionView [ci skip]Yoshiyuki Hirano2017-08-271-4/+4
* Fix broken doc layout for action_view [ci skip]Yoshiyuki Hirano2017-08-271-1/+1
* 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
* Don't rely on the @view_renderer being defined.Kasper Timm Hansen2017-06-081-2/+2
* Merge pull request https://github.com/rails/rails/pull/28637 from st0012/fix-...Kasper Timm Hansen2017-06-081-6/+2
* Use a hash to record every partial's cache hit status instead of sharing a bo...Stan Lo2017-06-081-2/+4
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-9/+17
* Remove unnecessary comments in cache_helper.rb [ci skip]kenta-s2017-01-211-2/+0
* No need to nodoc private methodsAkira Matsuda2016-12-241-4/+4
* Fix spelling in API docsDave Powers2016-11-121-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Simplify cache hit loggingAaron Patterson2016-08-241-3/+4
* Modify LogSubscriber for single partial's cache message.Stan Lo2016-08-081-1/+7
* Explain meaning of the code very well and Remove confusion. [ci skip]Santosh Wadghule2016-07-231-4/+4
* Bring back support for callable cache_key on collection renderingIgnatius Reza2016-07-211-3/+12
* `md5` --> `MD5`Jon Moss2016-05-171-3/+3
* [ci skip] Document collection caching better.Kasper Timm Hansen2016-02-211-2/+15
* Make collection caching explicit.Kasper Timm Hansen2016-02-201-35/+7
* Slice out options for cache_fragment_name explicitlyRyan Bigg2016-01-281-1/+2
* Remove ActionView::Helpers::CacheHelper#fragment_cache_keySam Stephenson2015-12-141-8/+0
* Fix calling cache helper with a relationLachlan Sylvester2015-08-281-3/+2
* Add wildcard template dependencies.Kasper Timm Hansen2015-07-261-1/+13
* Support explicit defintion of resouce name for collection caching.Dov Murik2015-07-071-0/+15
* Fix cache issue when different partials use the same collectionRoque Pinel2015-06-281-11/+13
* Tiny documentation edits [ci skip]Robin Dupret2015-06-091-7/+7
* Better formatted documents [ci skip]Gourav Tiwari2015-05-081-8/+12
* Make ActionMailer #cache helper a no-op, not an exceptionJavan Makhmali2015-04-281-1/+1
* Merge pull request #18948 from kaspth/automatic-collection-cachingRafael Mendonça França2015-02-251-0/+31
|\
| * Collections automatically cache and fetch partials.Kasper Timm Hansen2015-02-211-0/+23
| * Merge multi_fetch_fragments.Kasper Timm Hansen2015-02-201-0/+8
* | Fix cache_helper comment ERBAnthony Dmitriyev2015-02-201-2/+2
|/
* Change links to 37signals and svn blog to point to new destinations. [ci skip]Vipul A M2014-04-121-1/+1
* Digestor should just rely on the finder to know about the format and the vari...David Heinemeier Hansson2014-03-211-13/+3
* Ensure LookupContext in Digestor selects correct variantPiotr Chmolowski2014-03-091-4/+14
* Variants in ActionView::DigestorPiotr Chmolowski2014-03-041-1/+1
* fix the typo [ci skip]Rajarshi Das2013-09-021-1/+1
* Refactor cache fragment handling with read/write methodsCarlos Antonio da Silva2013-06-251-6/+6
* Move the write portion of fragment_for to its own method to allow for easier ...Andrew Rove2013-06-251-10/+14
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+196