• S
    Properly create through records when called with `where` · 38218929
    Sean Griffin 提交于
    Various behaviors needed by associations (such as creating the through
    record) are lost when `where` is called, since we stop having a
    `CollectionProxy` and start having an `AssociationRelation` which does
    not contain this behavior. I *think* we should be able to rm
    `AssociationRelation`, but we have tests saying the changes required to
    do that would be bad (Without saying why. Of course. >_>)
    
    Fixes #19073.
    38218929
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 18.2 KB