aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure that belongs_to counter decrements when assigning nil Closes #10804...Michael Koziarski2008-01-261-0/+1
* Add missing author_addresses.yml fixture. Closes #10592.Jeremy Kemper2008-01-211-0/+5
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-0/+1
* belongs_to supports :dependent => :destroy and :delete. Closes #10592.Jeremy Kemper2008-01-191-0/+2
* move schemaJeremy Kemper2008-01-1834-2939/+0
* move migrationsJeremy Kemper2008-01-1812-130/+0
* move assets and modelsJeremy Kemper2008-01-1847-788/+0
* Fixtures: removed support for the ancient pre-YAML file format. Closes #10736.Jeremy Kemper2008-01-0811-21/+7
* More thoroughly quote table names. Exposes some issues with sqlite2 adapter. ...Jeremy Kemper2008-01-053-0/+12
* Eager belongs_to :include infers the foreign key from the association name ra...Jeremy Kemper2007-12-211-1/+1
* Ensure that the :uniq option for has_many :through associations retains the o...Rick Olson2007-12-111-0/+2
* Fixed that habtm associations should be able to set :select as part of their ...David Heinemeier Hansson2007-12-051-0/+1
* Foxy fixtures: support single-table inheritance. Closes #10234.Jeremy Kemper2007-11-263-0/+16
* Foxy fixtures: allow mixed usage to make migration easier and more attractive...Jeremy Kemper2007-11-266-5/+23
* Fixed that create table with :id => false and fixtures don't play nice togeth...David Heinemeier Hansson2007-11-253-0/+14
* Add example.log for binary escaping test. References #10176.Jeremy Kemper2007-11-221-0/+1
* Dynamic finders on association collections respect association :limit. Closes...Jeremy Kemper2007-11-211-0/+1
* Make Dynamic Finders on Association Collections Respect Association :order [p...Michael Koziarski2007-11-211-0/+1
* Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 [j...Michael Koziarski2007-11-205-0/+7
* Fix HasManyThrough Association so it uses :conditions on the HasMany Associat...Rick Olson2007-11-112-0/+2
* Fix has_many :through delete with custom foreign keys. Closes #6466.Jeremy Kemper2007-10-274-0/+26