aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/output_safety_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Suppress Ruby warning: :warning: non-nil $, will be deprecatedAkira Matsuda2019-07-291-2/+6
* 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
* Improve insufficient test for `safe_join`kenta-s2017-01-301-2/+13
* Keep the value of `$,` and restore ityui-knk2017-01-251-1/+2
* Merge pull request #27693 from kenta-s/improve-to_sentence-methodRafael França2017-01-181-0/+10
|\
| * Fix unexpected behavior of with $,kenta-s2017-01-151-0/+10
* | Add test for safe_joinkenta-s2017-01-151-0/+5
|/
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* applies new string literal convention in actionview/testXavier Noria2016-08-061-17/+17
* mimic ActiveSupport's Array#to_sentence in an html_safe-aware wayNeil Matatall2016-03-151-0/+55
* html_safe is not supposed to be public API for AV. This change removes usage ...Vipul A M2016-01-201-2/+2
* In tag helper, honor html_safe on array parameters; also make safe_join more ...Paul Grayson2014-06-121-1/+8
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+28