aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/template_test.rb
Commit message (Expand)AuthorAgeFilesLines
* make actionview templates marshalable so that they can be serialized during t...lsylvester2018-09-301-0/+7
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+1
* [Action View] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* 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
|/
* fix RuboCop errors re \xFCXavier Noria2016-09-021-2/+4
* Add three new rubocop rulesRafael Mendonça França2016-08-161-12/+12
* Make collection caching explicit.Kasper Timm Hansen2016-02-201-32/+0
* Removed Mocha from ActionView part 1Ronak Jangir2015-08-241-4/+6
* Support explicit defintion of resouce name for collection caching.Dov Murik2015-07-071-3/+5
* Improve detection of partial templates eligible for collection caching.Dov Murik2015-06-221-0/+30
* Error message testing fixFranky W2015-02-201-1/+2
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+200