提交 a8bb66ac 编写于 作者: J Jeremy Kemper

Deprecate expire_matched_fragments. Use expire_fragment instead. Closes #6535.

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5412 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 99b607d7
*SVN*
* Deprecate expire_matched_fragments. Use expire_fragment instead. #6535 [Bob Silva]
* Update to latest Prototype, which doesn't serialize disabled form elements, adds clone() to arrays, empty/non-string Element.update() and adds a fixes excessive error reporting in WebKit beta versions [Thomas Fuchs]
* Deprecate start_form_tag and end_form_tag. Use form_tag / '</form>' from now on. [Rick]
......
......@@ -389,6 +389,7 @@ def expire_fragment(name, options = nil)
def expire_matched_fragments(matcher = /.*/, options = nil) #:nodoc:
expire_fragment(matcher, options)
end
deprecate :expire_matched_fragments => :expire_fragment
class UnthreadedMemoryStore #:nodoc:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册