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
/
digestor.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don’t allocate array on no args
schneems
2018-09-07
1
-4
/
+7
*
Remove leftover requires
T.J. Schuck
2018-05-07
1
-2
/
+0
*
Use usual method definition instead of extracting args from array
printercu
2018-05-03
1
-11
/
+4
*
Ruby 2.6 warning: passing splat keyword arguments as a single Hash
utilum
2018-04-17
1
-2
/
+7
*
Fix rendering a differently-formatted partial after caching
George Claghorn
2018-04-13
1
-2
/
+12
*
Fix digesting templates with mixed formats
Javan Makhmali
2018-03-20
1
-4
/
+2
*
Introduced `ActiveSupport::Digest` that allows to specify hash function imple...
Dmitri Dolguikh
2017-12-12
1
-1
/
+1
*
[Action View] require_relative => require
Akira Matsuda
2017-10-21
1
-1
/
+1
*
Use frozen string literal in actionview/
Kir Shatrov
2017-07-24
1
-0
/
+2
*
[Action View] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
*
Fix rubocop violations
yuuji.yaginuma
2017-04-12
1
-1
/
+1
*
Stop complaining about not being able to digest dynamic template partial name...
David Heinemeier Hansson
2017-03-22
1
-2
/
+4
*
Avoid bumping the class serial when invoking executor
Matthew Draper
2016-10-03
1
-0
/
+6
*
applies new string literal convention in actionview/lib
Xavier Noria
2016-08-06
1
-5
/
+5
*
Eliminate extra template lookup in ActionView::Digestor
Javan Makhmali
2016-07-14
1
-2
/
+1
*
`partial` option on the digest method is no more needed [ci skip]:
Edouard CHIN
2016-07-02
1
-1
/
+0
*
Fix finding templates for digesting for */* requests that render a non-defaul...
Javan Makhmali
2016-06-15
1
-3
/
+6
*
Explicity find with the rendered format to handle searching multiple view pat...
Javan Makhmali
2016-06-15
1
-3
/
+1
*
Fix digesting templates with identical logical names when requesting a format...
Javan Makhmali
2016-06-15
1
-3
/
+6
*
Remove extranous spaces from assignment.
Kasper Timm Hansen
2016-05-16
1
-1
/
+1
*
Replace middleware with executor callback.
Kasper Timm Hansen
2016-05-16
1
-7
/
+0
*
push partial name regexp up
Aaron Patterson
2016-02-18
1
-2
/
+2
*
push injected dependencies up to the `digest` method
Aaron Patterson
2016-02-18
1
-7
/
+7
*
cache all subnodes in the digest cache
Aaron Patterson
2016-02-18
1
-8
/
+10
*
Merge branch 'master' into treewip
Aaron Patterson
2016-02-18
1
-7
/
+6
|
\
|
*
move digest cache on to the DetailsKey object
Aaron Patterson
2016-02-18
1
-9
/
+7
*
|
convert `digest` to only use kwargs
Aaron Patterson
2016-02-17
1
-4
/
+2
*
|
fix rake tasks
Aaron Patterson
2016-02-16
1
-4
/
+4
*
|
remove more dead code
Aaron Patterson
2016-02-16
1
-10
/
+2
*
|
remove dead code
Aaron Patterson
2016-02-16
1
-141
/
+34
*
|
change internal implementation to use a tree
Aaron Patterson
2016-02-16
1
-2
/
+22
*
|
convert structs to a regular class
Aaron Patterson
2016-02-16
1
-8
/
+12
*
|
clean up classes a little
Aaron Patterson
2016-02-16
1
-12
/
+23
*
|
fix recursive templates
Aaron Patterson
2016-02-16
1
-20
/
+40
*
|
pull template check up to match existing behavior
Aaron Patterson
2016-02-16
1
-13
/
+10
*
|
introduce a `tree` factory method for creating the dep tree
Aaron Patterson
2016-02-16
1
-0
/
+55
|
/
*
push kwargs up to the user facing API
Aaron Patterson
2016-02-12
1
-9
/
+9
*
use kwargs to avoid hash slicing
Aaron Patterson
2016-02-12
1
-3
/
+3
*
Don't capture the MissingTemplate exception.
Kasper Timm Hansen
2016-02-11
1
-1
/
+1
*
Oops. :cut:
Aaron Patterson
2016-02-11
1
-6
/
+0
*
follow indentation rules
Aaron Patterson
2016-02-11
1
-5
/
+11
*
make the logger method always return something
Aaron Patterson
2016-02-11
1
-4
/
+9
*
Require only necessary concurrent-ruby classes.
Jerry D'Antonio
2015-11-04
1
-1
/
+1
*
Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.
Jerry D'Antonio
2015-09-19
1
-3
/
+3
*
Add wildcard template dependencies.
Kasper Timm Hansen
2015-07-26
1
-1
/
+1
*
Make digest cache work in development.
Kasper Timm Hansen
2015-07-18
1
-4
/
+8
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-06-21
1
-1
/
+1
|
\
|
*
[ci skip] Fix to Fixed-width Font
yui-knk
2015-06-14
1
-1
/
+1
*
|
add error log that notify 'file not found' when using cache_digests:dependenc...
Faruk AYDIN
2015-05-07
1
-1
/
+2
|
/
*
Log digest as :debug instead of :info
Alan Skorkin
2014-07-15
1
-1
/
+1
[next]