aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/serializers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* Added :include option to to_json (closes #9677) [chuyeow]David Heinemeier Hansson2007-09-281-56/+38
* Added ActiveRecord::Base#to_json/from_json (currently does not support :inclu...David Heinemeier Hansson2007-09-202-0/+345