Vipul A M
|
b387d9a14a
|
html_safe is not supposed to be public API for AV. This change removes usage 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()
|
2016-01-20 12:38:59 +05:30 |
|
Hendy Tanata
|
71c7fd1013
|
Uppercase HTML in docs.
[skip ci]
|
2014-08-08 14:27:05 -07:00 |
|
Santosh Wadghule
|
dfee0327b5
|
Fix typos like a html to an html and 'an mail' to 'an email'. [ci skip]
|
2014-07-14 00:14:47 +05:30 |
|
Paul Grayson
|
bcab3f20da
|
In tag helper, honor html_safe on array parameters; also make safe_join more similar to Array.join by first calling flatten.
|
2014-06-12 15:30:40 -07:00 |
|
Matthew Draper
|
fadbc7c9ee
|
Unwrap another html_escape
/cc @tenderlove
|
2014-06-07 10:13:00 +09:30 |
|
Piotr Sarnacki
|
0d6e8edc2a
|
Move actionpack/lib/action_view* into actionview/lib
|
2013-06-20 17:23:15 +02:00 |
|