From 4e0ffab8b05f5cc35996ac4866ee61cefb432af6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 22 Jun 2005 12:59:36 +0000 Subject: 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 --- railties/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'railties/CHANGELOG') 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] -- cgit v1.2.3