mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Test has_one :dependent => :nullify with missing association. Closes #4848.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5595 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
ced5d89425
commit
6e1012fc9c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
* Deprecation: object transactions warning. [Jeremy Kemper]
|
||||
|
||||
* has_one :dependent => :nullify ignores nil associates. #4828, #6528 [bellis@deepthought.org, janovetz, Jeremy Kemper]
|
||||
* has_one :dependent => :nullify ignores nil associates. #4848, #6528 [bellis@deepthought.org, janovetz, Jeremy Kemper]
|
||||
|
||||
* Oracle: resolve test failures, use prefetched primary key for inserts, check for null defaults, fix limited id selection for eager loading. Factor out some common methods from all adapters. #6515 [Michael Schoen]
|
||||
|
||||
|
|
Loading…
Reference in a new issue