aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/serializers
Commit message (Expand)AuthorAgeFilesLines
* Add some coverage for AR serialization with serializable_hashCarlos Antonio da Silva2012-06-221-1/+1
* change AMS::JSON.include_root_in_json default value to falseFrancesco Rodriguez2012-06-061-50/+40
* 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
* replacing ordered hash to ruby hashprasath2012-02-081-2/+2
* Revert "Implement ArraySerializer and move old serialization API to a new nam...José Valim2011-11-302-0/+429
* Implement ArraySerializer and move old serialization API to a new namespace.José Valim2011-11-232-425/+0
* Fixing `as_json` method for ActiveRecord models.Nicolás Hock Isaza2011-09-291-0/+10
* fixed a bug with the json serialization when the class setting is set to not ...Matt Aimonetti2011-09-221-0/+10
* 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
* Enable passing root: false to #to_jsonJoe Fiorini2011-07-011-1/+52
* 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-062-0/+279