~vcs-imports/rails/trunk

« back to all changes in this revision

Viewing changes to activerecord/CHANGELOG

  • Committer: pratik
  • Date: 2008-04-06 02:32:51 UTC
  • Revision ID: vcs-imports@canonical.com-20080406023251-lkilnjvksqwxx2dn
Ensure that save on parent object fails for invalid has_one association. Closes #10518. [Pratik]

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
*SVN*
2
2
 
 
3
* Ensure that save on parent object fails for invalid has_one association. Closes #10518. [Pratik]
 
4
 
3
5
* Remove duplicate code from associations. [Pratik]
4
6
 
5
7
* Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Association callbacks and <association>_ids= now work with hm:t. #11516 [rubyruy]