aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/xml_mini.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Add missing require for `String#to_d`yuuji.yaginuma2018-12-211-0/+1
* Use BigDecimal provided methods to convert String to BigDecimalyuuji.yaginuma2018-12-211-5/+1
* Another Ruby 2.6 BigDecimal compatibility issueutilum2018-12-041-1/+1
* Call `YAML.load` correctlyeileencodes2018-02-211-1/+1
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-4/+0
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-4/+4
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-4/+4
* Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-1/+1
* Privatize unneededly protected methods in Active SupportAkira Matsuda2016-12-241-4/+2
* Keep AS::XmlMini::PARSING["decimal"].call('') returning 0Akira Matsuda2016-12-131-1/+11
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Fixnum and Bignum are deprecated in Ruby trunkMatthew Draper2016-10-081-2/+2
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-19/+19
* modernizes hash syntax in activesupportXavier Noria2016-08-061-3/+3
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-13/+13
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-14/+19
* enforce a depth limit on XML documentsAaron Patterson2015-06-161-0/+3
* Fix breakage in XmlMiniBirkir A. Barkarson2013-12-231-2/+4
* Make XmlMini.with_backend usable with threadsNikita Afanasenko2012-11-151-9/+29
* Symbol responds_to :upcase & :downcase in Ruby >= 1.9Akira Matsuda2012-06-061-1/+1
* changed xml type datetime to dateTime, fixes #6328Angelo capilleri2012-05-231-4/+5
* remove ActiveSupport::Base64 in favor of ::Base64Sergey Nartimov2012-01-021-4/+5
* require 'time' Vishnu Atrai2011-05-221-1/+2
* Fix todo Time.xmlschema used instead of Time.parseVishnu Atrai2011-05-221-3/+2
* Fix failing test.José Valim2011-05-091-1/+1
* xml_mini.rb:_dasherize() replacement 20 to 25% fasterMike Howard2011-05-091-4/+3
* Fix failing xml mini test.José Valim2011-05-081-1/+4
* xml_mini_test.rb now runs.José Valim2011-05-071-0/+1
* add more tests surrounding camlize in xmlmini, refactor rename_key()Aaron Patterson2010-11-031-6/+2
* Allowing to_xml :camelize option to be set to :lower to enable lower-camelcas...Jeremy Holland2010-11-031-1/+7
* Fix copy/paste bugErik Michaels-Ober2010-10-061-1/+1
* XmlMini.rename_key emits valid xml with dasherizeBernerd Schaefer2010-07-261-1/+5
* reformatting sentenceNeeraj Singh2010-07-231-1/+1
* Move several configuration values from Hash to ActiveSupport::XmlMini, which ...José Valim2010-04-291-1/+126
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Make it easier to swap XmlMini backends. Require Nokogiri >= 1.1.1 for XmlMin...Jeremy Kemper2009-03-101-6/+15
* Nokogiri backend for XmlMiniAaron Patterson2009-03-101-0/+4
* Use the REXML parser by default. XmlMini.backend = 'LibXML' to use libxml-ruby.Jeremy Kemper2009-03-091-6/+5
* Require libxml-ruby 0.9.4 or 0.9.7 pending a segfault bugfix for 1.0.Jeremy Kemper2009-03-091-14/+12
* Revert "Revert "XmlMini supports different backend parsers, starting with lib...Jeremy Kemper2009-03-091-101/+9
* Revert "XmlMini supports different backend parsers, starting with libxml"David Heinemeier Hansson2009-03-091-9/+101
* XmlMini supports different backend parsers, starting with libxmlBart ten Brinke2009-03-081-101/+9
* Make sure XmlMini is being correctly autoloaded by Ruby 1.9.1Luca Guidi2009-01-311-90/+92
* Don't re-require 'rexml/document'Pratik Naik2008-11-261-1/+1
* Extract XmlMini. Namespace FileLike extension.Jeremy Kemper2008-11-251-0/+111