aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/xml_mini/jdom.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
* 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-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* 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-161-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-67/+67
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-9/+9
* systematic revision of =~ usage in ASXavier Noria2016-07-221-1/+1
* enforce a depth limit on XML documentsAaron Patterson2015-06-161-5/+6
* fixed indent of end in jdom.rbbigtone12842014-11-281-1/+1
* JDOM XXE Protection [CVE-2013-1856]Ben Murphy2013-03-151-0/+6
* Clean up module docs [ci skip]Vijay Dev2012-03-071-1/+0
* Replaced all 'for' loops with Enumerable#eachNathan Broadbent2012-01-301-4/+4
* Revert "Used any? instead of length call"Xavier Noria2011-11-281-1/+1
* Used any? instead of length callRahul P. Chaudhari2011-11-281-1/+1
* 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
* jdom.rb needs active_support/core_ext/object/blankXavier Noria2010-01-011-0/+2
* Merge docrailsPratik Naik2009-07-251-1/+1
* Add support for parsing XML and JSON from an IO as well as a string [#2659 st...Brian Lopez2009-05-171-6/+10
* add JRuby-JDOM backend for XmlMiniStephen Bannasch2009-04-261-0/+162