This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fc098e8de93e61ba8d3ac462a43bfc548357765a
rails
/
activesupport
/
lib
/
active_support
/
json
History
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