| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed bad tests to clean up after themselves. | Ryan Davis | 2013-05-03 | 2 | -4/+15 |
* | rewrite order dependent test case. #8185 | Yves Senn | 2012-12-27 | 1 | -1/+2 |
* | Remove unicode character encoding from ActiveSupport::JSON.encode | Brett Carter | 2012-12-14 | 1 | -3/+16 |
* | `#as_json` isolates options when encoding a hash. Closes #8182 | Yves Senn | 2012-11-12 | 1 | -0/+18 |
* | Deprecate ActiveSupport::JSON::Variable | Erich Menge | 2012-08-07 | 1 | -0/+7 |
* | Remove deprecated ActiveSupport::JSON::Variable. | Erich Menge | 2012-05-30 | 1 | -2/+0 |
* | True, False, and Nil should be represented in as_json as themselves. | Erich Menge | 2012-05-29 | 1 | -0/+6 |
* | BigDecimal string wrapping in JSON serialization can now be opted-out, fixes ... | David FRANCOIS | 2012-05-02 | 1 | -0/+11 |
* | JSON: encode BigDecimal NaN/Infinity as null. | Sebi Burkhard | 2012-05-01 | 1 | -0/+1 |
* | Merge pull request #2532 from hasclass/as_json__encode_infinite_and_nan_float... | Piotr Sarnacki | 2012-04-30 | 1 | -0/+3 |
|\ |
|
| * | JSON: Encode infinite or NaN floats as null to generate valid JSON. | Sebi Burkhard | 2011-08-15 | 1 | -0/+3 |
* | | use AS::TestCase as the base class | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
* | | use #to_s to convert Range to json | Sergey Nartimov | 2012-01-01 | 1 | -0/+4 |
* | | remove checks for encodings availability | Sergey Nartimov | 2011-12-25 | 1 | -2/+2 |
* | | Initial pass at removing dead 1.8.x code from Active Support. | José Valim | 2011-12-20 | 1 | -17/+13 |
|/ |
|
* | Removing extra requires from the test. Already loaded in abstract_unit. | Arun Agrawal | 2011-07-31 | 1 | -1/+0 |
* | checked all .rb files in the project tree for missing magic comments, one was... | Xavier Noria | 2011-07-23 | 1 | -1/+1 |
* | Merge pull request #248 from bigfix/enumerable_as_json | José Valim | 2011-05-07 | 1 | -9/+24 |
|\ |
|
| * | Enumerable should pass encoding options to children in #as_json/#to_json. | John Firebaugh | 2011-04-01 | 1 | -9/+24 |
* | | AS Json parse_error makes a return for backwards compatibility, although it w... | Josh Kalderimis | 2011-04-19 | 1 | -1/+1 |
* | | removed AS backends and instead rely on MultiJson for json decoding | Josh Kalderimis | 2011-04-18 | 1 | -7/+4 |
|/ |
|
* | parse dates to yaml in json arrays | Diego Carrion | 2011-03-22 | 1 | -0/+2 |
* | test json decoding with time parsing disabled with all backends and respect A... | Diego Carrion | 2011-03-22 | 1 | -4/+2 |
* | Updated the json date regex to recognize xmlschema formatted date times durin... | Josh Kalderimis | 2011-02-12 | 1 | -0/+4 |
* | Fixes an issue when decoding a json string which looks like a date but is inv... | Josh Kalderimis | 2011-02-11 | 1 | -0/+2 |
* | Fix tests providing valid JSON | Santiago Pastorino | 2011-02-02 | 1 | -2/+2 |
* | Fix JSON decoding of newline character with Yaml backend [#3479 state:resolved] | Maxime RETY | 2011-02-02 | 1 | -1/+5 |
* | use ! " " YAML string literal syntax rather than removing both quotes | Aaron Patterson | 2011-01-21 | 1 | -3/+1 |
* | ordering can change depending on ruby version, so parse the JSON and verify d... | Aaron Patterson | 2011-01-17 | 1 | -3/+10 |
* | Complex struct encoding test | Alexey Nayden | 2011-01-15 | 1 | -0/+23 |
* | Fixed various isolated test missing requires within AS. | Josh Kalderimis | 2011-01-12 | 1 | -0/+1 |
* | fixed some issues with JSON encoding | Jakub Suder | 2010-09-07 | 1 | -1/+64 |
* | Removes unused vars | Santiago Pastorino | 2010-07-24 | 1 | -1/+1 |
* | Time has it own implementation of xmlschema, now AMo doesn't depend on TZInfo | Santiago Pastorino | 2010-07-02 | 1 | -2/+4 |
* | BigDecimal#as_json does not really specify the F format, it delegates that to... | Xavier Noria | 2010-05-03 | 1 | -1/+3 |
* | Fix BigDecimal JSON encoding test. [#4495 state:resolved] | Cezary Baginski | 2010-04-28 | 1 | -3/+3 |
* | JSON: encode objects that don't have a native JSON representation using to_ha... | Jeremy Kemper | 2010-04-26 | 1 | -2/+19 |
* | Fix a JSON ordering issue | Yehuda Katz | 2010-02-10 | 1 | -3/+7 |
* | Automatically prefer Yajl or JSON backend over Yaml, if available | Jeremy Kemper | 2010-02-05 | 1 | -1/+1 |
* | Add yajl-ruby as a JSON parsing backend | Brian Lopez | 2010-02-05 | 1 | -0/+1 |
* | Fix ActiveSupport::JSON encoding of control characters [\x00-\x1f] | Dwayne Litzenberger | 2009-12-23 | 1 | -1/+3 |
* | Repair time dependencies | Jeremy Kemper | 2009-11-14 | 1 | -0/+1 |
* | Clean up spurious JSON decoding test failure | Jeremy Kemper | 2009-09-13 | 1 | -8/+2 |
* | Fix that JSON parser fails to read escaped backslashes. | Daniel Sheppard | 2009-08-09 | 1 | -3/+5 |
* | Fixed a bug in JSON decoding with Yaml backend, where a combination of dates,... | Bas Van Klinkenberg | 2009-08-08 | 1 | -1/+7 |
* | JSON.escape returns UTF-8 strings | Jeremy Kemper | 2009-07-01 | 1 | -2/+7 |
* | JSON: split encoding and coercion | Jeremy Kemper | 2009-06-08 | 1 | -7/+12 |
* | load the JSON Backend lazily. If the JSON gem is already loaded, use the JSO... | rick | 2009-05-17 | 1 | -0/+3 |
* | Privatize rails_to_json | Jeremy Kemper | 2009-04-26 | 1 | -1/+1 |
* | * Add pluggable JSON backends with support for the JSON gem. [rick] | rick | 2009-04-23 | 2 | -44/+70 |