aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/has_one_through_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* More exercise singular association queryRyuta Kamizono2018-11-281-0/+7
* Using existing models for building multiple has_one through testsRyuta Kamizono2018-04-221-16/+12
* Fix .new with multiple through associationsSam DeCesare2018-04-091-0/+22
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-8/+8
* Fix building has_one through recordRyuta Kamizono2018-01-231-0/+12
* Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-5/+5
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+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
* Reload `through_record` that has been destroyed in `create_through_record`Ryuta Kamizono2017-01-291-0/+7
* 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
* | "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-3/+3
|/
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* improve error message when include assertions failMichael Grosser2016-09-161-5/+5
* Add three new rubocop rulesRafael Mendonça França2016-08-161-5/+5
* modernizes hash syntax in activerecordXavier Noria2016-08-061-24/+24
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-39/+39
* Skip statement cache on through association readerRafael Mendonça França2015-08-121-9/+30
* Fix misleading errors for has_one through relationsMehmet Emin İNAÇ2015-07-221-0/+7
* Silence deprecation warning from force reloadPrem Sichanugrist2015-07-161-2/+4
* Deprecate force association reload by passing truePrem Sichanugrist2015-07-151-0/+6
* Require missing association in testSean Griffin2014-12-021-0/+1
* Raise an error for has_one associations which try to go :through a polymorphi...Tu Hoang2014-10-151-0/+6
* Through associations should set both parent ids on join modelsSean Griffin2014-06-131-0/+14
* Raise `ArgumentError` when `has_one` is used with `counter_cache`Godfrey Chan2013-11-291-0/+8
* Unneeded assertionAkira Matsuda2013-07-291-1/+1
* make test not depend on orderNeeraj Singh2013-07-281-0/+1
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-13/+13
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-7/+7
* Deprecate update_column in favor of update_columns.Rafael Mendonça França2012-07-241-2/+2
* remove deprecated callsJon Leighton2012-04-271-6/+6
* find and replace deprecated keysJon Leighton2012-04-271-7/+7
* %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...Jon Leighton2012-04-271-7/+7
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-161-3/+3
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-291-3/+3
* 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
* Don't use select() values from the join model of a through association. Fixes...Jon Leighton2011-05-111-0/+4
* Added new #update_column method.Sebastian Martinez2011-03-271-2/+2
* Revert "Removed #update_attribute method. New #update_column method."Sebastian Martinez2011-03-271-2/+2
* Removed #update_attribute method. New #update_column method.Sebastian Martinez2011-03-261-2/+2
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-7/+64
|\
| * Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-181-2/+2
| |\
| | * Split AssociationProxy into an Association class (and subclasses) which manag...Jon Leighton2011-02-181-2/+2
| * | Run tests without IdentityMap when IM=false is given.Emilio Tagua2011-02-151-2/+2