aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/has_one_through_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-151-6/+57
| |\|
| | * Get rid of set_association_target and association_loaded? as the parts of the...Jon Leighton2011-01-111-1/+1
| | * Allow assignment on has_one :through where the owner is a new record [#5137 s...Jon Leighton2011-01-031-0/+22
| | * If a has_many goes :through a belongs_to, and the foreign key of the belongs_...Jon Leighton2010-12-231-0/+15
| | * Verify that has_one :through preload respects the :conditions [#2976 state:re...Will Bryant2010-12-231-0/+12
| | * Don't allow a has_one association to go :through a collection association [#2...Jon Leighton2010-12-231-5/+7
| | * Fix for default_scope tests to ensure comparing of equally sorted listsRaimonds Simanovskis2010-12-231-1/+1
| |/
| * Respect the default_scope on a join model when reading a through associationJon Leighton2010-12-161-1/+9
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-12-121-0/+17
|\|
| * test case on has_one :through after a destroyJohn Hawthorn2010-11-291-0/+17
* | Fix naughty trailing whitespaceJon Leighton2010-10-311-6/+6
* | Support for :primary_key option on the source reflection of a through associa...Jon Leighton2010-10-191-3/+9
* | Respect the :primary_key option on the through_reflection of (non-nested) thr...Jon Leighton2010-10-191-1/+19
|/
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-7/+7
* string IDs are now quoted correctly [#5064 state:resolved]Will St. Clair + Neeraj Singh2010-07-131-1/+11
* This test never runs and it has never run. Since the day this fileNeeraj Singh2010-07-081-4/+0
* Allow ho:through#build when the owner is a new record [#1749 state:resolved]Tristan Dunn2009-08-101-0/+10
* has_one :through should not create a new association when assigned nil [#698 ...Daniel Guettler2009-05-171-1/+8
* Fixed autosave checks on objects with hm:t in :include [#2213 state:resolved]Will Bryant2009-03-121-0/+16
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-2/+2
* Fix preloading of has_one :through associations on belongs_to [#1507 state:re...Matt Jones2008-12-181-1/+16
* fix assignment to has_one :through associations.Matt Jones2008-11-151-1/+39
* Ensure methods called on association proxies respect access control. [#1083 s...Pratik Naik2008-10-131-0/+10
* Fix two has_one :through errorspivotal2008-08-271-0/+9
* Load the first and not the last has_one result when doing join-based eager lo...Tarmo Tänav2008-08-251-0/+10
* Implement old-skool eagerloading for has_one :throughFrederick Cheung2008-08-251-0/+16
* Fix preloading of has_one through associationsFrederick Cheung2008-08-251-5/+9
* Split associations_test.rb into multiple files based on association type. [Pr...Pratik Naik2008-04-061-0/+74