aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-06-22 12:59:36 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-06-22 12:59:36 +0000
commit4e0ffab8b05f5cc35996ac4866ee61cefb432af6 (patch)
tree897aea07971f463340d944efadefe9d4dc678bfe /railties/CHANGELOG
parentce44079818c9307ed20a2f11b2bf7933803f78f7 (diff)
downloadrails-4e0ffab8b05f5cc35996ac4866ee61cefb432af6.tar.gz
rails-4e0ffab8b05f5cc35996ac4866ee61cefb432af6.tar.bz2
rails-4e0ffab8b05f5cc35996ac4866ee61cefb432af6.zip
Removed the mutex from the WEBrick adapter under the production environment so concurrent requests can be served
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1482 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index d4423b4a83..444a918a7c 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Removed the mutex from the WEBrick adapter under the production environment so concurrent requests can be served
+
* Fixed that mailer generator generated fixtures/plural while units expected fixtures/singular #1457 [Scott Barron]
* Added a 'whiny nil' that's aim to ensure that when users pass nil to methods where that isn't appropriate, instead of NoMethodError? and the name of some method used by the framework users will see a message explaining what type of object was expected. Only active in test and development environments by default #1209 [Michael Koziarski]