aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/actionpack/abstract/layouts_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Bump rubocop to 0.71Abhay Nikam2019-06-061-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
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-6/+6
* modernizes hash syntax in actionviewXavier Noria2016-08-061-23/+23
* applies new string literal convention in actionview/testXavier Noria2016-08-061-4/+4
* Add more test coverage to layoutsRafael Mendonça França2016-05-201-4/+152
* keep layouts + locals from bloating the cacheAaron Patterson2016-05-171-0/+19
* locals can be accessed from templates rendered in the controllerAaron Patterson2016-05-171-0/+16
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-2/+2
* More typo fixesAkira Matsuda2013-11-271-1/+1
* Minor typo fixesAkira Matsuda2013-11-271-3/+3
* Move abstract's controller tests to AVŁukasz Strzałkowski2013-08-251-0/+384