aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/xml_mini/libxmlsax.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixes Hash.from_xml with frozen strings for all backendsJosh Nussbaum2017-04-201-4/+1
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-4/+3
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-9/+9
* 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
* fixed a missing require that causes trouble when using AS in a non-rails env.Nick Sutterer2011-01-181-1/+2
* 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-7/+7
* Added SAX-based parser for XmlMini, using LibXMLWillem van Bergen2010-01-011-0/+84