Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 1 | -0/+1 |
| | |||||
* | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 1 | -0/+1 |
| | |||||
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | |||||
* | ✂️ needless lines beneath private. | Kasper Timm Hansen | 2016-11-20 | 1 | -1/+0 |
| | |||||
* | Create XMLMiniEngineTest; base class for all tests | Jon Moss | 2016-11-20 | 1 | -12/+3 |
| | |||||
* | Code styling cleanup | Jon Moss | 2016-11-20 | 1 | -6/+6 |
| | |||||
* | Create `CommonXMLMiniAdapterTest`; common tests module | Jon Moss | 2016-11-20 | 1 | -198/+7 |
| | | | | | | Created a new module (a la Action Cable subscription adapter's test suite) to be included in all sub class test to ensure compatability and reduce duplicated code. | ||||
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -91/+91 |
| | |||||
* | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 1 | -13/+13 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Do not include Active Support on tests | Rafael Mendonça França | 2015-01-04 | 1 | -11/+9 |
| | | | | It was not done to be included | ||||
* | Rewind StringIO instances before be parsed again | Paco Guzman | 2013-06-16 | 1 | -0/+1 |
| | |||||
* | Use xml instead already parsed xml | Paco Guzman | 2013-06-16 | 1 | -1/+1 |
| | |||||
* | Compare with the parsed result from REXML backend | Paco Guzman | 2013-05-22 | 1 | -1/+1 |
| | |||||
* | Added missing assert | Anupam Choudhury | 2013-04-02 | 1 | -5/+6 |
| | |||||
* | Only call MiniTest.autorun if the dependecy is present | Rafael Mendonça França | 2012-12-31 | 1 | -4/+3 |
| | |||||
* | use AS::TestCase as the base class | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | Code cleanup, bugfixes and speed improvements for the Nokogiri and LibXML ↵ | Willem van Bergen | 2010-01-01 | 1 | -2/+38 |
| | | | | | | | | XmlMini backends [#3641 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Allow Nokogiri XmlMini backend to process cdata elements | Developer | 2009-09-17 | 1 | -0/+11 |
| | | | | | | [#3219 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Move AS vendor support into bundler. | Joshua Peek | 2009-09-13 | 1 | -4/+2 |
| | | | Run `rake bundle` before running tests. | ||||
* | Add support for parsing XML and JSON from an IO as well as a string [#2659 ↵ | Brian Lopez | 2009-05-17 | 1 | -0/+13 |
| | | | | | | state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Fix dependencies revealed by testing in isolation | Jeremy Kemper | 2009-04-22 | 1 | -0/+1 |
| | |||||
* | adding more nokogiri tests and making the main rails tests pass | Aaron Patterson | 2009-03-10 | 1 | -0/+47 |
| | | | | | | [#2190 state:resolved] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Make it easier to swap XmlMini backends. Require Nokogiri >= 1.1.1 for ↵ | Jeremy Kemper | 2009-03-10 | 1 | -9/+7 |
| | | | | XmlMini backend tests. | ||||
* | Nokogiri backend for XmlMini | Aaron Patterson | 2009-03-10 | 1 | -0/+112 |
[#2190 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> |