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
*
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
*
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
1
-2
/
+3
*
update AS/json docs [ci skip]
Francesco Rodriguez
2012-09-14
2
-12
/
+20
*
Add back missing require
Rafael Mendonça França
2012-08-07
1
-0
/
+1
*
Fix the deprecation horizon. [ci skip]
Rafael Mendonça França
2012-08-07
1
-1
/
+1
*
Deprecate ActiveSupport::JSON::Variable
Erich Menge
2012-08-07
1
-0
/
+17
*
fixing :nodoc:s in AS::JSON::Encoding
Francesco Rodriguez
2012-07-21
1
-15
/
+48
*
Document ActiveSupport::JSON.parse_error [ci skip]
Mark Rushakoff
2012-06-05
1
-0
/
+8
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-06-02
1
-1
/
+1
|
\
|
*
Fix typo [ci skip]
Erich Menge
2012-05-30
1
-1
/
+1
*
|
Merge pull request #6554 from erichmenge/remove-json-variable
Piotr Sarnacki
2012-05-30
2
-10
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove deprecated ActiveSupport::JSON::Variable.
Erich Menge
2012-05-30
2
-10
/
+0
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-30
2
-1
/
+9
|
\
\
|
|
/
|
/
|
|
*
add ActiveSupport::JSON.decode documentation [ci skip]
Francesco Rodriguez
2012-05-28
1
-0
/
+5
|
*
add example to ActiveSupport::JSON.encode [ci skip]
Francesco Rodriguez
2012-05-28
1
-1
/
+4
*
|
True, False, and Nil should be represented in as_json as themselves.
Erich Menge
2012-05-29
1
-9
/
+9
|
/
*
Since escape_html_entities_in_json was moved to 3-2-stable, make it true in A...
José Valim
2012-05-14
1
-1
/
+1
*
BigDecimal string wrapping in JSON serialization can now be opted-out, fixes ...
David FRANCOIS
2012-05-02
1
-1
/
+14
*
JSON: encode BigDecimal NaN/Infinity as null.
Sebi Burkhard
2012-05-01
1
-1
/
+3
*
Merge pull request #2532 from hasclass/as_json__encode_infinite_and_nan_float...
Piotr Sarnacki
2012-04-30
1
-0
/
+4
|
\
[next]