aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/belongs_to_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix honoring :primary_key option when joining or eager loading a belongs_to a...Ernie Miller2010-03-291-0/+13
* Add :dependent = to has_one and has_many [#3075 state:resolved]Rizwan Reza2010-03-281-1/+7
* Fix associations to call :destroy or :delete based on the right :dependent op...Carlos Antonio da Silva2010-03-091-6/+26
* Removed duplicated tests [#3026 state:resolved]Arthur Zapparoli2009-08-101-18/+0
* added :order option to find :first methods and associations as otherwise Orac...Raimonds Simanovskis2009-08-061-2/+4
* Add primary_key option to belongs_to associationSzymon Nowak2009-07-151-0/+98
* Fixed autosave checks on objects with hm:t in :include [#2213 state:resolved]Will Bryant2009-03-121-0/+16
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-2/+2
* Ensure belongs_to association with a counter cache in name spaced model works...Adam Cooper2009-03-061-0/+17
* Fixed that autosave should validate associations even if master is invalid [#...David Heinemeier Hansson2009-02-271-129/+0
* Ensure methods called on association proxies respect access control. [#1083 s...Pratik Naik2008-10-131-0/+10
* Remove the functionality introduce in 28d3390Michael Koziarski2008-10-101-13/+0
* Support for updating a belongs to association from the foreign key (without s...Jon Leighton2008-09-131-0/+13
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Add :validate option to associations. [#301 state:resolved]Jan De Poorter2008-06-111-0/+19
* belongs_to polymorphic association assignments update the foreign_id and fore...Tim Harper2008-05-311-1/+28
* Added :select option to has_one and belongs_to, remove unused :order option o...josevalim2008-05-241-0/+5
* Don't rely on association proxying object_id. [#225 state:resolved]Jeremy Kemper2008-05-191-2/+2
* Revert "Ensure that save on child object fails for invalid belongs_to associa...Michael Koziarski2008-04-111-12/+0
* Ensure that save on child object fails for invalid belongs_to association. Cl...Pratik Naik2008-04-101-0/+12
* Split associations_test.rb into multiple files based on association type. [Pr...Pratik Naik2008-04-061-0/+380