1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/lib/action_view/renderer
Prem Sichanugrist 920f3ba266 Introduce render :html for render HTML string
This is an option for to HTML content with a content type of
`text/html`. This rendering option calls `ERB::Util.html_escape`
internally to escape unsafe HTML string, so you will have to mark your
string as html safe if you have any HTML tag in it.

Please see #12374 for more detail.
2014-02-18 12:08:36 -05:00
..
abstract_renderer.rb
partial_renderer.rb Improve readability of sentence in partial-renderer docs [ci skip] 2013-11-19 15:46:00 -08:00
renderer.rb
streaming_template_renderer.rb typos rectified [ci skip] 2013-12-12 11:29:23 +05:30
template_renderer.rb Introduce render :html for render HTML string 2014-02-18 12:08:36 -05:00