aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-06 06:12:43 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-06 06:12:43 +0000
commitac380810ec6e8072963644eed519ba7e88ca0c1d (patch)
treec17d83ed57c3d7d6f51101e5d12754e174bc9759 /railties/CHANGELOG
parent38e78c626068ed7a2840dc97c9af551f8f106786 (diff)
downloadrails-ac380810ec6e8072963644eed519ba7e88ca0c1d.tar.gz
rails-ac380810ec6e8072963644eed519ba7e88ca0c1d.tar.bz2
rails-ac380810ec6e8072963644eed519ba7e88ca0c1d.zip
Pulled the gateway.cgi until we can make it work properly out the gates
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1724 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 3b7471a577..9f7253ce40 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -2,8 +2,6 @@
* Changed the default logging level in config/environment.rb to INFO for production (so SQL statements won't be logged)
-* Added an EXPERIMENTAL gateway.cgi for getting high-speed performance through vanilla CGI using a long-running, DRb-backed server in the background (using script/listener and script/tracker) #1603 [Nicholas Seckar]
-
* Added migration generator: ./script/generate migration add_system_settings
* Added "migrate" as rake task to execute all the pending migrations from db/migrate