aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/xml_mini/nokogirisax.rb
Commit message (Collapse)AuthorAgeFilesLines
* applies remaining conventions across the projectXavier Noria2016-08-061-4/+3
|
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-8/+8
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* change merge to merge! in AS on new hashesVipul A M2013-04-021-1/+1
|
* Clean up module docs [ci skip]Vijay Dev2012-03-071-2/+1
| | | | Removed some useless docstrings and no-doc'ed some.
* 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 ↵Santiago Pastorino2010-07-301-2/+7
| | | | installed
* 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
| | | | | | [#3636 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Added SAX-based parser for XmlMini, using Nokogiri.Willem van Bergen2010-01-011-0/+82
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>