aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/has_many_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* When counting grouped records the target should be loaded to return a valid g...miloops2008-09-151-0/+2
* Improve test coverage when using the group option in find, has_many or has_an...miloops2008-09-111-0/+5
* Performance: Better query for ASSOCIATION_ids. Select only ids if the associa...miloops2008-08-301-7/+23
* Implement count limit/offset support for has_many associationsTarmo Tänav2008-08-271-0/+6
* Fix has_many#count_records. [#865 state:resolved]Xavier Noria2008-08-211-0/+12
* Added missing fixtures for tests which fail to run independently if run after...Tarmo Tänav2008-08-041-1/+1
* Fixed test_joins_with_namespaced_model_should_use_correct_type for postgresqlTarmo Tänav2008-07-311-1/+1
* Use klass.sti_name to make sure associations take store_full_sti_class into a...Daniel Guettler2008-07-221-0/+18
* Add block syntax to HasManyAssociation#build. [#502 state:resolve]Jason Dew2008-07-141-0/+31
* 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 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-111-0/+11
* Ensure query assertion counts are the same when partial updates are enabledJeremy Kemper2008-05-301-0/+2
* Ensure AssociationCollection#count works with empty condition. [#271 state:re...Pratik Naik2008-05-291-0/+4
* Add first/last methods to associations/named_scope. [#226 state:resolved]Ryan Bates2008-05-201-0/+66
* Fix blank conditions on AssociationCollection#find. [#104 state:resolved]Jonathan Viney2008-05-111-1/+7
* Fix include? on has_many collections with finder_sql to fall back to Array in...Joshua Bates2008-04-231-0/+11
* Split associations_test.rb into multiple files based on association type. [Pr...Pratik Naik2008-04-061-0/+843