aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/log_subscriber_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Introduce Template::File as new render file:John Hawthorn2019-03-271-1/+12
* Turn lookup context in to a stack, push and pop if formats changeAaron Patterson2019-02-111-2/+1
* Teach DetailsKey how to clear the template cacheAaron Patterson2019-02-081-2/+2
* 🚨 Make the cops happy 🚨Aaron Patterson2019-02-061-1/+1
* Move templates to an anonymous subclass of AV::BaseAaron Patterson2019-02-061-1/+4
* Add allocations to template renderer subscriptionEileen Uchitelle2018-10-101-2/+2
* Fix "warning: instance variable @defined_root not initialized"yuuji.yaginuma2017-11-021-1/+1
* 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
* Merge pull request https://github.com/rails/rails/pull/28637 from st0012/fix-...Kasper Timm Hansen2017-06-081-21/+26
* Use a hash to record every partial's cache hit status instead of sharing a bo...Stan Lo2017-06-081-0/+40
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-1/+1
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-1/+1
* Extract common view cache dependency setup.Kasper Timm Hansen2016-08-071-8/+9
* Modify LogSubscriber for single partial's cache message.Stan Lo2016-08-081-6/+53
* modernizes hash syntax in actionviewXavier Noria2016-08-061-8/+8
* applies new string literal convention in actionview/testXavier Noria2016-08-061-3/+3
* Added log "Rendering ...", when starting to render a template, to log that we...Vipul A M2016-02-261-3/+6
* Instrument cached collection renders.Kasper Timm Hansen2016-02-201-3/+17
* Removed Mocha from Action ViewRonak Jangir2015-09-231-33/+54
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+91