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
2007-10-25 07:09:09 +00:00
..
encoders Document Enumerable and Hash #to_json. Add test for hash with integer key. Closes #9970. 2007-10-24 16:21:46 +00:00
decoding.rb Don't shadow local var with block var 2007-10-13 21:41:56 +00:00
encoding.rb Hash#to_json takes :only or :except options to specific or omit certain hash keys. Enumerable#to_json passes through its options to each element. Closes #9751. 2007-10-04 03:28:42 +00: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