aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations
Commit message (Expand)AuthorAgeFilesLines
* Tidy up previous commit.José Valim2010-08-021-1/+1
* test and fix collection_singular_ids= with string primary keys [#5125 state:r...Robert Pankowecki2010-08-021-1/+39
* Don't increment and then decrement the same counter when re-assigning a belon...Tarmo Tänav2010-07-291-0/+4
* fixed joining of attributes when using find_or_create_by with multiple attrib...Jon Buda2010-07-281-0/+9
* removing unused models from testsSubba Rao Pasupuleti2010-07-214-11/+0
* Timestamp columns of HABTM join table should record timestampsNeeraj Singh2010-07-211-1/+34
* Ensure that primary_keys of HABTM records is not double quotedNeeraj Singh2010-07-201-0/+18
* Removed warnings when a variable is shadowedŁukasz Strzałkowski2010-07-191-2/+2
* fixing typeo. thanks bamnet!Aaron Patterson2010-07-161-1/+1
* JoinDependency#graft does not properly set parent join [#5124 state:resolved]David Genord II2010-07-161-0/+7
* Remove unintentional API changes. [#1108]Pratik Naik2010-07-141-41/+9
* count method should not take options if it is operated on has_many associatio...Neeraj Singh2010-07-131-0/+26
* string IDs are now quoted correctly [#5064 state:resolved]Will St. Clair + Neeraj Singh2010-07-131-1/+11
* renaming test name to fix accidently overrideSubba Rao Pasupuleti2010-07-131-1/+1
* Eager loading :through associations will join the :source model if there are ...Grant Ammons2010-07-081-0/+6
* fix ActiveRecord `destroy_all` so it returns destroyed recordsMislav Marohnić2010-07-081-2/+5
* This test never runs and it has never run. Since the day this fileNeeraj Singh2010-07-081-4/+0
* Fixed gruoped_by_title spelling [#5063 state:committed]Ben Somers2010-07-081-2/+2
* AssociationCollection#create_by_*, find_or_create_by_* work properly now. [#1...Aaron Patterson2010-06-291-0/+62
* Order is not guaranteed here, ordering by id of people table makes it workSantiago Pastorino2010-06-251-2/+2
* Make sure about which is the first element of the query, fixes a postgresql 8...Santiago Pastorino2010-06-091-2/+2
* Fix multiple self-referencing eager loads failing to join multiple timesErnie Miller2010-06-081-1/+9
* Merge remote branch 'rsim/oracle_enhanced_rails3'wycats2010-06-072-1/+5
|\
| * fix test_belongs_to_with_primary_key_joins_on_correct_column test on OracleRaimonds Simanovskis2010-06-041-0/+4
| * do order by id when finding first fixture to ensure that it is correct oneRaimonds Simanovskis2010-06-041-1/+1
* | removes Array#random_element and backports Array#sample from Ruby 1.9, thanks...Xavier Noria2010-06-051-7/+7
|/
* Use better assertion methods for testingNeeraj Singh2010-05-198-31/+24
* Change on Array extension from rand => random_element [#4555 state:committed]Santiago Pastorino2010-05-161-7/+7
* Make use of assert_equal to test equallity between object assert expects and ...Santiago Pastorino2010-05-161-1/+1
* Fix for get_ids when including a belongs_to association on a has_many associa...Diego Algorta2010-05-151-0/+4
* Fix eager loading of associations causing table name collisionsErnie Miller2010-04-281-0/+9
* kill warnings on 1.8.7 [#4331 state:resolved]Aaron Patterson2010-04-101-4/+4
* Add tests to prevent regression of lazy evaluation of has_many ..., :dependen...Andrew White2010-04-041-0/+18
* Dont try to load the record from the db if preloading didn't find anythingPratik Naik2010-03-311-0/+6
* Fix failing test in MySQL.Emilio Tagua2010-03-301-3/+8
* Fix honoring :primary_key option when joining or eager loading a belongs_to a...Ernie Miller2010-03-291-0/+13
* Add :dependent = to has_one and has_many [#3075 state:resolved]Rizwan Reza2010-03-283-2/+24
* removing dead code from activerecord tests. [#4187 state:resolved]Aaron Patterson2010-03-152-21/+0
* cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]Aaron Patterson2010-03-153-5/+5
* Hack to keep column metadata queries out of test query countsJeremy Kemper2010-03-151-3/+7
* Fix associations to call :destroy or :delete based on the right :dependent op...Carlos Antonio da Silva2010-03-093-27/+29
* Remove find_with_associations and related code from associations now that Rel...Pratik Naik2010-01-201-15/+0
* Make scopes use relations under the hoodPratik Naik2010-01-161-28/+0
* Remove the test which was testing a non-existing method, always failing on 1....Pratik Naik2010-01-021-6/+0
* Oops. Remove debug information inside a test from the previous commitPratik Naik2009-12-291-2/+0
* Migrate all the calculation methods to RelationPratik Naik2009-12-291-0/+2
* Don't publicize with_scope for tests since it may shadow public misuseJeremy Kemper2009-12-281-4/+4
* Fix pg testJeremy Kemper2009-12-281-1/+2
* Make polymorphic_inverse_of in Reflection throw an InverseOfAssociationNotFou...Murray Steele2009-12-281-2/+15
* Provide a slightly more robust we_can_set_the_inverse_on_this? method for pol...Murray Steele2009-12-281-1/+16