aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/serializers/json_serializer.rb
Commit message (Expand)AuthorAgeFilesLines
* Use DependencyModule for included hooks in ActiveRecordBryan Helmkamp2009-05-111-3/+4
* Fix differing rails_to_json arityJeremy Kemper2009-04-261-3/+6
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-3/+7
* Opt in to JSONJeremy Kemper2009-04-221-0/+2
* Merge docrails and update the release notesPratik Naik2009-02-281-0/+19
* Improve documentation coverage and markupXavier Noria2008-05-021-4/+4
* Tweak ActiveRecord::Base#to_json to include a root value in the returned hash...Rick Olson2008-04-011-1/+16
* Improve documentation.Pratik Naik2008-03-261-23/+17
* Fix Json related documentation for render and the AR serializer. Closes #9814...Michael Koziarski2007-10-151-0/+53
* Hash#to_json takes :only or :except options to specific or omit certain hash ...Jeremy Kemper2007-10-041-1/+1
* Added ActiveRecord::Base#to_json/from_json (currently does not support :inclu...David Heinemeier Hansson2007-09-201-0/+18