aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-08-03 23:59:38 +0000
committerMarcel Molina <marcel@vernix.org>2006-08-03 23:59:38 +0000
commitd17bd6a0432dde66056e4dd417741731bcb9d323 (patch)
tree19fd6dfe4611d60c97f09e80a2bbacc5dc5ba3c9 /actionpack/CHANGELOG
parent58ebf302b206ed30568da60d7f3b124b26e9325b (diff)
downloadrails-d17bd6a0432dde66056e4dd417741731bcb9d323.tar.gz
rails-d17bd6a0432dde66056e4dd417741731bcb9d323.tar.bz2
rails-d17bd6a0432dde66056e4dd417741731bcb9d323.zip
Make action caching aware of different formats for the same action so that, e.g. foo.xml is cached separately from foo.html. Implicitly set content type when reading in cached content with mime revealing extensions so the entire onous isn't on the webserver. PDI MORE CACHING TESTS [Marcel Molina Jr.]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4656 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index c5578ee056..ca6b21eb56 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make action caching aware of different formats for the same action so that, e.g. foo.xml is cached separately from foo.html. Implicitly set content type when reading in cached content with mime revealing extensions so the entire onous isn't on the webserver. [Marcel Molina Jr.]
+
* Restrict Request Method hacking with ?_method to POST requests. [Rick Olson]
* Fix bug when passing multiple options to SimplyRestful, like :new => { :preview => :get, :draft => :get }. [Rick Olson, Josh Susser, Lars Pind]