aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/tag_helper_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix escape_once double-escaping hex-encoded entitiesJohn F. Douthat2014-07-021-0/+1
| | | | (This is a manual merge of #9102)
* In tag helper, honor html_safe on array parameters; also make safe_join more ↵Paul Grayson2014-06-121-0/+24
| | | | similar to Array.join by first calling flatten.
* Convert CDATA input to string before gsub'ingCarsten Zimmermann2013-10-291-0/+4
| | | | | Rails 3.2 API allowed arbitrary input for cdata_section; this change re-introduces the old behaviour.
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+130