aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/streaming_render_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Introduce Template::File as new render file:John Hawthorn2019-03-271-2/+2
* Teach DetailsKey how to clear the template cacheAaron Patterson2019-02-081-2/+2
* Move templates to an anonymous subclass of AV::BaseAaron Patterson2019-02-061-1/+4
* Tighten up the AV::Base constructorAaron Patterson2019-01-291-1/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* fix(streaming_template_renderer): I18n.locale broken in layout. I18n gem stor...mfo2017-11-251-1/+20
* 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
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Make ActionView frozen string literal friendly.Pat Allan2017-06-201-1/+1
|/
* modernizes hash syntax in actionviewXavier Noria2016-08-061-17/+17
* applies new string literal convention in actionview/testXavier Noria2016-08-061-3/+3
* fix ActionView::Template::Error when using Streaming with capture.yuuji.yaginuma2015-03-011-0/+4
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Remove unneeded filesPiotr Sarnacki2013-06-201-1/+0
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+109