aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/sanitize_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-1/+10
* Include all helpers into ActionView::HelperJoshua Peek2008-08-251-3/+3
* Introduce ActionView::TestCase for testing view helpers.Joshua Peek2008-04-191-3/+2
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-3/+3
* Refactor sanitizer helpers into HTML classes and make it easy to swap them ou...Rick Olson2007-11-261-187/+2
* Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Change...David Heinemeier Hansson2007-10-101-0/+234