aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/xml_mini_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Missing require AS/core_ext/date/conversionsAkira Matsuda2019-08-021-0/+1
* Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-151-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
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-28/+28
* Add three new rubocop rulesRafael Mendonça França2016-08-161-6/+6
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
* modernizes hash syntax in activesupportXavier Noria2016-08-061-6/+6
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-22/+22
* Require yaml for XML mini isolation test.Kasper Timm Hansen2015-07-111-0/+1
* as/core_ext require's not usedAnkit Gupta2015-05-081-1/+0
* Fixes wording of test descriptionAdam Doeler2015-02-111-1/+1
* Merge pull request #11656 from emre-basala/xml_mini_testRafael Mendonça França2014-04-101-1/+58
|\
| * Add tests to ActiveSupport:XmlMini to_tag methodemre-basala2013-08-071-1/+58
* | Merge pull request #12769 from birkirb/masterRafael Mendonça França2014-02-011-0/+124
|\ \
| * | Fix breakage in XmlMiniBirkir A. Barkarson2013-12-231-0/+125
|/ /
* | Fix order dependent testArun Agrawal2013-09-091-2/+10
* | Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-10/+2
|/
* Fix order dependent testsAkira Matsuda2013-07-261-2/+10
* Make XmlMini.with_backend usable with threadsNikita Afanasenko2012-11-151-0/+62
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* fixing tests on ruby trunkAaron Patterson2011-07-261-1/+1
* fixing whitespace errorsAaron Patterson2011-07-261-9/+9
* Lighthouse ticket # 6334; added tests to verify that spaces in key are dasher...prakashmurthy2011-05-081-0/+10
* Rename duplicate tests. There is now one failing test that was failing befor...Mike Gehard2011-05-071-1/+1
* xml_mini_test.rb now runs.José Valim2011-05-071-0/+92