aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/serialization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Convert ActiveModel to 1.9 hash syntax.Patrick Robertson2013-05-011-17/+17
* Use respond_to?(:to_ary) rather than is_a?(Enumerable) to detect collection-t...Jon Leighton2012-05-111-0/+18
* Make sure serializable hash with :include always returns string keysCarlos Antonio da Silva2012-03-091-13/+13
* Make sure serializable hash with :methods option returns always string keysCarlos Antonio da Silva2012-02-131-3/+3
* Cleanup extra spacesCarlos Antonio da Silva2012-02-131-45/+44
* Revert "Implement ArraySerializer and move old serialization API to a new nam...José Valim2011-11-301-0/+151
* Implement ArraySerializer and move old serialization API to a new namespace.José Valim2011-11-231-151/+0
* Fixed serialization issues with multiple includes with optionszhengjia2011-10-111-0/+8
* Provide read_attribute_for_serialization as the API to serialize attributes.José Valim2011-09-301-3/+3
* Make serializable_hash take attr values directly from attributes hash.Jon Leighton2011-09-261-0/+9
* added more tests for only-include and except-include options in serializationAnand2011-08-231-1/+14
* ActiveModel support for the :include serialization optionJohn Firebaugh2011-07-171-6/+67
* Add a testJohn Firebaugh2011-07-171-0/+5
* serializable_hash(:only => [], :methods => [:foo]) should workJohn Firebaugh2011-07-171-0/+10
* adding new test for ActiveModel::SerializationNeeraj Singh2010-08-311-0/+45