diff options
author | Jonathan del Strother <jon.delStrother@bestbefore.tv> | 2008-03-06 11:50:44 +0000 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-06-11 13:15:01 +0100 |
commit | 3e07f320c10b53ec21b947d949d0063e724c5fd8 (patch) | |
tree | b487ccc99c3ae179aa57671e939d9e42b112ccde /actionpack/CHANGELOG | |
parent | 6fd73442d83ee162af622b722b1e1b7356fa9fcb (diff) | |
download | rails-3e07f320c10b53ec21b947d949d0063e724c5fd8.tar.gz rails-3e07f320c10b53ec21b947d949d0063e724c5fd8.tar.bz2 rails-3e07f320c10b53ec21b947d949d0063e724c5fd8.zip |
Improve ActionCaching's format-handling
Make ActionCaching more aware of different mimetype formats.
It will now use request.format to look up the cache type, in addition to the path extension.
When expiring caches, the request format no longer affects which cache is expired.
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 3096716dba..8d1acb265f 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *Edge* +* Make caching more aware of mime types. Ensure request format is not considered while expiring cache. [Jonathan del Strother] + * Drop ActionController::Base.allow_concurrency flag [Josh Peek] * More efficient concat and capture helpers. Remove ActionView::Base.erb_variable. [Jeremy Kemper] |