diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-08-31 19:03:42 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-08-31 19:03:42 +0000 |
commit | 33e5e41ddaf59bc9c08e4d9eb34d52174bf05114 (patch) | |
tree | 82ba138ac1d2652bc88f65c81ed2efbc16574e7c /actionpack/CHANGELOG | |
parent | 55efae2387b0542e6f943f8a3d50290c7b06ae80 (diff) | |
download | rails-33e5e41ddaf59bc9c08e4d9eb34d52174bf05114.tar.gz rails-33e5e41ddaf59bc9c08e4d9eb34d52174bf05114.tar.bz2 rails-33e5e41ddaf59bc9c08e4d9eb34d52174bf05114.zip |
request.host works with IPv6 addresses. Closes #9458.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7382 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 9eab683587..0d679f93e2 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* request.host works with IPv6 addresses. #9458 [yuya] + * Fix bug where action caching sets the content type to the ActionCachePath object. Closes #9282 [mindforge] * Find layouts even if they're not in the first view_paths directory. Closes #9258 [caio] |