aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models
Commit message (Expand)AuthorAgeFilesLines
* Fixed that has_many :through would ignore the hash conditions (closes #11447)...David Heinemeier Hansson2008-03-281-0/+5
* Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]Rick Olson2008-03-244-0/+34
* has_one :through supports :source_type. Fix up some tests. References #4756.Jeremy Kemper2008-03-221-1/+2
* Allow association scoping for built/created records if :conditions is specifi...Rick Olson2008-03-211-0/+3
* Add has_one :through support, finally. Closes #4756 [thechrisoshow]Rick Olson2008-03-214-0/+28
* 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