aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/xml_mini/nokogiri_engine_test.rb
Commit message (Expand)AuthorAgeFilesLines
* [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
* ✂️ needless lines beneath private.Kasper Timm Hansen2016-11-201-1/+0
* Create XMLMiniEngineTest; base class for all testsJon Moss2016-11-201-12/+3
* Code styling cleanupJon Moss2016-11-201-6/+6
* Create `CommonXMLMiniAdapterTest`; common tests moduleJon Moss2016-11-201-198/+7
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-91/+91
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-13/+13
* Do not include Active Support on testsRafael Mendonça França2015-01-041-11/+9
* Rewind StringIO instances before be parsed againPaco Guzman2013-06-161-0/+1
* Use xml instead already parsed xmlPaco Guzman2013-06-161-1/+1
* Compare with the parsed result from REXML backendPaco Guzman2013-05-221-1/+1
* Added missing assertAnupam Choudhury2013-04-021-5/+6
* Only call MiniTest.autorun if the dependecy is presentRafael Mendonça França2012-12-311-4/+3
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* Code cleanup, bugfixes and speed improvements for the Nokogiri and LibXML Xml...Willem van Bergen2010-01-011-2/+38
* Allow Nokogiri XmlMini backend to process cdata elementsDeveloper2009-09-171-0/+11
* Move AS vendor support into bundler.Joshua Peek2009-09-131-4/+2
* Add support for parsing XML and JSON from an IO as well as a string [#2659 st...Brian Lopez2009-05-171-0/+13
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+1
* adding more nokogiri tests and making the main rails tests passAaron Patterson2009-03-101-0/+47
* Make it easier to swap XmlMini backends. Require Nokogiri >= 1.1.1 for XmlMin...Jeremy Kemper2009-03-101-9/+7
* Nokogiri backend for XmlMiniAaron Patterson2009-03-101-0/+112