aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
...
| | * Make serialized fixtures work againPratik Naik2010-12-291-0/+6
| | * Associations: DRY up the code which is generating conditions, and make it all...Jon Leighton2010-12-261-1/+0
| | * Fix dodgy tests which were effectively asserting nil == nilJon Leighton2010-12-261-0/+1
| | * using arel to compile sql statementsAaron Patterson2010-12-251-0/+1
| | * If a has_many goes :through a belongs_to, and the foreign key of the belongs_...Jon Leighton2010-12-235-8/+20
| * | IdentityMap - Tests for IMMarcin Raczkowski2010-11-191-0/+4
| |/
| * Add some tests for functionality in JoinAssociation which already exists but ...Jon Leighton2010-10-131-0/+6
* | Support the :primary_key option on a through reflection in a nested through a...Jon Leighton2010-10-191-0/+2
* | Support for :primary_key option on the source reflection of a through associa...Jon Leighton2010-10-192-1/+2
* | Respect the :primary_key option on the through_reflection of (non-nested) thr...Jon Leighton2010-10-191-0/+6
* | 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