aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/serializeration/json_serialization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename test directory to match code directoryJohn Firebaugh2011-04-061-148/+0
* ActiveModel::Errors.to_hash returns plain OrderedHash and used in to_json ser...Thilo Utke2010-12-011-7/+8
* fixed some issues with JSON encodingJakub Suder2010-09-071-0/+27
* Adding missing required statementSubba Rao Pasupuleti2010-08-141-0/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-5/+5
* ActiveModel::Errors json serialization to work as Rails 3b4 [#5254 state:reso...Alex Le2010-08-021-1/+15
* Really make include_root_in_json default to true [#3770 state:resolved]José Valim2010-06-081-15/+21
* Active Model JSON serializer now supports custom root optionJatinder Singh2010-05-041-0/+16
* Fix warnings in AMoJoshua Peek2009-09-051-1/+1
* Fix failing AMo isolated testsJoshua Peek2009-09-051-0/+2
* Kill AMo ivar attributes helperJoshua Peek2009-07-201-0/+4
* Initial extraction of AMo xml serializerJoshua Peek2009-07-031-0/+77