aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/xml_mini/nokogiri.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge docrailsPratik Naik2009-07-251-1/+1
* enable *real* IO parsing for the libxml, nokogiri and rexml backends [#2659 s...Brian Lopez2009-06-091-4/+6
* Add support for parsing XML and JSON from an IO as well as a string [#2659 st...Brian Lopez2009-05-171-6/+10
* Hide XmlMini backend details from rdocJeremy Kemper2009-03-211-3/+3
* 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