aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2007-01-28 17:29:51 +0000
committerNicholas Seckar <nseckar@gmail.com>2007-01-28 17:29:51 +0000
commit2cc9c8135c57671013a0b89fd683654cb6782676 (patch)
tree4c7bb29cff673c84eafa009a366f902731afdff5 /actionpack/CHANGELOG
parent17a9405b584d7bd2ceb05f9310112a1d8a00b6ae (diff)
downloadrails-2cc9c8135c57671013a0b89fd683654cb6782676.tar.gz
rails-2cc9c8135c57671013a0b89fd683654cb6782676.tar.bz2
rails-2cc9c8135c57671013a0b89fd683654cb6782676.zip
Allow Routes to generate all urls for a set of options by specifying :generate_all => true. References #1739.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6082 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 a4f7e2aa93..70a4c8dbd0 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Allow Routes to generate all urls for a set of options by specifying :generate_all => true. Allows caching to properly set or expire all paths for a resource. References #1739. [Nicholas Seckar]
+
* Change the query parser to map empty GET params to "" rather than nil. Closes #5694. [Nicholas Seckar]
* date_select and datetime_select take a :default option. #7052 [nik.wakelin]