aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations
Commit message (Expand)AuthorAgeFilesLines
* Don't rely on subsecond precision being applied in testsSean Griffin2015-09-232-2/+6
* Merge pull request #21581 from ronakjangir47/restrict_with_errorYves Senn2015-09-172-0/+37
|\
| * `restrict_with_error` message will now respect owner’s human name in any lo...Ronak Jangir2015-09-122-0/+37
|/
* HasManyAssociation: moved half of counter cache code to reflectionBogdan Gusiev2015-09-031-1/+1
* Removed duplicate require ‘models/computer’Ronak Jangir2015-08-261-1/+0
* Removed mocha from Active Record Part 1Ronak Jangir2015-08-253-35/+42
* Only nullify persisted has_one target associationsAgis-2015-08-241-0/+8
* Merge pull request #21284 from prakashlaxkar/argument_error_testsYves Senn2015-08-181-0/+8
* Merge pull request #19683 from tristang/require-option-for-counter-cacheRafael Mendonça França2015-08-132-0/+40
|\
| * Add tests for associations without counter_cacheTristan Gamilis2015-04-092-0/+40
* | use `assert_not` instead of `refute` as mentioned in our guides.Yves Senn2015-08-131-2/+2
* | Skip statement cache on through association readerRafael Mendonça França2015-08-122-9/+58
* | use correct DB connection for generated HABTM tableMatt Hanlon2015-08-071-0/+12
* | Use memoization for collection associations ids readerMehmet Emin İNAÇ2015-08-031-0/+8
* | Merge pull request #20849 from vngrs/misleading_nested_exceptionsRafael Mendonça França2015-07-272-1/+8
|\ \
| * | Fix misleading errors for has_one through relationsMehmet Emin İNAÇ2015-07-222-1/+8
* | | `destroy` shouldn't raise when child associations fail to saveSean Griffin2015-07-241-0/+30
|/ /
* | Deprecate and rename the keys for association restrict_dependent_destroyRoque Pinel2015-07-202-0/+39
* | Silence deprecation warning from force reloadPrem Sichanugrist2015-07-167-87/+98
* | Deprecate force association reload by passing truePrem Sichanugrist2015-07-156-0/+36
* | Correct through associations using scopesSean Griffin2015-06-301-0/+7
* | Merge pull request #20552 from jamesdabbs/belongs-to-polymorphic-force-reloadYves Senn2015-06-231-0/+2
|\ \
| * | Fix `undefined method uncached` for polymorphic belongs_to #20426James Dabbs2015-06-131-0/+1
* | | Merge pull request #20545 from dcrec1/20541Yves Senn2015-06-231-0/+26
|\ \ \
| * | | thrown ActiveRecord::AssociationTypeMismatch when assigning a wrong value for...Diego Carrion2015-06-221-0/+18
|/ / /
* / / raise ActiveModel::MissingAttributeError when trying to access a relationship...Diego Carrion2015-06-161-0/+4
|/ /
* | add `extend` option on `has_and_belongs_to_many`.keepcosmos2015-05-261-0/+15
* | deprecate `Relation#uniq` use `Relation#distinct` instead.Yves Senn2015-05-264-11/+11
* | remove duplicate test.Yves Senn2015-05-081-10/+2
* | AR::RecordNotSaved & RecordNotDestroyed should include an error messageYuki Nishijima2015-05-011-1/+2
* | Rename association option :class to :anonymous_classAndrew White2015-04-213-14/+14
* | Batch touch parent recordsArthur Neves2015-04-081-0/+18
|/
* Fix a regression introduced by removing unnecessary db call when replacingShintaro Kojima2015-04-041-0/+2
* Fix eager loading association using default_scope for finder methods.Santosh Wadghule2015-03-311-0/+17
* Merge pull request #19348 from Empact/null-scopeYves Senn2015-03-181-0/+12
|\
| * Reuse the CollectionAssociation#reader proxy cache if the foreign key is pres...Ben Woosley2015-03-151-0/+12
* | Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-163-3/+3
|/
* Revert ":cut: remove unnecessary rescue Exceptions"Yves Senn2015-03-061-1/+1
* :cut: remove unnecessary rescue ExceptionsAaron Patterson2015-03-051-1/+1
* Merge pull request #19105 from amatsuda/array_takeSean Griffin2015-03-021-0/+13
|\
| * Preserve Array#take(n) behaviour of HasManyAssociationAkira Matsuda2015-02-281-0/+13
* | Merge pull request #19077 from robin850/unknown-attribute-errorSean Griffin2015-03-021-1/+1
|\ \ | |/ |/|
| * Follow-up to #10776Robin Dupret2015-02-261-1/+1
* | Properly create through records when called with `where`Sean Griffin2015-02-261-0/+6
* | Merge pull request #17297 from rebyn/fix/17161-remove-objs-from-has_many-upda...Rafael Mendonça França2015-02-251-0/+25
|\ \ | |/ |/|
| * Add specs for adding-to/clear has_many collections’s behavior on `updated_at`Tu Hoang2014-10-301-0/+25
* | Require `belongs_to` by default.Josef Šimánek2015-02-211-0/+50
* | Merge branch 'rm-take' into 4-1-stableRafael Mendonça França2015-02-201-1/+29
* | Optimize none? and one? relation query methods to use LIMIT and COUNT.Eugene Gilburg2015-02-121-0/+76
* | Merge branch 'master' into pr/18316Mingdong Luo2015-01-317-70/+45
|\ \