aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/xml_mini/libxml.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-1/+1
|\
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
| * | Make ActiveSupport frozen string literal friendly.Pat Allan2017-06-201-1/+1
| |/
* / [Active Support] require => require_relativeAkira Matsuda2017-07-011-1/+1
|/
* Fixes Hash.from_xml with frozen strings for all backendsJosh Nussbaum2017-04-201-3/+1
* Avoid documenting private or external classesRobin Dupret2017-02-071-0/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-4/+3
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-6/+6
* Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-2/+2
* update AS/values and AS/xml_mini docs [ci skip]Francesco Rodriguez2012-09-141-1/+1
* Clean up module docs [ci skip]Vijay Dev2012-03-071-1/+0
* fixed a missing require that causes trouble when using AS in a non-rails env.Nick Sutterer2011-01-181-0/+1
* Change returning with tapSantiago Pastorino2010-07-251-1/+0
* libxml.rb needs active_support/core_ext/object/blankXavier Noria2010-01-011-0/+1
* make sure returning is available for the libxml extensionXavier Noria2010-01-011-0/+1
* Code cleanup, bugfixes and speed improvements for the Nokogiri and LibXML Xml...Willem van Bergen2010-01-011-86/+22
* Added CDATA support to the XmlMini LibXML engine, adjusted whitespace handlin...Jacob Lauemoeller2009-10-151-5/+8
* enable *real* IO parsing for the libxml, nokogiri and rexml backends [#2659 s...Brian Lopez2009-06-091-6/+8
* 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-4/+4
* Properly set up libxml includes. Don't include LibXML in toplevel.Jeremy Kemper2009-03-101-7/+9
* Require libxml-ruby 0.9.4 or 0.9.7 pending a segfault bugfix for 1.0.Jeremy Kemper2009-03-091-7/+7
* Revert "Revert "XmlMini supports different backend parsers, starting with lib...Jeremy Kemper2009-03-091-0/+131
* Revert "XmlMini supports different backend parsers, starting with libxml"David Heinemeier Hansson2009-03-091-131/+0
* XmlMini supports different backend parsers, starting with libxmlBart ten Brinke2009-03-081-0/+131