aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object/json.rb
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Hide internal docs from root AS moduleAshe Connor2018-03-061-0/+1
* Fix #to_json for unreadable IO objects, fixes #26132Paul Kuruvilla2017-10-231-0/+6
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-7/+7
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-7/+7
* modernizes hash syntax in activesupportXavier Noria2016-08-061-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-13/+13
* Define `Pathname#as_json`Ryunosuke Sato2016-06-251-0/+7
* Define `URI::Generic#as_json`Ryunosuke Sato2016-06-251-0/+7
* Fix behavior of JSON encoding for Exceptionnamusyaka2016-04-091-0/+6
* Mark some constants as nodoc and remove unneeded namespaceRafael Mendonça França2015-03-201-11/+9
* Use Module#prepend instead of alias_method_chainKir Shatrov2015-03-201-12/+16
* Fixed a compatibility issue with the `Oj` gemGodfrey Chan2014-07-291-3/+3
* Fix #to_json for BasicObject EnumerablesSammy Larbi2014-03-141-1/+1
* Add support for JSON time_precision to Time and DateTimeAndrew White2014-01-261-4/+4
* Process::Status should get a :nodoc: [ci skip]Godfrey Chan2013-11-261-1/+1
* Removed the Ruby encoder and switched to using the JSON gemGodfrey Chan2013-11-261-28/+0
* Removed support for encoding BigDecimal as a JSON numberGodfrey Chan2013-11-261-8/+1
* Merge remote-tracking branch 'docrails/master'Xavier Noria2013-11-241-1/+1
|\
| * The option is called encode_big_decimal_as_string [ci-skip]Godfrey Chan2013-11-151-1/+1
* | When Array#as_json and Hash#as_json are called without options, theyGodfrey Chan2013-11-221-2/+2
* | Improved compatibility with the stdlib JSON gem.Godfrey Chan2013-11-141-3/+21
|/
* Standardize all JSON encoded times to use 3 decimal fractional secondsRyan Glover2013-11-071-2/+2
* Move the JSON extension require statements to the right place.Godfrey Chan2013-11-061-0/+7
* Do not expose internal state in the public encoder API (i.e. as_json)Godfrey Chan2013-11-061-15/+4
* Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`Godfrey Chan2013-11-051-1/+1
* Fixed Object#as_json and Struct#as_json with optionsGodfrey Chan2013-11-051-3/+3
* Require time before monkey-patching itRobin Dupret2013-10-311-0/+1
* Require bigdecimal before monkey-patching itRobin Dupret2013-10-311-0/+1
* Moved all JSON core extensions into core_ext/object/jsonGodfrey Chan2013-09-131-0/+216