aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-05-19 18:24:52 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-05-19 18:24:52 +0000
commitdd8c92ea5be3faa9436363d8a37d5debec2027c4 (patch)
treed1e465b53afe7da9de4f34cb24125a8df8925bfc /actionpack/CHANGELOG
parent473e5bde747d227d47d00e9b5f52b668b29f53df (diff)
downloadrails-dd8c92ea5be3faa9436363d8a37d5debec2027c4.tar.gz
rails-dd8c92ea5be3faa9436363d8a37d5debec2027c4.tar.bz2
rails-dd8c92ea5be3faa9436363d8a37d5debec2027c4.zip
Fixed Request#remote_ip in testing #1251 [bitsweat]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1322 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 cd7d8591fc..51306db495 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed Request#remote_ip in testing #1251 [bitsweat]
+
* Fixed that compute_public_path should recognize external URLs, so image_tag("http://www.example.com/images/icon.gif") is not prefixed with the relative url path #1254 [victor-ronr-trac@carotena.net]
* Added support for descending year values in DateHelper#select_year, like select_year(Date.today, :start_year => 2005, :end_year => 1900), which would count down from 2005 to 1900 instead of the other way #1274 [nwoods@mail.com]