aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/xml_mini
Commit message (Expand)AuthorAgeFilesLines
* enable *real* IO parsing for the libxml, nokogiri and rexml backends [#2659 s...Brian Lopez2009-06-093-16/+26
* Add support for parsing XML and JSON from an IO as well as a string [#2659 st...Brian Lopez2009-05-174-23/+39
* add JRuby-JDOM backend for XmlMiniStephen Bannasch2009-04-261-0/+162
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Avoid need for Enumerable#sum extensionJeremy Kemper2009-03-281-1/+3
* Hide XmlMini backend details from rdocJeremy Kemper2009-03-212-7/+7
* adding more nokogiri tests and making the main rails tests passAaron Patterson2009-03-101-7/+14
* Make it easier to swap XmlMini backends. Require Nokogiri >= 1.1.1 for XmlMin...Jeremy Kemper2009-03-101-3/+6
* Nokogiri backend for XmlMiniAaron Patterson2009-03-101-0/+67
* Properly set up libxml includes. Don't include LibXML in toplevel.Jeremy Kemper2009-03-101-7/+9
* Require libxml-ruby 0.9.4 or 0.9.7 pending a segfault bugfix for 1.0.Jeremy Kemper2009-03-092-9/+11
* Revert "Revert "XmlMini supports different backend parsers, starting with lib...Jeremy Kemper2009-03-092-0/+237
* Revert "XmlMini supports different backend parsers, starting with libxml"David Heinemeier Hansson2009-03-092-237/+0
* XmlMini supports different backend parsers, starting with libxmlBart ten Brinke2009-03-082-0/+237