diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-11-06 16:36:10 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-11-06 16:36:10 +0000 |
commit | 9a8d583a910f81bc9241ed19abc6e01b4728a766 (patch) | |
tree | f24ca7296351849138470d1d6ca78704e707eb40 /railties/CHANGELOG | |
parent | fdc767d4477ff94c6a8dea94905b100c8d8fcd12 (diff) | |
download | rails-9a8d583a910f81bc9241ed19abc6e01b4728a766.tar.gz rails-9a8d583a910f81bc9241ed19abc6e01b4728a766.tar.bz2 rails-9a8d583a910f81bc9241ed19abc6e01b4728a766.zip |
Fixed that ActionController::CgiRequest#host_with_port() should handle standard port (closes #10082) [moro]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8088 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index cc65341c3b..960ad59ef3 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added --skip-timestamps to generators that produce models #10036 [tpope] + * Update Prototype to 1.6.0 and script.aculo.us to 1.8.0. [sam, madrobby] * Added db:rollback to rollback the schema one version (or multiple as specified by STEP) [Jeffrey Allan Hardy] @@ -25,9 +27,9 @@ databases on localhost. #9753 [Trevor Wennblom] * Removed calls to fixtures in generated tests as fixtures :all is now present by default in test_helper.rb [DHH] - * Add --prefix option to script/server when using mongrel. [dacat] + *2.0.0 [Preview Release]* (September 29th, 2007) [Includes duplicates of changes from 1.1.4 - 1.2.3] * Fixed that installing plugins from SVN repositories that use trunk/ will work #8188 [evan] |