aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/output_safety_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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()
* Uppercase HTML in docs.Hendy Tanata2014-08-081-3/+3
| | | | [skip ci]
* Fix typos like `a html` to `an html` and 'an mail' to 'an email'. [ci skip]Santosh Wadghule2014-07-141-1/+1
|
* In tag helper, honor html_safe on array parameters; also make safe_join more ↵Paul Grayson2014-06-121-4/+4
| | | | similar to Array.join by first calling flatten.
* Unwrap another html_escapeMatthew Draper2014-06-071-2/+2
| | | | /cc @tenderlove
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+38