aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/serializers/json_serialization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* fix actionview and activemodel test cases typosRajarshi Das2013-09-051-1/+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
* Convert ActiveModel to 1.9 hash syntax.Patrick Robertson2013-05-011-1/+1
* Simplify keys order test for as_json in Active ModelCarlos Antonio da Silva2012-11-301-4/+1
* 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-261-1/+0
* change AMS::JSON.include_root_in_json default value to falseFrancesco Rodriguez2012-06-061-50/+40
* 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-301-0/+221
* Implement ArraySerializer and move old serialization API to a new namespace.José Valim2011-11-231-219/+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
* Enable passing root: false to #to_jsonJoe Fiorini2011-07-011-1/+52
* Rename test directory to match code directoryJohn Firebaugh2011-04-061-0/+148