aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Add first/last methods to associations/named_scope. [#226 state:resolved]Ryan Bates2008-05-201-2/+2
* Calling ActiveRecord#inspect on an unloaded association won't wipe the collec...Andreas Neuhaus2008-05-081-0/+6
* Use schema.rb for all databasesFrederick Cheung2008-04-221-1/+1
* Split associations_test.rb into multiple files based on association type. [Pr...Pratik Naik2008-04-061-2382/+0
* Ensure that save on parent object fails for invalid has_one association. Clos...Pratik Naik2008-04-061-0/+12
* Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Associ...Pratik Naik2008-04-061-3/+191
* Ensure HABTM#create and HABTM#build do not load entire association. [Pratik]Pratik Naik2008-04-051-13/+27
* Add efficient #include? to AssociationCollection (for has_many/has_many :thro...Rick Olson2008-04-011-0/+60
* Partial updates include only unsaved attributes. Off by default; set YourClas...Jeremy Kemper2008-03-311-1/+2
* Fixed that has_many :through would ignore the hash conditions (closes #11447)...David Heinemeier Hansson2008-03-281-0/+5
* Make sure ActiveRecord tests can run individually. Closes #11425 [thechrisosh...Pratik Naik2008-03-281-1/+1
* Fix duplicate table alias error when including an association with a has_many...Rick Olson2008-03-261-1/+6
* has_one :through supports :source_type. Fix up some tests. References #4756.Jeremy Kemper2008-03-221-4/+15
* Allow association scoping for built/created records if :conditions is specifi...Rick Olson2008-03-211-0/+24
* Add has_one :through support, finally. Closes #4756 [thechrisoshow]Rick Olson2008-03-211-1/+62
* Add :readonly option to HasManyThrough associations. Closes #11156 [miloops]Pratik Naik2008-03-071-0/+5
* Introduce the :readonly option to all associations. Records from the associat...Jeremy Kemper2008-02-131-0/+20
* Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey Kondrate...Jeremy Kemper2008-02-021-1/+10
* Make sure that belongs_to counter decrements when assigning nil Closes #10804...Michael Koziarski2008-01-261-0/+12
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-8/+8
* belongs_to supports :dependent => :destroy and :delete. Closes #10592.Jeremy Kemper2008-01-191-1/+18
* Introduce preload query strategy for eager :includes. Closes #9640.Jeremy Kemper2008-01-191-0/+5
* Fix pathsJeremy Kemper2008-01-181-17/+17
* Move tests to casesJeremy Kemper2008-01-181-0/+2177