• Y
    deal with `#append` and `#prepend` on association collections. · b9399c47
    Yves Senn 提交于
    Closes #7364.
    
    Collection associations behave similar to Arrays. However there is no
    way to prepend records. And to append one should use `<<`. Before this
    patch `#append` and `#prepend` did not add the record to the loaded
    association.
    
    `#append` now behaves like `<<` and `#prepend` is not defined.
    b9399c47
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 49.7 KB