aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/xml_mini/nokogirisax.rb
Commit message (Expand)AuthorAgeFilesLines
* fixed a missing require that causes trouble when using AS in a non-rails env.Nick Sutterer2011-01-181-0/+1
* using a merge with a Hash[] rather than a loop to add SAX parsed attributesAaron Patterson2010-11-161-2/+1
* AS gem doesn't depend on nokogiri so shows a nicer error if users haven't ins...Santiago Pastorino2010-07-301-2/+7
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Fixed some bugs and fixed some tests in new SAX-based XmlMini backends.Willem van Bergen2010-01-011-1/+1
* Added SAX-based parser for XmlMini, using Nokogiri.Willem van Bergen2010-01-011-0/+82