aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/vendor/html-scanner/html/node.rb
Commit message (Expand)AuthorAgeFilesLines
* Updated vendor copy of html-scanner to support better xml parsingJamis Buck2005-09-051-1/+2
* Updated html-scanner so that assert_tag(:tag => "p", :content => "foo") behav...Jamis Buck2005-07-041-3/+3
* Updated vendor copy of html-scanner lib, for bug fixes and optimizationsJamis Buck2005-06-141-6/+13
* Fixed the HTML scanner used by assert_tag where a infinite loop could be caus...David Heinemeier Hansson2005-05-091-1/+4
* Only gsub on a stringDavid Heinemeier Hansson2005-05-061-1/+1
* Added functionality to assert_tag, so you can now do tests on the siblings of...David Heinemeier Hansson2005-05-061-4/+50
* Fixed documentation and prepared for release of 0.12David Heinemeier Hansson2005-04-181-5/+5
* Added assert_tag and assert_no_tag as a much improved alternative to the depr...David Heinemeier Hansson2005-04-171-0/+431