aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/serializers/xml_serializer.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove `serialized?` from the type interfaceSean Griffin2014-06-131-5/+1
* Refactor XML serializer to not depend on `serialized_attributes`Geoff Petrie & Sean Griffin2014-06-011-3/+5
* Test the serialized types of virtual columns in XMLGeoff Petrie & Sean Griffin2014-06-011-2/+0
* 1.9 Syntax related changesAvnerCohen2012-11-101-7/+7
* Fix serializable_hash with xml generation and default :except optionCarlos Antonio da Silva2012-06-221-5/+0
* changed xml type datetime to dateTime, fixes #6328Angelo capilleri2012-05-231-2/+2
* no need to check for this constantXavier Noria2012-02-071-1/+1
* Fixed the documenation for 'to_xml'Markus Fenske2012-02-071-1/+2
* Remove Array.wrap calls in ActiveRecordRafael Mendonça França2012-01-061-2/+1
* 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-131-9/+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-031-5/+7
* Cherry-pick core extensionsJeremy Kemper2009-05-131-1/+4
* Ensure ActiveRecord#to_xml respects :skip_types for included associations [#1...Bruce Krysiak2009-03-101-6/+12
* 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-021-15/+15
* Improve documentation.Pratik Naik2008-03-261-17/+40
* 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
* 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-201-0/+327