aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/vendor
Commit message (Expand)AuthorAgeFilesLines
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* [html-scanner] Fix parsing of empty tags. Closes #7641. [anthony.bailey]Michael Koziarski2007-09-211-0/+3
* Back out of [7300] -- it screwed up nested XMLDavid Heinemeier Hansson2007-08-211-3/+0
* Ignore processing instructions when parsing htmlMichael Koziarski2007-08-101-0/+3
* Removed ill faded xml_node class from codebase. Use XmlSimple insteadTobias Lütke2007-04-091-97/+0
* Add much-needed html-scanner tests. Fixed CDATA parsing bug. [Rick]Rick Olson2007-02-041-3/+1
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-282-9/+13
* Nodoc the irrelevant (from 1.2)David Heinemeier Hansson2007-01-261-1/+2
* Fix HTML::Node to output double quotes instead of single quotes. Closes #684...Rick Olson2006-12-141-1/+1
* Fix assert_tag so that :content => "foo" does not match substrings, but only ...Jamis Buck2006-09-101-1/+1
* Added assert_select* for CSS selector-based testing (deprecates assert_tag) #...David Heinemeier Hansson2006-09-032-0/+823
* Cleanup assert_tag :children counting. Closes #2181.Jeremy Kemper2006-09-031-1/+0
* Added Hash.create_from_xml(string) which will create a hash from a XML string...David Heinemeier Hansson2006-06-161-1019/+0
* allow -'s in tag names for html scanner when scanning AR xml documentsRick Olson2006-04-221-1/+1
* Fixed docsDavid Heinemeier Hansson2006-03-281-2/+2
* Doc fixesDavid Heinemeier Hansson2006-03-051-1/+0
* Added new infrastructure support for REST webservices.Tobias Lütke2006-03-051-0/+98
* Remove insignificant classes from docsDavid Heinemeier Hansson2005-12-081-1/+1
* Allow assert_tag(:conditions) to match the empty string when a tag has no chi...Jamis Buck2005-11-212-2/+8
* Update html-scanner to handle CDATA sections better. Closes #2970. [Jamis Buck]Jamis Buck2005-11-212-0/+16
* assert_tag uses exact matches for string conditions, instead of partial match...Jamis Buck2005-11-091-1/+1
* Fix conflict with assert_tag and Glue gem (closes #2255) [david.felstead@gmai...David Heinemeier Hansson2005-11-071-2/+2
* Fix the html-scanner to count children correctly, playing nicely with :only, ...Jamis Buck2005-10-181-1/+5
* Make assert_tag :children count appropriately. Closes #2181.Marcel Molina2005-10-091-1/+1
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-201-1/+23
* Updated vendor copy of html-scanner to support better xml parsingJamis Buck2005-09-052-3/+4
* Made documentation ready for release (AP)David Heinemeier Hansson2005-07-061-2/+2
* Updated html-scanner so that assert_tag(:tag => "p", :content => "foo") behav...Jamis Buck2005-07-042-4/+4
* 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-144-19/+26
* Added support for POST data in form of YAML or XML, which is controller throu...David Heinemeier Hansson2005-05-141-0/+1019
* Fixed the HTML scanner used by assert_tag where a infinite loop could be caus...David Heinemeier Hansson2005-05-092-4/+15
* 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-062-5/+51
* Fixed documentation and prepared for release of 0.12David Heinemeier Hansson2005-04-184-11/+11
* Added assert_tag and assert_no_tag as a much improved alternative to the depr...David Heinemeier Hansson2005-04-174-0/+600