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/encoders
2007-12-02 08:45:35 +00:00
..
date.rb Disambiguate Time, Date, and DateTime#to_json formatting. Closes #9750. 2007-10-05 09:43:24 +00:00
date_time.rb Disambiguate Time, Date, and DateTime#to_json formatting. Closes #9750. 2007-10-05 09:43:24 +00:00
enumerable.rb Document Enumerable and Hash #to_json. Add test for hash with integer key. Closes #9970. 2007-10-24 16:21:46 +00:00
false_class.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
hash.rb Document Enumerable and Hash #to_json. Add test for hash with integer key. Closes #9970. 2007-10-24 16:21:46 +00:00
nil_class.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
numeric.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
object.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
regexp.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
string.rb Don't escape forward slashes with String#to_json, our unicode encoding of < and > prevent the XSS problems. [tpope] Closes #10273 2007-12-02 08:45:35 +00:00
symbol.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
time.rb Disambiguate Time, Date, and DateTime#to_json formatting. Closes #9750. 2007-10-05 09:43:24 +00:00
true_class.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