aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/javascript_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-011-1/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-2/+2
* Let escape_javascript handle conversion to stringAndrew Vit2018-09-211-0/+4
* Implement H2 Early Hints for Railseileencodes2017-10-041-0/+4
* 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-2/+2
|/
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-4/+4
* modernizes hash syntax in actionviewXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionview/testXavier Noria2016-08-061-7/+7
* Cleaning JavaScriptHelperTestThiago Pradi2015-03-141-8/+1
* Avoid hard-coded value in test setup and teardown.Zuhao Wan2014-06-141-3/+3
* Add "extname" option to javascript_include_tagNathan Stitt2013-08-031-0/+7
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+62