aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/erb_util_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-6/+6
* 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
* :warning: "Use assert_nil if expecting nil. This will fail in MT6."Akira Matsuda2017-01-181-1/+6
* applies new string literal convention in actionview/testXavier Noria2016-08-061-12/+12
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Fix escape_once double-escaping hex-encoded entitiesJohn F. Douthat2014-07-021-0/+1
* Added \u2028 \u2029 to json_escapeGodfrey Chan2013-12-041-1/+2
* Use lower case letters in unicodes sequences to match the new encoder's outputGodfrey Chan2013-12-041-3/+3
* Added failing test for json_escape striping quotation marksGodfrey Chan2013-12-041-0/+45
* Minor typo fixesAkira Matsuda2013-11-271-1/+1
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+60