aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/serialization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f"Rafael Mendonça França2019-08-021-1/+1
* No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29fAkira Matsuda2019-08-021-1/+1
* Merge pull request #28270 from mmangino/dont_ignore_seralization_optionsRyuta Kamizono2018-02-271-0/+7
|\
| * Fix styleMike Mangino2017-03-031-1/+1
| * Don't accidentally lose includes in serializationMike Mangino2017-03-031-3/+9
* | Use frozen string literal in activemodel/Kir Shatrov2017-07-161-0/+2
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* | Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|/
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-32/+32
* Add three new rubocop rulesRafael Mendonça França2016-08-161-34/+34
* applies new string literal convention in activemodel/testXavier Noria2016-08-061-18/+18
* ensure `method_missing` called for non-existing methods passed toJay Elaraj2015-04-281-9/+16
* 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