aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations
Commit message (Expand)AuthorAgeFilesLines
* Added tests for HABTM associations with counter_sqlTekin Suleyman2008-11-071-0/+23
* Skip collection ids reader optimization if using :finder_sqlJeremy Kemper2008-10-231-0/+7
* Ensure association proxy responds to private class methods defined in associa...Pratik Naik2008-10-161-2/+8
* Allow class methods to be sent (via #send) to association proxy (fix for bug ...Ian White2008-10-161-0/+4
* Ensure methods called on association proxies respect access control. [#1083 s...Pratik Naik2008-10-133-0/+30
* Remove the functionality introduce in 28d3390Michael Koziarski2008-10-101-13/+0
* explicitly including child associations that are also included in the parent ...Will Bryant2008-10-101-1/+41
* Fix has_many :through when the source is a belongs_to association. [#323 stat...Zach Dennis2008-10-043-1/+26
* wrote a test showing eager loading's misbehavior (sanitizing against the wron...Will Bryant2008-09-291-0/+7
* Make AssociationCollection start transactions in the correct database.Hongli Lai (Phusion)2008-09-233-0/+27
* Association#first and last should not load the association if not needed. [#1...Jan De Poorter2008-09-222-1/+14
* applied patch to fix the associations with blocks in modules bug from an old ...Adeh DeSandies2008-09-201-0/+15
* When counting grouped records the target should be loaded to return a valid g...miloops2008-09-151-0/+2
* Support for updating a belongs to association from the foreign key (without s...Jon Leighton2008-09-131-0/+13
* Improve test coverage when using the group option in find, has_many or has_an...miloops2008-09-112-0/+17
* Fix tests that assumed implicit order by idJeremy Kemper2008-08-301-2/+2
* Performance: Better query for ASSOCIATION_ids. Select only ids if the associa...miloops2008-08-303-16/+68
* Refactored AssociationCollection#count for uniformity and Ruby 1.8.7 support.Ernie Miller2008-08-281-0/+7
* Implement count limit/offset support for has_many associationsTarmo Tänav2008-08-271-0/+6
* Alias included associations if needed when doing a countTarmo Tänav2008-08-271-0/+4
* Fix two has_one :through errorspivotal2008-08-271-0/+9
* Fix yet another implicit order dependant testTarmo Tänav2008-08-261-3/+3
* um.. yeahJeremy Kemper2008-08-261-2/+2
* typoJeremy Kemper2008-08-261-2/+2
* fix tests relying on implicit orderingJeremy Kemper2008-08-251-4/+2
* Load the first and not the last has_one result when doing join-based eager lo...Tarmo Tänav2008-08-252-0/+16
* 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
* Fixed ordering in test_find_in_association_with_custom_finder_sql_and_multipl...Tarmo Tänav2008-08-221-1/+1
* remember created records and select a random one instead of relying on sequen...S. Brent Faulkner2008-08-211-12/+30
* Don't interpret decimals as table names in ActiveRecord::Associations::ClassM...Peter Wagenet2008-08-211-0/+7
* Fix has_many#count_records. [#865 state:resolved]Xavier Noria2008-08-211-0/+12
* Fix that has_one natural assignment to already associated record. [#854 state...Jakub Kuźma2008-08-211-0/+10
* Test for eager loading of STI subclasses from htm associationsTarmo Tänav2008-08-161-0/+7
* Updated has_and_belongs_to_many association to fix :finder_sql interpolation....Nathan Witmer2008-08-161-0/+7
* Fixed STI type condition for eager loading of associationsTarmo Tänav2008-08-161-0/+12
* Fixed AssociationCollection#<< resulting in unexpected values in @target when...Ernie Miller2008-08-081-0/+11
* Added missing fixtures for tests which fail to run independently if run after...Tarmo Tänav2008-08-044-4/+4
* Fix file permissionsTarmo Tänav2008-07-312-0/+0
* Fixed test_joins_with_namespaced_model_should_use_correct_type for postgresqlTarmo Tänav2008-07-311-1/+1
* Fix HasManyThroughAssociationsTest tests. [#733 state:resolved]miloops2008-07-311-3/+6
* Use klass.sti_name to make sure associations take store_full_sti_class into a...Daniel Guettler2008-07-221-0/+18
* Make sure association preloading works with full STI class name [#465 state:R...Joachim Garth2008-07-181-0/+36
* Add block syntax to HasManyAssociation#build. [#502 state:resolve]Jason Dew2008-07-141-0/+31
* Add support for :primary_key option to has_one as well as has_many so that a ...Brad Greenlee2008-07-061-0/+7
* Add has_many :primary_key option to allow setting the primary key on a has ma...Andre Arko2008-07-061-0/+4
* Ensure AssociationCollection#size considers all unsaved record. [#305 state:r...Pratik Naik2008-07-021-0/+7
* Make sure associated has_many/habtm objects get saved even when :validate => ...Jan De Poorter2008-06-271-1/+18
* fix mergerick2008-06-194-4/+57
|\
| * Fix quoting in test_counting_with_single_conditionsJeremy Kemper2008-06-111-1/+1