| Commit message (Expand) | Author | Age | Files | Lines |
* | Define `Pathname#as_json` | Ryunosuke Sato | 2016-06-25 | 1 | -0/+2 |
* | Define `URI::Generic#as_json` | Ryunosuke Sato | 2016-06-25 | 1 | -0/+2 |
* | Merge pull request #23011 from arnvald/bugfix/correctly_parse_date | Godfrey Chan | 2016-06-25 | 1 | -5/+11 |
|\ |
|
| * | Use correct timezone when parsing date in json | Grzegorz Witek | 2016-01-22 | 1 | -5/+11 |
* | | Fix behavior of JSON encoding for Exception | namusyaka | 2016-04-09 | 1 | -0/+5 |
|/ |
|
* | Expand the JSON test coverage for Struct and Hash (?!) | Godfrey Chan | 2015-07-11 | 1 | -1/+13 |
* | Add tests to ensure we don't interfere with json gem's output | Godfrey Chan | 2015-07-11 | 2 | -102/+108 |
* | Escape HTML entities in JSON keys | Rafael Mendonça França | 2015-06-16 | 1 | -0/+7 |
* | Skip the failing tests on Rubinius for now | Robin Dupret | 2015-03-02 | 1 | -0/+2 |
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 2 | -2/+0 |
* | Remove deprecated ActiveSupport::JSON::Encoding::CircularReferenceError. | Rafael Mendonça França | 2015-01-04 | 1 | -24/+0 |
* | Remove deprecated ActiveSupport::JSON::Encoding.encode_big_decimal_as_string= | Rafael Mendonça França | 2015-01-04 | 1 | -16/+0 |
* | Remove redundant `to_s` in interpolation | claudiob | 2014-10-30 | 1 | -1/+1 |
* | Merge pull request #15856 from zuhao/refactor_activesupport_decoding_test | Yves Senn | 2014-06-22 | 1 | -11/+19 |
|\ |
|
| * | Use with_parse_json_times helper in tests. | Zuhao Wan | 2014-06-22 | 1 | -11/+19 |
* | | Avoid hardcoded magic number in test teardown. | Zuhao Wan | 2014-06-22 | 1 | -14/+19 |
|/ |
|
* | Extract out with_env_tz helper method. | Zuhao Wan | 2014-06-18 | 1 | -7/+3 |
* | Fix #to_json for BasicObject Enumerables | Sammy Larbi | 2014-03-14 | 1 | -10/+33 |
* | Add support for JSON time_precision to Time and DateTime | Andrew White | 2014-01-26 | 1 | -1/+19 |
* | Rename subsecond_fraction_digits option to time_precision | Andrew White | 2014-01-26 | 1 | -3/+3 |
* | Consolidate JSON encoding tests in one file | Andrew White | 2014-01-26 | 1 | -11/+48 |
* | Added back the `encode_big_decimal_as_string` option with warning | Godfrey Chan | 2013-12-02 | 1 | -0/+16 |
* | Be explicit and use the actual unicode sequence | Godfrey Chan | 2013-11-26 | 1 | -1/+1 |
* | Removed the Ruby encoder and switched to using the JSON gem | Godfrey Chan | 2013-11-26 | 1 | -2/+2 |
* | Removed support for encoding BigDecimal as a JSON number | Godfrey Chan | 2013-11-26 | 1 | -11/+0 |
* | Expanded coverage on JSON encoding | Godfrey Chan | 2013-11-26 | 1 | -2/+12 |
* | Added some failing tests where the JSON encoder is not resolving as_json corr... | Godfrey Chan | 2013-11-26 | 1 | -2/+12 |
* | When Array#as_json and Hash#as_json are called without options, they | Godfrey Chan | 2013-11-22 | 1 | -0/+16 |
* | Improved compatibility with the stdlib JSON gem. | Godfrey Chan | 2013-11-14 | 1 | -0/+45 |
* | Standardize all JSON encoded times to use 3 decimal fractional seconds | Ryan Glover | 2013-11-07 | 1 | -3/+3 |
* | Do not expose internal state in the public encoder API (i.e. as_json) | Godfrey Chan | 2013-11-06 | 1 | -3/+9 |
* | Eliminate `JSON.{parse,load,generate,dump}` and `def to_json` | Godfrey Chan | 2013-11-05 | 1 | -4/+4 |
* | Fixed Object#as_json and Struct#as_json with options | Godfrey Chan | 2013-11-05 | 1 | -2/+27 |
* | Raise an error when AS::JSON.decode is called with options | Godfrey Chan | 2013-10-30 | 1 | -4/+2 |
* | Moved all JSON core extensions into core_ext/object/json | Godfrey Chan | 2013-09-13 | 1 | -0/+8 |
* | Enabled quirks mode on JSON.parse, fixes broken test in af9caae | Godfrey Chan | 2013-09-12 | 1 | -1/+13 |
* | Replace JSON.load with JSON.parse, also removed the proc parameter | Godfrey Chan | 2013-09-11 | 1 | -1/+14 |
* | Avoid defining multibyte method names in JSON decoding test for JRuby Compat | Gaurish Sharma | 2013-08-07 | 1 | -3/+4 |
* | Remove active_support/json/variable was deprecated. | kennyj | 2013-06-01 | 1 | -7/+0 |
* | Fix some typo in method names, variables | Vipul A M | 2013-05-26 | 1 | -1/+1 |
* | Replace multi_json with json | Erik Michaels-Ober | 2013-05-11 | 1 | -23/+13 |
* | Added escaping of U+2028 and U+2029 inside the json encoder. | Mario Caropreso | 2013-05-09 | 1 | -2/+2 |
* | 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 |