aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/digestor_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make Template::Resolver always cacheJohn Hawthorn2019-03-151-0/+2
* Templates have one formatAaron Patterson2019-02-251-1/+1
* Pass the template format to the digestorAaron Patterson2019-02-151-12/+13
* Fix digesting templates with mixed formatsJavan Makhmali2018-03-201-0/+12
* Remove unused `FixtureTemplate` classyuuji.yaginuma2017-10-191-11/+0
* 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
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Fix `assert_logged` failureRyuta Kamizono2017-03-231-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-3/+3
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
* modernizes hash syntax in actionviewXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionview/testXavier Noria2016-08-061-7/+7
* Add test for nested html dependencies with same logical name as templates for...Javan Makhmali2016-06-151-2/+6
* Move and rename testJavan Makhmali2016-06-151-7/+7
* Fix finding templates for digesting for */* requests that render a non-defaul...Javan Makhmali2016-06-151-0/+22
* Explicity find with the rendered format to handle searching multiple view pat...Javan Makhmali2016-06-151-1/+1
* Fix digesting templates with identical logical names when requesting a format...Javan Makhmali2016-06-151-1/+11
* Extract resolver cache disabling to a method.Kasper Timm Hansen2016-05-091-22/+23
* No need to call `remove_template`.Kasper Timm Hansen2016-05-091-1/+0
* Merge branch 'master' into treewipAaron Patterson2016-02-241-0/+1
|\
| * clear digest cache between testsAaron Patterson2016-02-231-0/+1
* | push injected dependencies up to the `digest` methodAaron Patterson2016-02-181-2/+2
* | use the class level digest method for calculating the digestAaron Patterson2016-02-181-3/+1
* | cache all subnodes in the digest cacheAaron Patterson2016-02-181-1/+1
* | Merge branch 'master' into treewipAaron Patterson2016-02-181-3/+12
|\|
| * move digest cache on to the DetailsKey objectAaron Patterson2016-02-181-3/+2
| * adds tests for Digestor#nested_dependenciesRyan T. Hosford2016-02-131-0/+10
* | change internal implementation to use a treeAaron Patterson2016-02-161-13/+10
* | fix recursive templatesAaron Patterson2016-02-161-2/+3
* | pull template check up to match existing behaviorAaron Patterson2016-02-161-1/+4
* | introduce a `tree` factory method for creating the dep treeAaron Patterson2016-02-161-0/+7
|/
* push kwargs up to the user facing APIAaron Patterson2016-02-121-2/+2
* the lookup context looks in the cwd, so prefix isn't necessaryAaron Patterson2016-02-121-2/+1
* use a real LookupContext in the digest testsAaron Patterson2016-02-121-28/+6
* use assert_not_equal so there will be better error messagesAaron Patterson2016-02-121-1/+1
* Add wildcard template dependencies.Kasper Timm Hansen2015-07-261-1/+36
* Remove unused persistent option.Kasper Timm Hansen2015-07-181-3/+3
* Make digest cache work in development.Kasper Timm Hansen2015-07-181-10/+0
* add error log that notify 'file not found' when using cache_digests:dependenc...Faruk AYDIN2015-05-071-0/+20
* Make sure restoration always happen.Zuhao Wan2014-06-141-0/+1
* Digestor should just rely on the finder to know about the format and the vari...David Heinemeier Hansson2014-03-211-10/+7
* Clarify AV::Digestor.digest method signature docs and deprecation warningJeremy Kemper2014-03-151-2/+2
* Fix the resolver cache and stop mutating the lookup_contextRafael Mendonça França2014-03-141-8/+0
* Introduce #with_formats_and_variants to prevent problems with mutating finder...Łukasz Strzałkowski2014-03-141-0/+8
* Add mocked disable_cache for FixtureFinderŁukasz Strzałkowski2014-03-141-0/+4
* Set format in finderŁukasz Strzałkowski2014-03-141-3/+8
* Ensure LookupContext in Digestor selects correct variantPiotr Chmolowski2014-03-091-3/+5