Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 5412

Show
Ignore:
Timestamp:
11/02/06 19:29:40 (2 years ago)
Author:
bitsweat
Message:

Deprecate expire_matched_fragments. Use expire_fragment instead. Closes #6535.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/CHANGELOG

    r5371 r5412  
    11*SVN* 
     2 
     3* Deprecate expire_matched_fragments. Use expire_fragment instead.  #6535 [Bob Silva] 
    24 
    35* 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] 
  • trunk/actionpack/lib/action_controller/caching.rb

    r5399 r5412  
    390390        expire_fragment(matcher, options) 
    391391      end 
     392      deprecate :expire_matched_fragments => :expire_fragment 
    392393 
    393394