index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
json
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-1
/
+0
*
Upgrade Rubocop to 0.61.1 and fix offenses
Vinicius Stock
2018-12-10
1
-23
/
+23
*
Don't dup Strings when jsonifying
Akira Matsuda
2018-04-27
1
-2
/
+6
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
2
-4
/
+4
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
2
-0
/
+2
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
2
-0
/
+2
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
2
-4
/
+4
*
Merge pull request #26933 from prathamesh-sonpatki/fix-26877
Andrew White
2016-11-13
1
-1
/
+1
|
\
|
*
Fix an issue with JSON encoding of "Infinity" and "NaN" values
Prathamesh Sonpatki
2016-10-30
1
-1
/
+1
*
|
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
1
-1
/
+2
|
/
*
modernizes hash syntax in activesupport
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
2
-8
/
+8
*
Use correct timezone when parsing date in json
Grzegorz Witek
2016-01-22
1
-2
/
+9
*
Escape HTML entities in JSON keys
Rafael Mendonça França
2015-06-16
1
-0
/
+4
*
Remove not used `options` argument from `ActiveSupport::JSON.decode`
Carlos Antonio da Silva
2015-05-13
1
-8
/
+2
*
Remove deprecated ActiveSupport::JSON::Encoding::CircularReferenceError.
Rafael Mendonça França
2015-01-04
1
-22
/
+0
*
Remove deprecated ActiveSupport::JSON::Encoding.encode_big_decimal_as_string=
Rafael Mendonça França
2015-01-04
1
-27
/
+0
*
edit pass over all warnings
Xavier Noria
2014-10-28
1
-1
/
+1
*
specify protocol for external links
Robin Neumann
2014-10-15
2
-2
/
+2
*
Add support for JSON time_precision to Time and DateTime
Andrew White
2014-01-26
1
-0
/
+1
*
Rename subsecond_fraction_digits option to time_precision
Andrew White
2014-01-26
1
-4
/
+4
*
Customize subsecond digits when encoding DateWithTime
Parker Selbert
2014-01-26
1
-1
/
+6
*
JSON: speed up date/time encoding
Jeremy Kemper
2013-12-11
1
-24
/
+19
*
Added back the `encode_big_decimal_as_string` option with warning
Godfrey Chan
2013-12-02
1
-0
/
+27
*
EscapedString is also private API [ci skip]
Godfrey Chan
2013-12-01
1
-1
/
+1
*
Make the JSON encoder pluggable
Godfrey Chan
2013-11-26
1
-2
/
+8
*
Removed the Ruby encoder and switched to using the JSON gem
Godfrey Chan
2013-11-26
1
-52
/
+72
*
Removed support for encoding BigDecimal as a JSON number
Godfrey Chan
2013-11-26
1
-6
/
+0
*
Move the JSON extension require statements to the right place.
Godfrey Chan
2013-11-06
1
-8
/
+0
*
Do not expose internal state in the public encoder API (i.e. as_json)
Godfrey Chan
2013-11-06
1
-37
/
+24
*
Moved AS::JSON::DATE_REGEX as it's only used for decoding
Godfrey Chan
2013-11-06
2
-3
/
+3
*
Require time before monkey-patching it
Robin Dupret
2013-10-31
1
-1
/
+0
*
Require bigdecimal before monkey-patching it
Robin Dupret
2013-10-31
1
-1
/
+0
*
Raise an error when AS::JSON.decode is called with options
Godfrey Chan
2013-10-30
1
-1
/
+8
*
Moved all JSON core extensions into core_ext/object/json
Godfrey Chan
2013-09-13
1
-195
/
+1
*
Enabled quirks mode on JSON.parse, fixes broken test in af9caae
Godfrey Chan
2013-09-12
1
-1
/
+1
*
Replace JSON.load with JSON.parse, also removed the proc parameter
Godfrey Chan
2013-09-11
1
-2
/
+2
*
Remove active_support/json/variable was deprecated.
kennyj
2013-06-01
2
-19
/
+0
*
Replace multi_json with json
Erik Michaels-Ober
2013-05-11
1
-21
/
+4
*
Merge pull request #10534 from cmaruz/master
Rafael Mendonça França
2013-05-10
1
-1
/
+4
|
\
|
*
Added escaping of U+2028 and U+2029 inside the json encoder.
Mario Caropreso
2013-05-09
1
-3
/
+6
*
|
Fix syntax error on Ruby 2.0
Rafael Mendonça França
2013-05-10
1
-2
/
+4
*
|
Escape multibyte line terminators in JSON encoding
zackham
2013-04-02
1
-2
/
+4
|
/
*
Revert "Simplify code in AS json encoder"
Guillermo Iguaran
2013-02-25
1
-8
/
+15
*
Merge pull request #8815 from bogdan/simplified-to-json-args
Steve Klabnik
2013-02-24
1
-15
/
+8
|
\
|
*
Simplify code in AS json encoder
Bogdan Gusiev
2013-01-06
1
-15
/
+8
*
|
prefer american spelling of 'behavior'
Gosha Arinich
2013-01-07
1
-1
/
+1
|
/
*
Remove unicode character encoding from ActiveSupport::JSON.encode
Brett Carter
2012-12-14
1
-7
/
+1
*
`#as_json` isolates options when encoding a hash. Closes #8182
Yves Senn
2012-11-12
1
-1
/
+1
*
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-1
/
+1
[next]