aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-15 13:22:58 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-15 13:22:58 +0000
commitc755b29a862c7da91f30a7c68ac98cfdc79cfbf5 (patch)
treee602f75aa56a6a076f1d4a3657e143e49c706a1c /railties/CHANGELOG
parent4a0695996f78c6fd330f1961d450367fc8fa5406 (diff)
downloadrails-c755b29a862c7da91f30a7c68ac98cfdc79cfbf5.tar.gz
rails-c755b29a862c7da91f30a7c68ac98cfdc79cfbf5.tar.bz2
rails-c755b29a862c7da91f30a7c68ac98cfdc79cfbf5.zip
Fixed page caching problems with saving cached file fails for the index action and that it shouldnt cache files with GET/POST parameters #462
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@407 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index e5fb9ade29..8746017245 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added rewrite rules to deal with caching to public/.htaccess
+
* Added the option to specify a controller name to "generate scaffold" and made the default controller name the plural form of the model.
* Added that rake clone_structure_to_test, db_structure_dump, and purge_test_database tasks now pick up the source database to use from