1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support/json
Akira Matsuda 7c0e008973 Ruby 1.9 compat: fix JSON decoding to work properly with multibyte values
[#1969 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2009-02-17 11:58:53 -08:00
..
encoders Use Array.wrap, remove unneeded returning block 2009-02-06 10:05:16 -08:00
decoding.rb Ruby 1.9 compat: fix JSON decoding to work properly with multibyte values 2009-02-17 11:58:53 -08:00
encoding.rb Simpler and clearer to just explicitly require the JSON encoders 2008-11-26 01:08:37 -08:00
variable.rb Add an ignored options parameter to ActiveSupport::JSON::Variable#to_json to make sure it duck-types nicely with the other JSON types. [Pascal Belloncle] 2007-10-25 07:09:09 +00:00