aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/serializers
Commit message (Expand)AuthorAgeFilesLines
* no need to check for this constantXavier Noria2012-02-071-1/+1
* Fixed the documenation for 'to_xml'Markus Fenske2012-02-071-1/+2
* Revert "Implement ArraySerializer and move old serialization API to a new nam...José Valim2011-11-301-3/+3
* Implement ArraySerializer and move old serialization API to a new namespace.José Valim2011-11-231-3/+3
* to_xml should also rely on serializable hash.José Valim2011-09-181-1/+1
* ActiveModel support for the :include serialization optionJohn Firebaugh2011-07-171-42/+0
* We already have the record; no need to retrieve it againJohn Firebaugh2011-07-171-2/+2
* Remove extra white spaces on ActiveRecord docs.Sebastian Martinez2011-05-231-1/+1
* dry up compute type in attributeAaron Patterson2010-12-151-16/+10
* to_xml doesn't work in such case: Event.select('title as t').to_xml [#4840 st...Víctor Martínez2010-12-151-2/+8
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* to_xml with :include should skip_instruct on the included records [#4506 stat...Lawrence Pit2010-04-301-1/+1
* Move several configuration values from Hash to ActiveSupport::XmlMini, which ...José Valim2010-04-291-50/+35
* Speed up xml serializer by computing values just once and remove unecessary c...José Valim2010-04-221-11/+0
* Avoid deprecated String#to_a by using Array.wrap(...) instead of Array(...)Jeremy Kemper2010-04-101-1/+2
* Break up concerns for choosing what attributes should be serialized and the a...Joshua Peek2009-08-132-23/+10
* Patch to ActiveModel's (and ActiveRecord, by association) XML serialization: ...John Maxwell2009-07-221-0/+15
* Integrate AMo XML serializer into ARJoshua Peek2009-07-111-109/+4
* Integrate AMo JSON serializer into ARJoshua Peek2009-07-032-86/+11
* Updated require for AMo moveYehuda Katz + Carl Lerche2009-06-171-1/+1
* Fix AR json encodingJeremy Kemper2009-06-081-25/+7
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Cherry-pick core extensionsJeremy Kemper2009-05-131-1/+4
* 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
* Ensure ActiveRecord#to_xml respects :skip_types for included associations [#1...Bruce Krysiak2009-03-101-6/+12
* Merge docrails and update the release notesPratik Naik2009-02-281-0/+19
* Added a :camelize option to ActiveRecord and Hash to_xml serialization and fr...Bruce Krysiak2008-12-101-7/+16
* 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