aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/sanitize_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-10/+2
* Merge docrailsPratik Naik2010-01-171-1/+1
* All AD modules are "deferrable"Joshua Peek2009-12-221-0/+1
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-2/+10
* prefer autoloaded html scannerJoshua Peek2008-11-241-1/+0
* Autoload HTML::Document and sanitizersJeremy Kemper2008-11-231-10/+1
* Require missing libraries and check for defined ActionController constant so ...Joshua Peek2008-08-261-1/+10
* Include all helpers into ActionView::HelperJoshua Peek2008-08-251-31/+54
* Merge with docrails.Pratik Naik2008-07-161-1/+1
* Merge docrails.Pratik Naik2008-05-251-15/+16
* Added not to sanitize helper docs that it doesn't guarantee well-formed markup.Michael Schuerig2008-05-121-0/+5
* Improve documentation coverage and markupXavier Noria2008-05-021-2/+2
* Refactor sanitizer helpers into HTML classes and make it easy to swap them ou...Rick Olson2007-11-261-155/+53
* Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Change...David Heinemeier Hansson2007-10-101-0/+325