aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/vendor/html-scanner/html/document.rb
Commit message (Expand)AuthorAgeFilesLines
* Patched HTML::Document#initialize call to Node.parse so that it includes the ...Jimmy Baker2008-06-241-1/+1
* Refactor sanitizer helpers into HTML classes and make it easy to swap them ou...Rick Olson2007-11-261-0/+1
* [html-scanner] Fix parsing of empty tags. Closes #7641. [anthony.bailey]Michael Koziarski2007-09-211-0/+3
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-4/+3
* Added assert_select* for CSS selector-based testing (deprecates assert_tag) #...David Heinemeier Hansson2006-09-031-0/+1
* Fix conflict with assert_tag and Glue gem (closes #2255) [david.felstead@gmai...David Heinemeier Hansson2005-11-071-2/+2
* Updated vendor copy of html-scanner to support better xml parsingJamis Buck2005-09-051-2/+2
* Resync with html-scanner (fix parser bug)Jamis Buck2005-06-141-2/+2
* Updated vendor copy of html-scanner lib, for bug fixes and optimizationsJamis Buck2005-06-141-3/+4
* Fixed documentation and prepared for release of 0.12David Heinemeier Hansson2005-04-181-2/+2
* Added assert_tag and assert_no_tag as a much improved alternative to the depr...David Heinemeier Hansson2005-04-171-0/+63