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
*
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
*
Digestor should just rely on the finder to know about the format and the vari...
David Heinemeier Hansson
2014-03-21
1
-60
/
+29
*
Log the full path, including variant, that the digestor is trying to find
David Heinemeier Hansson
2014-03-21
1
-3
/
+4
*
Fix for digestor to consider variants for partials -- this still needs more t...
David Heinemeier Hansson
2014-03-21
1
-2
/
+2
*
Warning removed (...) interpreted as grouped expression
Arun Agrawal
2014-03-20
1
-1
/
+1
*
Clarify AV::Digestor.digest method signature docs and deprecation warning
Jeremy Kemper
2014-03-15
1
-22
/
+21
*
Fix the resolver cache and stop mutating the lookup_context
Rafael Mendonça França
2014-03-14
1
-2
/
+2
*
Introduce #with_formats_and_variants to prevent problems with mutating finder...
Łukasz Strzałkowski
2014-03-14
1
-5
/
+2
*
Rename _setup_options to _options_for_digest
Łukasz Strzałkowski
2014-03-14
1
-3
/
+3
[next]