aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/log_subscriber_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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