aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/has_one_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* When assigning a has_one, if anything fails, the assignment should be rolled ...Jon Leighton2011-01-111-2/+5
* When assigning a has_one, if the new record fails to save, raise an errorJon Leighton2011-01-111-14/+14
* When assigning a has_one, if the existing record fails to be removed from the...Jon Leighton2011-01-111-0/+12
* has_one should always remove the old record (properly), even if not saving th...Jon Leighton2011-01-111-10/+25
* Construct an actual ActiveRecord::Relation object for the association scope, ...Jon Leighton2011-01-071-8/+0
* Remove undocumented feature from has_one where you could pass false as the se...Jon Leighton2011-01-031-29/+0
* removing unused variablesAaron Patterson2010-11-221-4/+3
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-2/+2
* Set attributes properly for model built from association with conditions [#55...Marcelo Giorgi2010-09-281-0/+5
* code gardening: we have assert_(nil|blank|present), more concise, with better...Xavier Noria2010-08-171-1/+1
* Use better assertion methods for testingNeeraj Singh2010-05-191-4/+4
* Add :dependent = to has_one and has_many [#3075 state:resolved]Rizwan Reza2010-03-281-1/+9
* removing dead code from activerecord tests. [#4187 state:resolved]Aaron Patterson2010-03-151-9/+0
* Fix associations to call :destroy or :delete based on the right :dependent op...Carlos Antonio da Silva2010-03-091-2/+2
* Remove the test which was testing a non-existing method, always failing on 1....Pratik Naik2010-01-021-6/+0
* Make has_one with :conditions hash scope build or creation of the associated ...Luciano G Panaro2009-09-281-0/+18
* Fix has_one with foreign_key and primary_key association bug which caused the...Graeme Porteous2009-09-121-0/+9
* Deprecate Error#on(attribute) in favour of Errors#[attribute]Pratik Naik2009-03-201-2/+2
* 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-5/+5
* Ensure replacing has_one associations respects the supplied :dependent option...Dimitri Krassovski2009-03-061-0/+18
* Fixed that autosave should validate associations even if master is invalid [#...David Heinemeier Hansson2009-02-271-87/+0
* Ensure methods called on association proxies respect access control. [#1083 s...Pratik Naik2008-10-131-0/+10
* Fix that has_one natural assignment to already associated record. [#854 state...Jakub Kuźma2008-08-211-0/+10
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Add support for :primary_key option to has_one as well as has_many so that a ...Brad Greenlee2008-07-061-0/+7
* Add :validate option to associations. [#301 state:resolved]Jan De Poorter2008-06-111-0/+12
* Fix faulty tests introduced in 8d0b4fa39Michael Koziarski2008-05-241-1/+1
* Added :select option to has_one and belongs_to, remove unused :order option o...josevalim2008-05-241-0/+5
* Split associations_test.rb into multiple files based on association type. [Pr...Pratik Naik2008-04-061-0/+318