aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models
Commit message (Expand)AuthorAgeFilesLines
* Add :readonly option to HasManyThrough associations. Closes #11156 [miloops]Pratik Naik2008-03-071-1/+2
* Make dynamic finders respect the :include on HasManyThrough associations. Cl...Michael Koziarski2008-02-182-1/+2
* Introduce the :readonly option to all associations. Records from the associat...Jeremy Kemper2008-02-132-0/+4
* Revert r8742: remove has_many with :group option since it has sketchy sql sup...Jeremy Kemper2008-02-031-1/+0
* Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey Kondrate...Jeremy Kemper2008-02-023-1/+8
* Fixed preloading belongs_to associations which reference a custom foreign key...Jeremy Kemper2008-01-312-0/+8
* Make sure count works on has_many :through associations using :group. Closes...Michael Koziarski2008-01-271-0/+1
* Make sure that belongs_to counter decrements when assigning nil Closes #10804...Michael Koziarski2008-01-261-2/+2
* belongs_to supports :dependent => :destroy and :delete. Closes #10592.Jeremy Kemper2008-01-191-1/+13
* Introduce preload query strategy for eager :includes. Closes #9640.Jeremy Kemper2008-01-191-0/+3
* Fix pathsJeremy Kemper2008-01-181-1/+1
* move assets and modelsJeremy Kemper2008-01-1845-0/+786