aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/serializers
Commit message (Expand)AuthorAgeFilesLines
* Merge docrails.Pratik Naik2008-05-251-3/+3
* Improve documentation coverage and markupXavier Noria2008-05-022-19/+19
* 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-262-40/+57
* Fixed that to_xml should not automatically pass :procs to associations includ...David Heinemeier Hansson2007-12-031-8/+10
* Base#to_xml supports the nil="true" attribute like Hash#to_xml. Closes #8268.Jeremy Kemper2007-11-141-0/+4
* Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]Marcel Molina2007-11-081-2/+2
* Add missing file for revision #8090Marcel Molina2007-11-061-1/+1
* 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