提交 a291ea2b 编写于 作者: M Marcel Molina

Update association/method mapping table to refected latest collection methods...

Update association/method mapping table to refected latest collection methods for has_many :through. Closes #8772 [lifofifo]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8102 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 4e7d332b
*SVN*
* Update association/method mapping table to refected latest collection methods for has_many :through. Closes #8772 [lifofifo]
* Explain semantics of having several different AR instances in a transaction block. Closes #9036 [jacobat, Marcel Molina]
* Update Schema documentation to use updated sexy migration notation. Closes #10086 [sjgman9]
......
......@@ -125,7 +125,7 @@ def clear_association_cache #:nodoc:
# ----------------------------------+-------+----------+----------
# #others | X | X | X
# #others=(other,other,...) | X | X |
# #other_ids | X | X |
# #other_ids | X | X | X
# #other_ids=(id,id,...) | X | X |
# #others<< | X | X | X
# #others.push | X | X | X
......@@ -133,15 +133,15 @@ def clear_association_cache #:nodoc:
# #others.build(attributes={}) | X | X | X
# #others.create(attributes={}) | X | X |
# #others.create!(attributes={}) | X | X | X
# #others.size | X | X |
# #others.length | X | X |
# #others.count | | X |
# #others.size | X | X | X
# #others.length | X | X | X
# #others.count | | X | X
# #others.sum(args*,&block) | X | X | X
# #others.empty? | X | X |
# #others.empty? | X | X | X
# #others.clear | X | X |
# #others.delete(other,other,...) | X | X | X
# #others.delete_all | X | X |
# #others.destroy_all | X | X |
# #others.destroy_all | X | X | X
# #others.find(*args) | X | X | X
# #others.find_first | X | |
# #others.uniq | X | X |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册