aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/json
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Upgrade Rubocop to 0.61.1 and fix offensesVinicius Stock2018-12-101-23/+23
* Don't dup Strings when jsonifyingAkira Matsuda2018-04-271-2/+6
* [Active Support] require_relative => requireAkira Matsuda2017-10-212-4/+4
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-112-0/+2
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-092-0/+2
* [Active Support] require => require_relativeAkira Matsuda2017-07-012-4/+4
* Merge pull request #26933 from prathamesh-sonpatki/fix-26877Andrew White2016-11-131-1/+1
|\
| * Fix an issue with JSON encoding of "Infinity" and "NaN" valuesPrathamesh Sonpatki2016-10-301-1/+1
* | Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+2
|/
* modernizes hash syntax in activesupportXavier Noria2016-08-061-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-062-8/+8
* Use correct timezone when parsing date in jsonGrzegorz Witek2016-01-221-2/+9
* Escape HTML entities in JSON keysRafael Mendonça França2015-06-161-0/+4
* Remove not used `options` argument from `ActiveSupport::JSON.decode`Carlos Antonio da Silva2015-05-131-8/+2
* Remove deprecated ActiveSupport::JSON::Encoding::CircularReferenceError.Rafael Mendonça França2015-01-041-22/+0
* Remove deprecated ActiveSupport::JSON::Encoding.encode_big_decimal_as_string=Rafael Mendonça França2015-01-041-27/+0
* edit pass over all warningsXavier Noria2014-10-281-1/+1
* specify protocol for external linksRobin Neumann2014-10-152-2/+2
* Add support for JSON time_precision to Time and DateTimeAndrew White2014-01-261-0/+1
* Rename subsecond_fraction_digits option to time_precisionAndrew White2014-01-261-4/+4
* Customize subsecond digits when encoding DateWithTimeParker Selbert2014-01-261-1/+6
* JSON: speed up date/time encodingJeremy Kemper2013-12-111-24/+19
* Added back the `encode_big_decimal_as_string` option with warningGodfrey Chan2013-12-021-0/+27
* EscapedString is also private API [ci skip]Godfrey Chan2013-12-011-1/+1
* Make the JSON encoder pluggableGodfrey Chan2013-11-261-2/+8
* Removed the Ruby encoder and switched to using the JSON gemGodfrey Chan2013-11-261-52/+72
* Removed support for encoding BigDecimal as a JSON numberGodfrey Chan2013-11-261-6/+0
* Move the JSON extension require statements to the right place.Godfrey Chan2013-11-061-8/+0
* Do not expose internal state in the public encoder API (i.e. as_json)Godfrey Chan2013-11-061-37/+24
* Moved AS::JSON::DATE_REGEX as it's only used for decodingGodfrey Chan2013-11-062-3/+3
* Require time before monkey-patching itRobin Dupret2013-10-311-1/+0
* Require bigdecimal before monkey-patching itRobin Dupret2013-10-311-1/+0
* Raise an error when AS::JSON.decode is called with optionsGodfrey Chan2013-10-301-1/+8
* Moved all JSON core extensions into core_ext/object/jsonGodfrey Chan2013-09-131-195/+1
* Enabled quirks mode on JSON.parse, fixes broken test in af9caaeGodfrey Chan2013-09-121-1/+1
* Replace JSON.load with JSON.parse, also removed the proc parameterGodfrey Chan2013-09-111-2/+2
* Remove active_support/json/variable was deprecated.kennyj2013-06-012-19/+0
* Replace multi_json with jsonErik Michaels-Ober2013-05-111-21/+4
* Merge pull request #10534 from cmaruz/masterRafael Mendonça França2013-05-101-1/+4
|\
| * Added escaping of U+2028 and U+2029 inside the json encoder.Mario Caropreso2013-05-091-3/+6
* | Fix syntax error on Ruby 2.0Rafael Mendonça França2013-05-101-2/+4
* | Escape multibyte line terminators in JSON encodingzackham2013-04-021-2/+4
|/
* Revert "Simplify code in AS json encoder"Guillermo Iguaran2013-02-251-8/+15
* Merge pull request #8815 from bogdan/simplified-to-json-argsSteve Klabnik2013-02-241-15/+8
|\
| * Simplify code in AS json encoderBogdan Gusiev2013-01-061-15/+8
* | prefer american spelling of 'behavior'Gosha Arinich2013-01-071-1/+1
|/
* Remove unicode character encoding from ActiveSupport::JSON.encodeBrett Carter2012-12-141-7/+1
* `#as_json` isolates options when encoding a hash. Closes #8182Yves Senn2012-11-121-1/+1
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-1/+1