aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/xml_mini
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-296-8/+8
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-236-7/+7
* [Active Support] require_relative => requireAkira Matsuda2017-10-216-7/+7
* Fix `can't modify frozen String` error in `XmlMini_JDOM`yuuji.yaginuma2017-09-011-1/+1
* Fix broken link for Java xml [ci skip]Yoshiyuki Hirano2017-08-241-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-116-0/+6
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-096-0/+6
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-025-6/+6
|\
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-026-6/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-026-0/+6
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-016-0/+6
| * | Make ActiveSupport frozen string literal friendly.Pat Allan2017-06-205-6/+6
| |/
* / [Active Support] require => require_relativeAkira Matsuda2017-07-016-7/+7
|/
* Fixes Hash.from_xml with frozen strings for all backendsJosh Nussbaum2017-04-204-13/+4
* Avoid documenting private or external classesRobin Dupret2017-02-071-0/+2
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-052-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-294-4/+4
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-40/+40
* Add three new rubocop rulesRafael Mendonça França2016-08-162-2/+2
* applies remaining conventions across the projectXavier Noria2016-08-064-15/+12
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-67/+67
* applies new string literal convention in activesupport/libXavier Noria2016-08-066-45/+45
* systematic revision of =~ usage in ASXavier Noria2016-07-221-1/+1
* Fix Hash#from_xml with frozen strings (#24718)Marek Kirejczyk2016-05-211-3/+1
* enforce a depth limit on XML documentsAaron Patterson2015-06-162-10/+12
* Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-312-4/+4
* fixed indent of end in jdom.rbbigtone12842014-11-281-1/+1
* change merge to merge! in AS on new hashesVipul A M2013-04-022-2/+2
* JDOM XXE Protection [CVE-2013-1856]Ben Murphy2013-03-151-0/+6
* update AS/values and AS/xml_mini docs [ci skip]Francesco Rodriguez2012-09-143-3/+3
* Clean up module docs [ci skip]Vijay Dev2012-03-076-8/+2
* Replaced all 'for' loops with Enumerable#eachNathan Broadbent2012-01-301-4/+4
* Revert "Used any? instead of length call"Xavier Noria2011-11-282-2/+2
* Used any? instead of length callRahul P. Chaudhari2011-11-282-2/+2
* Adding __content__ into XmlMini_JDOMArun Agrawal2011-05-271-1/+8
* Using java_import instead of import. Need to do this with rake 0.9.0 #jrubyArun Agrawal2011-05-241-6/+6
* fixed a missing require that causes trouble when using AS in a non-rails env.Nick Sutterer2011-01-185-1/+6
* using a merge with a Hash[] rather than a loop to add SAX parsed attributesAaron Patterson2010-11-161-2/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* AS gem doesn't depend on nokogiri so shows a nicer error if users haven't ins...Santiago Pastorino2010-07-302-3/+13
* Change returning with tapSantiago Pastorino2010-07-251-1/+0
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* Provide a better error if the parsed REXML document has no root [#3803 state:...wycats2010-03-281-1/+7
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-282-0/+2
* nokogiri.rb needs active_support/core_ext/object/blankXavier Noria2010-01-011-0/+1
* libxml.rb needs active_support/core_ext/object/blankXavier Noria2010-01-011-0/+1
* jdom.rb needs active_support/core_ext/object/blankXavier Noria2010-01-011-0/+2
* make sure returning is available for the libxml extensionXavier Noria2010-01-011-0/+1
* Fixed some bugs and fixed some tests in new SAX-based XmlMini backends.Willem van Bergen2010-01-012-8/+8