index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionview
/
lib
/
action_view
/
helpers
/
cache_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move digest path calculation out of loop
schneems
2018-09-11
1
-9
/
+17
*
Fix RDoc formatting: `+` doesn't work with space [ci skip]
yuuji.yaginuma
2018-05-23
1
-1
/
+1
*
Indicate `true` in a doc comment is code-like.
Corey Farwell
2018-05-22
1
-1
/
+1
*
Use tt in doc for ActionView [ci skip]
Yoshiyuki Hirano
2017-08-27
1
-4
/
+4
*
Fix broken doc layout for action_view [ci skip]
Yoshiyuki Hirano
2017-08-27
1
-1
/
+1
*
Use frozen string literal in actionview/
Kir Shatrov
2017-07-24
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Don't rely on the @view_renderer being defined.
Kasper Timm Hansen
2017-06-08
1
-2
/
+2
*
Merge pull request https://github.com/rails/rails/pull/28637 from st0012/fix-...
Kasper Timm Hansen
2017-06-08
1
-6
/
+2
*
Use a hash to record every partial's cache hit status instead of sharing a bo...
Stan Lo
2017-06-08
1
-2
/
+4
*
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
1
-9
/
+17
*
Remove unnecessary comments in cache_helper.rb [ci skip]
kenta-s
2017-01-21
1
-2
/
+0
*
No need to nodoc private methods
Akira Matsuda
2016-12-24
1
-4
/
+4
*
Fix spelling in API docs
Dave Powers
2016-11-12
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Simplify cache hit logging
Aaron Patterson
2016-08-24
1
-3
/
+4
*
Modify LogSubscriber for single partial's cache message.
Stan Lo
2016-08-08
1
-1
/
+7
*
Explain meaning of the code very well and Remove confusion. [ci skip]
Santosh Wadghule
2016-07-23
1
-4
/
+4
*
Bring back support for callable cache_key on collection rendering
Ignatius Reza
2016-07-21
1
-3
/
+12
*
`md5` --> `MD5`
Jon Moss
2016-05-17
1
-3
/
+3
*
[ci skip] Document collection caching better.
Kasper Timm Hansen
2016-02-21
1
-2
/
+15
*
Make collection caching explicit.
Kasper Timm Hansen
2016-02-20
1
-35
/
+7
*
Slice out options for cache_fragment_name explicitly
Ryan Bigg
2016-01-28
1
-1
/
+2
*
Remove ActionView::Helpers::CacheHelper#fragment_cache_key
Sam Stephenson
2015-12-14
1
-8
/
+0
*
Fix calling cache helper with a relation
Lachlan Sylvester
2015-08-28
1
-3
/
+2
*
Add wildcard template dependencies.
Kasper Timm Hansen
2015-07-26
1
-1
/
+13
*
Support explicit defintion of resouce name for collection caching.
Dov Murik
2015-07-07
1
-0
/
+15
*
Fix cache issue when different partials use the same collection
Roque Pinel
2015-06-28
1
-11
/
+13
*
Tiny documentation edits [ci skip]
Robin Dupret
2015-06-09
1
-7
/
+7
*
Better formatted documents [ci skip]
Gourav Tiwari
2015-05-08
1
-8
/
+12
*
Make ActionMailer #cache helper a no-op, not an exception
Javan Makhmali
2015-04-28
1
-1
/
+1
*
Merge pull request #18948 from kaspth/automatic-collection-caching
Rafael Mendonça França
2015-02-25
1
-0
/
+31
|
\
|
*
Collections automatically cache and fetch partials.
Kasper Timm Hansen
2015-02-21
1
-0
/
+23
|
*
Merge multi_fetch_fragments.
Kasper Timm Hansen
2015-02-20
1
-0
/
+8
*
|
Fix cache_helper comment ERB
Anthony Dmitriyev
2015-02-20
1
-2
/
+2
|
/
*
Change links to 37signals and svn blog to point to new destinations. [ci skip]
Vipul A M
2014-04-12
1
-1
/
+1
*
Digestor should just rely on the finder to know about the format and the vari...
David Heinemeier Hansson
2014-03-21
1
-13
/
+3
*
Ensure LookupContext in Digestor selects correct variant
Piotr Chmolowski
2014-03-09
1
-4
/
+14
*
Variants in ActionView::Digestor
Piotr Chmolowski
2014-03-04
1
-1
/
+1
*
fix the typo [ci skip]
Rajarshi Das
2013-09-02
1
-1
/
+1
*
Refactor cache fragment handling with read/write methods
Carlos Antonio da Silva
2013-06-25
1
-6
/
+6
*
Move the write portion of fragment_for to its own method to allow for easier ...
Andrew Rove
2013-06-25
1
-10
/
+14
*
Move actionpack/lib/action_view* into actionview/lib
Piotr Sarnacki
2013-06-20
1
-0
/
+196