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
/
encoding.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-1
/
+1
*
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
1
-3
/
+0
*
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
*
Moved all JSON core extensions into core_ext/object/json
Godfrey Chan
2013-09-13
1
-195
/
+1
*
Remove active_support/json/variable was deprecated.
kennyj
2013-06-01
1
-1
/
+0
*
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
*
update AS/json docs [ci skip]
Francesco Rodriguez
2012-09-14
1
-10
/
+16
*
Add back missing require
Rafael Mendonça França
2012-08-07
1
-0
/
+1
*
fixing :nodoc:s in AS::JSON::Encoding
Francesco Rodriguez
2012-07-21
1
-15
/
+48
*
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
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove deprecated ActiveSupport::JSON::Variable.
Erich Menge
2012-05-30
1
-1
/
+0
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-30
1
-1
/
+4
|
\
\
|
|
/
|
/
|
|
*
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
|
\
|
*
JSON: Encode infinite or NaN floats as null to generate valid JSON.
Sebi Burkhard
2011-08-15
1
-0
/
+4
*
|
Replaced OrderedHash usage with Ruby 1.9 Hash
Uddhava
2012-02-09
1
-3
/
+1
*
|
fixes in api docs
Vijay Dev
2012-01-13
1
-2
/
+2
*
|
Remove Array.wrap calls in ActiveSupport
Rafael Mendonça França
2012-01-06
1
-3
/
+2
*
|
use #to_s to convert Range to json
Sergey Nartimov
2012-01-01
1
-0
/
+4
*
|
remove checks for encodings availability
Sergey Nartimov
2011-12-25
1
-5
/
+3
[next]