aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/template_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Template#refreshJohn Hawthorn2019-04-041-17/+3
* Don't discard source after renderingJohn Hawthorn2019-04-041-2/+2
* Expand key word args for ActionView::TemplateAaron Patterson2019-02-251-1/+1
* Pass locals in to the template object on constructionAaron Patterson2019-02-251-8/+6
* Improve Template#inspect output (#35407)John Hawthorn2019-02-251-0/+10
* Always pass a format to the ActionView::Template constructorAaron Patterson2019-02-251-2/+4
* Fix deprecation warnings and call superAaron Patterson2019-02-061-2/+2
* Move templates to an anonymous subclass of AV::BaseAaron Patterson2019-02-061-1/+3
* Always evaluate views against an ActionView::BaseAaron Patterson2019-01-161-1/+1
* 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