aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/json/encoders/time.rb
Commit message (Expand)AuthorAgeFilesLines
* JSON: split encoding and coercionJeremy Kemper2009-06-081-24/+0
* Now that we have a separate internal rails_to_json, use a separate circular r...Jeremy Kemper2009-04-261-1/+1
* Privatize rails_to_jsonJeremy Kemper2009-04-261-18/+19
* Only Object to_json alias is needed. Prefer nil options.Jeremy Kemper2009-04-261-2/+0
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-1/+3
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Merge docrailsPratik Naik2009-01-181-1/+1
* Merge with docrails.Pratik Naik2008-07-161-3/+10
* Time#to_json: don't convert to utc before encoding. References #175gbuesing2008-05-181-1/+1
* Add config.active_support.use_standard_json_time_format setting so that Times...Rick Olson2008-04-011-1/+5
* Improve documentation.Pratik Naik2008-03-261-1/+6
* Adding Time and DateTime #formatted_offset, for outputting +HH:MM utc offset ...Geoff Buesing2008-01-231-1/+1
* Time#to_json uses Numeric#to_utc_offset_s to output cross-platform-consistent...Geoff Buesing2008-01-121-1/+1
* Disambiguate Time, Date, and DateTime#to_json formatting. Closes #9750.Jeremy Kemper2007-10-051-1/+1
* Hash#to_json takes :only or :except options to specific or omit certain hash ...Jeremy Kemper2007-10-041-1/+1
* Date, Time, and DateTime#to_json. Closes #8399.Jeremy Kemper2007-05-181-0/+5