aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/xml_mini
Commit message (Expand)AuthorAgeFilesLines
* fixed a missing require that causes trouble when using AS in a non-rails env.Nick Sutterer2011-01-185-1/+6
* using a merge with a Hash[] rather than a loop to add SAX parsed attributesAaron Patterson2010-11-161-2/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* AS gem doesn't depend on nokogiri so shows a nicer error if users haven't ins...Santiago Pastorino2010-07-302-3/+13
* Change returning with tapSantiago Pastorino2010-07-251-1/+0
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* Provide a better error if the parsed REXML document has no root [#3803 state:...wycats2010-03-281-1/+7
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-282-0/+2
* nokogiri.rb needs active_support/core_ext/object/blankXavier Noria2010-01-011-0/+1
* libxml.rb needs active_support/core_ext/object/blankXavier Noria2010-01-011-0/+1
* jdom.rb needs active_support/core_ext/object/blankXavier Noria2010-01-011-0/+2
* make sure returning is available for the libxml extensionXavier Noria2010-01-011-0/+1
* Fixed some bugs and fixed some tests in new SAX-based XmlMini backends.Willem van Bergen2010-01-012-8/+8
* Added SAX-based parser for XmlMini, using LibXMLWillem van Bergen2010-01-011-0/+84
* Added SAX-based parser for XmlMini, using Nokogiri.Willem van Bergen2010-01-011-0/+82
* Code cleanup, bugfixes and speed improvements for the Nokogiri and LibXML Xml...Willem van Bergen2010-01-012-110/+48
* Added CDATA support to the XmlMini LibXML engine, adjusted whitespace handlin...Jacob Lauemoeller2009-10-151-5/+8
* making nokogiri to hash less clever, more fast O_oAaron Patterson2009-09-171-20/+12
* Allow Nokogiri XmlMini backend to process cdata elementsDeveloper2009-09-171-1/+1
* require reporting before attempting to "shush"Joshua Peek2009-09-131-0/+1
* Shush, rexmlJeremy Kemper2009-09-131-1/+1
* Merge docrailsPratik Naik2009-07-253-3/+3
* 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