Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 5595

Show
Ignore:
Timestamp:
11/20/06 11:29:21 (2 years ago)
Author:
bitsweat
Message:

Test has_one :dependent => :nullify with missing association. Closes #4848.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activerecord/CHANGELOG

    r5594 r5595  
    4040* Deprecation: object transactions warning.  [Jeremy Kemper] 
    4141 
    42 * has_one :dependent => :nullify ignores nil associates.  #4828, #6528 [bellis@deepthought.org, janovetz, Jeremy Kemper] 
     42* has_one :dependent => :nullify ignores nil associates.  #4848, #6528 [bellis@deepthought.org, janovetz, Jeremy Kemper] 
    4343 
    4444* 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]