aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/output_safety_helper_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* applies new string literal convention in actionview/testXavier Noria2016-08-061-17/+17
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* 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
| | | | | | of html_safe in favour of raw() in AV helpers. Also changed usage of html_safe to make use of raw() instead so that the intended behaviour is verified with raw()
* In tag helper, honor html_safe on array parameters; also make safe_join more ↵Paul Grayson2014-06-121-1/+8
| | | | similar to Array.join by first calling flatten.
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+28