aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Added some has_many testsJan De Poorter2008-06-111-3/+3
| * Add :validate option to associations. [#301 state:resolved]Jan De Poorter2008-06-113-0/+42
| * Fix conditions and order on join tables with limited eager loading. [#372 st...Tiago Macedo2008-06-081-1/+12
* | fix eager loading with dynamic findersBrandon Keepers2008-06-092-0/+12
|/
* belongs_to polymorphic association assignments update the foreign_id and fore...Tim Harper2008-05-311-1/+28
* Ensure query assertion counts are the same when partial updates are enabledJeremy Kemper2008-05-302-0/+3
* Ensure AssociationCollection#count works with empty condition. [#271 state:re...Pratik Naik2008-05-291-0/+4
* Fix faulty tests introduced in 8d0b4fa39Michael Koziarski2008-05-241-1/+1
* Added :select option to has_one and belongs_to, remove unused :order option o...josevalim2008-05-242-0/+10
* Add first/last methods to associations/named_scope. [#226 state:resolved]Ryan Bates2008-05-203-0/+70
* Don't rely on association proxying object_id. [#225 state:resolved]Jeremy Kemper2008-05-191-2/+2
* When preloading group by reflection rather than by class [#125 state:resolved]Frederick Cheung2008-05-111-0/+6
* Fix blank conditions on AssociationCollection#find. [#104 state:resolved]Jonathan Viney2008-05-111-1/+7