aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/safe_buffer.rb
Commit message (Expand)AuthorAgeFilesLines
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-27/+0
* Stray carrier returnDavid Heinemeier Hansson2009-12-241-1/+0
* Use ERB::Util.h over CGI.escapeHTML as the former is safety aware and the lat...Michael Koziarski2009-10-151-1/+1
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-0/+28