diff options
author | eileencodes <eileencodes@gmail.com> | 2016-06-21 17:08:48 -0400 |
---|---|---|
committer | eileencodes <eileencodes@gmail.com> | 2016-06-21 17:08:48 -0400 |
commit | 1de0df86695f8fa2eeae6b8b46f9b53decfa6ec8 (patch) | |
tree | 58c4afbe5cc6d67ecbbb9a0c6a0a6a8cebf49e19 /actionview/lib/action_view/log_subscriber.rb | |
parent | be8b2ddbcb66babd768ee756604e60e71060ecd9 (diff) | |
download | rails-1de0df86695f8fa2eeae6b8b46f9b53decfa6ec8.tar.gz rails-1de0df86695f8fa2eeae6b8b46f9b53decfa6ec8.tar.bz2 rails-1de0df86695f8fa2eeae6b8b46f9b53decfa6ec8.zip |
Change the raw template handler to render html-safe strings
In PR #24929 the changelog was updated to make note that while the new
template handler was changed to raw this changed the behavior when
outputting plain html or js files. Previously ERB would output the files
unescaped. Changing the default handler to RAW meant that these same
files would be rendered as escaped rather than as js or html.
Because of this change in behavior and after the discussion #24949 in we
decided to change the behavior of the Raw handler to output html_safe
strings by default.
Now files rendered with the default handler (raw) render the file
unescaped.
Diffstat (limited to 'actionview/lib/action_view/log_subscriber.rb')
0 files changed, 0 insertions, 0 deletions