aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/serializers/xml_serialization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant escapes from xml serialization testVipul A M2013-07-011-6/+6
* Convert ActiveModel to 1.9 hash syntax.Patrick Robertson2013-05-011-27/+27
* Removed unused setupAnupam Choudhury2013-04-091-4/+0
* chmod -x from non-script filesAkira Matsuda2012-12-241-0/+0
* Specify type of singular association during serializationSteve Klabnik2012-11-281-2/+10
* AM::Serializers::Xml depends on AM::NamingFrancesco Rodriguez2012-10-261-2/+0
* Update Active Model xml serialization test to reflect a change in builderCarlos Antonio da Silva2012-09-071-1/+1
* Following the false issue reporting I did here : https://github.com/rails/rai...Anthony2012-08-131-1/+37
* Add some coverage for AR serialization with serializable_hashCarlos Antonio da Silva2012-06-221-1/+1
* changed xml type datetime to dateTime, fixes #6328Angelo capilleri2012-05-231-1/+1
* Use respond_to?(:to_ary) rather than is_a?(Enumerable) to detect collection-t...Jon Leighton2012-05-111-0/+17
* Revert "Implement ArraySerializer and move old serialization API to a new nam...José Valim2011-11-301-0/+208
* Implement ArraySerializer and move old serialization API to a new namespace.José Valim2011-11-231-206/+0
* to_xml should also rely on serializable hash.José Valim2011-09-181-0/+17
* ActiveModel support for the :include serialization optionJohn Firebaugh2011-07-171-2/+50
* Attributes with :string type should not be given the type passed in model ser...Jim Herzberg2011-05-181-1/+7
* Methods that return nil should not be considered YAMLJoshua Wehner2011-05-101-0/+4
* Rename test directory to match code directoryJohn Firebaugh2011-04-061-0/+131