aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
...
* | Properly support conditions on any of the reflections involved in a nested th...Jon Leighton2010-10-193-0/+46
* | Add test_has_one_through_has_one_through_with_belongs_to_source_reflectionJon Leighton2010-10-143-1/+13
* | Added test_has_many_through_has_many_with_has_many_through_habtm_source_refle...Jon Leighton2010-10-141-0/+6
* | First bit of support for habtm in through assocs - test_has_many_through_has_...Jon Leighton2010-10-132-2/+7
* | Add a commented, failing test for using a habtm in a has many through associa...Jon Leighton2010-10-121-0/+8
* | Adding test_has_many_through_has_one_with_has_many_through_source_reflection ...Jon Leighton2010-10-121-0/+5
* | Support has_one through assocs as the source associationJon Leighton2010-10-124-6/+14
* | Add support for nested through associations in JoinAssociation. Hence Foo.joi...Jon Leighton2010-10-091-0/+14
* | Refactoring JoinDependency and friends. This improves the code (IMO) includin...Jon Leighton2010-10-061-0/+6
* | Add support for table aliasing, with a test that needs aliasing in order to w...Jon Leighton2010-10-024-1/+31
* | Initial nested_has_many_through support [#1152]Bodaniel Jeanes2010-09-261-0/+2
|/
* order should always be concatenated.Neeraj Singh2010-09-051-0/+5
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-147-12/+11
* test and fix collection_singular_ids= with string primary keys [#5125 state:r...Robert Pankowecki2010-08-021-1/+1
* update_attribute should not update readonly attributesNeeraj Singh2010-07-211-0/+1
* string IDs are now quoted correctly [#5064 state:resolved]Will St. Clair + Neeraj Singh2010-07-133-0/+11
* reset_counter should work with non-traditional belongs_to and polymorphic bel...Neeraj Singh2010-07-081-0/+4
* Test for concatenated orders addedSantiago Pastorino2010-06-261-1/+1
* Support fixtures for namespaced models [#2965 state:resolved]Andrew White2010-04-252-0/+9
* fixing invalid yaml [#4424 state:resolved]Aaron Patterson2010-04-171-1/+2
* Refactor compute_type to handle situations where the correct class is already...Andrew White2010-04-123-0/+11
* Add inverse polymorphic association support. [#3520 state:resolved]George Ogata2009-12-282-1/+9
* Revert "Revert "Assert primary key does not exist in habtm when the associati...Jeremy Kemper2009-11-231-2/+1
* Fix has_one with foreign_key and primary_key association bug which caused the...Graeme Porteous2009-09-121-0/+1
* Revert "Assert primary key does not exist in habtm when the association is de...Jeremy Kemper2009-09-021-1/+2
* Assert primary key does not exist in habtm when the association is defined, i...José Valim2009-09-011-2/+1
* Fix that counter_cache breaks with has_many :dependent => :nullify.Gabe da Silveira2009-08-091-0/+3
* Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a...Pratik Naik2009-07-011-0/+8
* Revert "Generate proper :counter_sql from :finder_sql when there is a newline...Yehuda Katz + Carl Lerche2009-06-221-8/+0
* Generate proper :counter_sql from :finder_sql when there is a newline charact...Patrick Joyce2009-06-211-0/+8
* Fixed limited eager loading associations with numbers in the name [#2668 stat...Benjamin Floering2009-05-181-1/+4
* Revert "Fixed bug with polymorphic has_one :as pointing to an STI record"Jeremy Kemper2009-05-112-6/+2
* Providing support for :inverse_of as an option to associations.Murray Steele2009-05-044-0/+46
* Fixed bug with polymorphic has_one :as pointing to an STI recordRuy Asan2009-05-012-2/+6
* Ensure has_many :through works with changed primary keys [#736 state:resolved]Jim Remsik and Tim Pope2009-03-091-0/+4
* Preload uses exclusive scope [#643 state:resolved]Frederick Cheung2008-12-261-1/+10
* Fix preloading of has_one :through associations on belongs_to [#1507 state:re...Matt Jones2008-12-182-1/+9
* fix assignment to has_one :through associations.Matt Jones2008-11-151-0/+5
* Added :constructor and :converter options to composed_of and deprecated the c...Rob Anderton2008-09-101-1/+10
* Add has_many :primary_key option to allow setting the primary key on a has ma...Andre Arko2008-07-061-0/+1
* Added missing filesDavid Heinemeier Hansson2008-05-011-0/+12
* Ensure table names are quoted by the association preloading code.Frederick Cheung2008-04-262-0/+24
* Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]Rick Olson2008-03-241-2/+22
* has_one :through supports :source_type. Fix up some tests. References #4756.Jeremy Kemper2008-03-221-1/+7
* Add has_one :through support, finally. Closes #4756 [thechrisoshow]Rick Olson2008-03-214-0/+33
* Fix that batched :include would pull in duplicate records in some cases. Clos...Jeremy Kemper2008-02-281-1/+4
* Fix preloading nil polymorphic belongs_to. Closes #11218 [matrix9180]Jeremy Kemper2008-02-271-1/+4
* Make dynamic finders respect the :include on HasManyThrough associations. Cl...Michael Koziarski2008-02-181-0/+5
* Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey Kondrate...Jeremy Kemper2008-02-021-0/+7
* Fixed preloading belongs_to associations which reference a custom foreign key...Jeremy Kemper2008-01-312-0/+21