aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models
Commit message (Expand)AuthorAgeFilesLines
* Calling ActiveRecord#inspect on an unloaded association won't wipe the collec...Andreas Neuhaus2008-05-081-0/+4
* Ensure correct record is returned when preloading has_one where more than one...Frederick Cheung2008-05-061-0/+2
* Added missing filesDavid Heinemeier Hansson2008-05-011-0/+4
* Fixed AssociationsPreload such that it doesnt require foreign keys to be inte...David Heinemeier Hansson2008-04-301-0/+2
* Change tests against all scope to base scope as all is now used as a finder a...David Heinemeier Hansson2008-04-302-0/+3
* Ensure table names are quoted by the association preloading code.Frederick Cheung2008-04-263-0/+14
* Improve ActiveRecord::Base#table_name unit tests for nested classes. Closes #...Josh Peek2008-04-071-0/+2
* Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Associ...Pratik Naik2008-04-061-0/+14
* Ruby 1.9 compat: work around YAML serialization error exposed by validations ...Jeremy Kemper2008-04-011-3/+2
* 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