aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/json_serialization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* assert_equal takes expectation firstAkira Matsuda2016-12-261-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* improve error message when include assertions failMichael Grosser2016-09-161-5/+5
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-8/+8
* modernizes hash syntax in activerecordXavier Noria2016-08-061-26/+26
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-12/+12
* rewrite tests to have no side-effects on `include_root_in_json`.Yves Senn2013-03-041-33/+55
* Fix serializable_hash with xml generation and default :except optionCarlos Antonio da Silva2012-06-221-0/+15
* Add some coverage for AR serialization with serializable_hashCarlos Antonio da Silva2012-06-221-0/+32
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Failing test - JSON serialization shouldn't merge base opts into include opts.John Mileham2011-05-261-0/+9
* Fix broken testJon Leighton2010-10-191-1/+5
* Fix the tests (I have actually verified that these are also the 'right' fixes...Jon Leighton2010-10-031-1/+1
* fixed some issues with JSON encodingJakub Suder2010-09-071-0/+7
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* enable AS::JSON.encode to encode AR::Relation by providing `as_json` methodMislav Marohnić2010-07-131-0/+7
* Really make include_root_in_json default to true [#3770 state:resolved]José Valim2010-06-081-11/+8
* Reset class attribute after changing itEvan Phoenix2010-03-221-0/+2
* Fix AR json encodingJeremy Kemper2009-06-081-4/+4
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-56/+56
* Fix the AR json serialization tests to comply with the earlier change to quot...Michael Koziarski2009-01-161-1/+1
* Tweak ActiveRecord::Base#to_json to include a root value in the returned hash...Rick Olson2008-04-011-0/+25
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-3/+3
* belongs_to supports :dependent => :destroy and :delete. Closes #10592.Jeremy Kemper2008-01-191-1/+1
* Fix pathsJeremy Kemper2008-01-181-6/+6
* Move tests to casesJeremy Kemper2008-01-181-0/+180