aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-10-07 19:12:02 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-10-07 19:12:02 +0000
commitd9f3c435f907b8097669a7f2c923f731837fb045 (patch)
tree68826445dfcadb167950e318f19c807711971d9c /actionpack/CHANGELOG
parentc90d31eb376ebe331394112697ec33a22f61c2d8 (diff)
downloadrails-d9f3c435f907b8097669a7f2c923f731837fb045.tar.gz
rails-d9f3c435f907b8097669a7f2c923f731837fb045.tar.bz2
rails-d9f3c435f907b8097669a7f2c923f731837fb045.zip
Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string'. Closes #8562, #9525.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7776 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 6e0832cfdb..01e560f79d 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string'. #8562, #9525 [Justin Lynn, Tarmo Tänav, shoe]
+
* Use #require_library_or_gem to load the memcache library for the MemCache session and fragment cache stores. Closes #8662. [Rick]
* Move ActionController::Routing.optimise_named_routes to ActionController::Base.optimise_named_routes. Now you can set it in the config. [Rick]