aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations
Commit message (Expand)AuthorAgeFilesLines
* Don't eager loading if unneeded for `FinderMethods#exists?`Ryuta Kamizono2017-05-111-0/+1
* Evaluate belongs_to :default option against the owner, not the associationGeorge Claghorn2017-04-271-0/+18
* Restore `fixtures :author_addresses`Ryuta Kamizono2017-04-278-10/+10
* Merge pull request #28885 from kamipo/remove_useless_test_caseRafael França2017-04-261-5/+0
|\
| * Remove useless test caseRyuta Kamizono2017-04-261-5/+0
* | Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-04-268-10/+10
|/
* `respond_to_missing?` should be privateRyuta Kamizono2017-04-221-1/+0
* Don't attempt to create a new record that was already created.Isaac Betesh2017-04-201-0/+20
* Prevent double firing the before save callback of new object when the parent ...Ryuta Kamizono2017-04-211-2/+16
* Load :author_addressesYasuo Honda2017-03-261-1/+1
* Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2017-03-267-9/+9
* Merge pull request #28474 from kamipo/fix_extension_with_darty_targetKasper Timm Hansen2017-03-201-0/+5
|\
| * Fix extension method with dirty target in has_many associationsRyuta Kamizono2017-03-201-0/+5
* | Use `load` rather than `collect` for force loadingRyuta Kamizono2017-03-191-3/+3
|/
* Add :default option to belongs_to (#28453)George Claghorn2017-03-171-0/+20
* Fix select with block doesn't return newly built records in has_many associationRyuta Kamizono2017-03-091-0/+6
* Merge pull request #28210 from cefigueiredo/improve_required_testRafael França2017-02-281-7/+35
|\
| * Ensure that tests will reset belongs_to_requierd_by_default configCarlos Figueiredo2017-02-271-23/+27
| * Make required by default test for belongs_to association clearerCarlos Figueiredo2017-02-271-1/+25
* | Revert "Dupping a CollectionProxy should dup the load_target"eileencodes2017-02-281-8/+0
* | Dupping a CollectionProxy should dup the load_targeteileencodes2017-02-281-0/+8
* | Deprecate `supports_migrations?` on connection adaptersRyuta Kamizono2017-02-271-129/+128
|/
* Merge pull request #25877 from kamipo/delegate_to_scope_rather_than_mergeMatthew Draper2017-02-211-5/+0
|\
| * No need to cache collection proxies separatelyRyuta Kamizono2016-12-251-5/+0
* | Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...Ryuta Kamizono2017-02-121-1/+0
* | Correct spellingBenjamin Fleischer2017-02-052-4/+4
* | Chain scope constraints should respect own table aliasRyuta Kamizono2017-02-011-0/+14
* | Merge pull request #27838 from kamipo/reload_destroyed_through_recordRafael França2017-01-311-0/+7
|\ \
| * | Reload `through_record` that has been destroyed in `create_through_record`Ryuta Kamizono2017-01-291-0/+7
* | | correctly check error messageyuuji.yaginuma2017-01-251-4/+11
|/ /
* | :warning: "Use assert_nil if expecting nil. This will fail in MT6."Akira Matsuda2017-01-182-3/+13
* | Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-1/+1
* | Deprecate reflection class name to accept a classKir Shatrov2017-01-091-2/+4
* | Add failing test for where with joinsNick LaMuro2017-01-061-0/+17
* | Raise error when has_many through is defined before through associationChris Holmes2017-01-041-0/+8
* | Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-01-037-9/+9
* | Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s...Rafael França2017-01-037-9/+9
|\ \
| * | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2016-12-037-9/+9
* | | Remove deprecated support to passing arguments to `#select` when a block is p...Rafael Mendonça França2016-12-291-7/+0
* | | Remove deprecated force reload argument in association readersRafael Mendonça França2016-12-295-30/+0
* | | Remove deprecated i18n scopes in Active RecordRafael Mendonça França2016-12-292-39/+0
* | | Merge pull request #27442 from kamipo/fix_27434Eileen M. Uchitelle2016-12-271-1/+1
|\ \ \ | |_|/ |/| |
| * | Add a record to target before any callbacks loads the recordRyuta Kamizono2016-12-231-1/+1
* | | "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-255-11/+11
* | | Privatize unneededly protected methods in Active Record testsAkira Matsuda2016-12-241-1/+1
|/ /
* | Fix CI failure caused by #25227 and #25280 were merged at the same timeRyuta Kamizono2016-12-101-1/+1
* | Merge pull request #25280 from kamipo/prevent_range_error_for_belongs_to_asso...Sean Griffin2016-12-101-0/+14
|\ \
| * | Prevent `RangeError` for `belongs_to` associationsRyuta Kamizono2016-10-101-0/+14
* | | Resolve association class correctly when assigning ids on a through associationMatthew Draper2016-12-091-0/+7
| |/ |/|
* | Add test for collection *_ids= setter when association primary key setDominic Cleal2016-11-241-0/+14