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
/
test
/
template
/
digestor_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix digesting templates with mixed formats
Javan Makhmali
2018-03-20
1
-0
/
+12
*
Remove unused `FixtureTemplate` class
yuuji.yaginuma
2017-10-19
1
-11
/
+0
*
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
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-1
/
+1
*
Fix `assert_logged` failure
Ryuta Kamizono
2017-03-23
1
-2
/
+2
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-3
/
+3
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-3
/
+3
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-1
/
+1
*
modernizes hash syntax in actionview
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in actionview/test
Xavier Noria
2016-08-06
1
-7
/
+7
*
Add test for nested html dependencies with same logical name as templates for...
Javan Makhmali
2016-06-15
1
-2
/
+6
*
Move and rename test
Javan Makhmali
2016-06-15
1
-7
/
+7
*
Fix finding templates for digesting for */* requests that render a non-defaul...
Javan Makhmali
2016-06-15
1
-0
/
+22
*
Explicity find with the rendered format to handle searching multiple view pat...
Javan Makhmali
2016-06-15
1
-1
/
+1
*
Fix digesting templates with identical logical names when requesting a format...
Javan Makhmali
2016-06-15
1
-1
/
+11
*
Extract resolver cache disabling to a method.
Kasper Timm Hansen
2016-05-09
1
-22
/
+23
*
No need to call `remove_template`.
Kasper Timm Hansen
2016-05-09
1
-1
/
+0
*
Merge branch 'master' into treewip
Aaron Patterson
2016-02-24
1
-0
/
+1
|
\
|
*
clear digest cache between tests
Aaron Patterson
2016-02-23
1
-0
/
+1
*
|
push injected dependencies up to the `digest` method
Aaron Patterson
2016-02-18
1
-2
/
+2
*
|
use the class level digest method for calculating the digest
Aaron Patterson
2016-02-18
1
-3
/
+1
*
|
cache all subnodes in the digest cache
Aaron Patterson
2016-02-18
1
-1
/
+1
*
|
Merge branch 'master' into treewip
Aaron Patterson
2016-02-18
1
-3
/
+12
|
\
|
|
*
move digest cache on to the DetailsKey object
Aaron Patterson
2016-02-18
1
-3
/
+2
|
*
adds tests for Digestor#nested_dependencies
Ryan T. Hosford
2016-02-13
1
-0
/
+10
*
|
change internal implementation to use a tree
Aaron Patterson
2016-02-16
1
-13
/
+10
*
|
fix recursive templates
Aaron Patterson
2016-02-16
1
-2
/
+3
*
|
pull template check up to match existing behavior
Aaron Patterson
2016-02-16
1
-1
/
+4
*
|
introduce a `tree` factory method for creating the dep tree
Aaron Patterson
2016-02-16
1
-0
/
+7
|
/
*
push kwargs up to the user facing API
Aaron Patterson
2016-02-12
1
-2
/
+2
*
the lookup context looks in the cwd, so prefix isn't necessary
Aaron Patterson
2016-02-12
1
-2
/
+1
*
use a real LookupContext in the digest tests
Aaron Patterson
2016-02-12
1
-28
/
+6
*
use assert_not_equal so there will be better error messages
Aaron Patterson
2016-02-12
1
-1
/
+1
*
Add wildcard template dependencies.
Kasper Timm Hansen
2015-07-26
1
-1
/
+36
*
Remove unused persistent option.
Kasper Timm Hansen
2015-07-18
1
-3
/
+3
*
Make digest cache work in development.
Kasper Timm Hansen
2015-07-18
1
-10
/
+0
*
add error log that notify 'file not found' when using cache_digests:dependenc...
Faruk AYDIN
2015-05-07
1
-0
/
+20
*
Make sure restoration always happen.
Zuhao Wan
2014-06-14
1
-0
/
+1
*
Digestor should just rely on the finder to know about the format and the vari...
David Heinemeier Hansson
2014-03-21
1
-10
/
+7
*
Clarify AV::Digestor.digest method signature docs and deprecation warning
Jeremy Kemper
2014-03-15
1
-2
/
+2
*
Fix the resolver cache and stop mutating the lookup_context
Rafael Mendonça França
2014-03-14
1
-8
/
+0
*
Introduce #with_formats_and_variants to prevent problems with mutating finder...
Łukasz Strzałkowski
2014-03-14
1
-0
/
+8
*
Add mocked disable_cache for FixtureFinder
Łukasz Strzałkowski
2014-03-14
1
-0
/
+4
*
Set format in finder
Łukasz Strzałkowski
2014-03-14
1
-3
/
+8
*
Ensure LookupContext in Digestor selects correct variant
Piotr Chmolowski
2014-03-09
1
-3
/
+5
*
Variants in ActionView::Digestor
Piotr Chmolowski
2014-03-04
1
-8
/
+27
*
Ensure the state is clean after one failure
Rafael Mendonça França
2013-10-16
1
-5
/
+4
*
Add 2 tests, 1 of which fails, to isolate the digest_caching behaviour causin...
Brad Murray
2013-10-15
1
-0
/
+26
[next]