aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/xml_mini/rexml_engine_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-2/+2
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-11/+11
* Fix Hash#from_xml with frozen strings (#24718)Marek Kirejczyk2016-05-211-8/+18
* Do not include Active Support on testsRafael Mendonça França2015-01-041-8/+6
* Rewind StringIO instances before be parsed againPaco Guzman2013-06-161-0/+1
* Compare with the parsed result from REXML backendPaco Guzman2013-05-221-1/+1
* Added missing assertAnupam Choudhury2013-04-021-1/+8
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* Add support for parsing XML and JSON from an IO as well as a string [#2659 st...Brian Lopez2009-05-171-0/+14
* Nokogiri backend for XmlMiniAaron Patterson2009-03-101-0/+15