aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/json_serialization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35891 from Shopify/schema-cache-deduplicationKasper Timm Hansen2019-06-191-1/+1
|\
| * Deduplicate various Active Record schema cache structuresJean Boussier2019-06-031-1/+1
* | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
|/
* Use respond_to test helpersDaniel Colson2018-01-251-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Merge pull request #25564 from brewski/serializable_hash_fixSean Griffin2017-07-171-4/+2
|\
| * Correctly handle frozen options for ActiveRecord::Serialization#serializable_...Brian Abreu2016-12-091-4/+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
* | Restore `fixtures :author_addresses`Ryuta Kamizono2017-04-271-1/+1
* | Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-04-261-1/+1
* | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2017-03-261-1/+1
* | Allow ActiveRecord::Base.as_json to accept a frozen HashIsaac Betesh2017-02-081-0/+11
* | Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-01-031-1/+1
* | Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s...Rafael França2017-01-031-1/+1
|\ \
| * | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2016-12-031-1/+1
| |/
* / 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