rails--rails/actionpack/lib/action_view/render
Santiago Pastorino and José Ignacio Costa e115eb097e More html_safe strings now use the safe_concat method
[#3856 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-02-05 13:28:43 -08:00
..
partials.rb For performance reasons, you can no longer call html_safe! on Strings. Instead, all Strings are always not html_safe?. Instead, you can get a SafeBuffer from a String by calling #html_safe, which will SafeBuffer.new(self). 2010-01-31 19:39:13 -08:00
rendering.rb More html_safe strings now use the safe_concat method 2010-02-05 13:28:43 -08:00