aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/xml_mini
Commit message (Expand)AuthorAgeFilesLines
* Fixed some bugs and fixed some tests in new SAX-based XmlMini backends.Willem van Bergen2010-01-012-6/+7
* Added SAX-based parser for XmlMini, using LibXMLWillem van Bergen2010-01-011-0/+194
* Added SAX-based parser for XmlMini, using Nokogiri.Willem van Bergen2010-01-011-0/+216
* Code cleanup, bugfixes and speed improvements for the Nokogiri and LibXML Xml...Willem van Bergen2010-01-012-2/+47
* Added CDATA support to the XmlMini LibXML engine, adjusted whitespace handlin...Jacob Lauemoeller2009-10-151-0/+194
* Allow Nokogiri XmlMini backend to process cdata elementsDeveloper2009-09-171-0/+11
* Move AS vendor support into bundler.Joshua Peek2009-09-131-4/+2
* Add support for parsing XML and JSON from an IO as well as a string [#2659 st...Brian Lopez2009-05-172-0/+27
* add JRuby-JDOM backend for XmlMiniStephen Bannasch2009-04-261-0/+153
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+1
* adding more nokogiri tests and making the main rails tests passAaron Patterson2009-03-101-0/+47
* Make it easier to swap XmlMini backends. Require Nokogiri >= 1.1.1 for XmlMin...Jeremy Kemper2009-03-101-9/+7
* Nokogiri backend for XmlMiniAaron Patterson2009-03-102-0/+127