aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/serializers
Commit message (Expand)AuthorAgeFilesLines
* No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29fAkira Matsuda2019-08-021-1/+1
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-26/+22
* Fix test failurebogdanvlviv2018-08-111-1/+1
* Fix AM::Serializers::JSON#as_json method for timestampsBogdan Gusiev2017-12-211-0/+4
* 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
* improve error message when include assertions failMichael Grosser2016-09-161-6/+6
* applies new string literal convention in activemodel/testXavier Noria2016-08-061-8/+8
* Remove XML Serialization from core.Zachary Scott2015-08-071-251/+0
* Require yaml for isolation testRafael Mendonça França2015-05-291-0/+1
* activemodel: make .model_name json encodableIan Ker-Seymer2015-02-241-0/+4
* Move model definition to test/models for test order indenendencyAkira Matsuda2014-08-282-29/+0
* remove unnecessary require for json serialization test casesAditya Kapoor2014-06-241-1/+0
* Fix warning for overshadowing XML variableMusannif Zahir2014-03-281-2/+2
* Completely remove potential global state leaks in ActiveModel tests.Zuhao Wan2014-03-112-54/+60
* fix actionview and activemodel test cases typosRajarshi Das2013-09-051-1/+1
* remove unused instance variableRajarshi Das2013-08-231-2/+1
* Dont' check for any order in hash since we aren't sorting it and this is dete...Guillermo Iguaran2013-08-181-11/+0
* Refactor serialization test for hash orderGuillermo Iguaran2013-08-181-7/+6
* Avoid Skip in test, have a unified test for orderGaurish Sharma2013-08-091-10/+7
* Add tests for ActiveModel::Serializers::JSON#as_json orderingGaurish Sharma2013-08-091-1/+10
* Remove redundant escapes from xml serialization testVipul A M2013-07-011-6/+6
* Convert ActiveModel to 1.9 hash syntax.Patrick Robertson2013-05-012-28/+28
* Removed unused setupAnupam Choudhury2013-04-091-4/+0
* chmod -x from non-script filesAkira Matsuda2012-12-241-0/+0
* Simplify keys order test for as_json in Active ModelCarlos Antonio da Silva2012-11-301-4/+1
* Specify type of singular association during serializationSteve Klabnik2012-11-281-2/+10
* Add test for code change introduced in this commit f20032fCédric FABIANSKI2012-10-291-0/+9
* AM::Serializers::Xml depends on AM::NamingFrancesco Rodriguez2012-10-262-3/+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
* 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