aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-09-22 17:19:26 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-09-22 17:19:26 +0000
commit39de84d96739012d2b2d8fd76976bbd798cd2573 (patch)
treed5543bc3249b754eba1d5c5662a900defddfc455 /actionpack/CHANGELOG
parenta7764d8fd491fb49f50397aa79d305bdb93552c5 (diff)
downloadrails-39de84d96739012d2b2d8fd76976bbd798cd2573.tar.gz
rails-39de84d96739012d2b2d8fd76976bbd798cd2573.tar.bz2
rails-39de84d96739012d2b2d8fd76976bbd798cd2573.zip
Fixed that setting the :host option in url_for would automatically turn off :only_path (since :host would otherwise not be shown) (closes #9586) [Bounga]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7542 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 9a73ee76c1..2a81480e2a 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that setting the :host option in url_for would automatically turn off :only_path (since :host would otherwise not be shown) #9586 [Bounga]
+
* Added FormHelper#label #8641 [jcoglan]
* Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) [DHH]