aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-12-25 09:01:41 +0000
committerRick Olson <technoweenie@gmail.com>2006-12-25 09:01:41 +0000
commitc6b4c8d240abbca0d1e62b3544fafda77c40de0c (patch)
tree4c4ea428171c55b315b9d2a27cedc8c0eb320b4a /railties/CHANGELOG
parente2acd16810a597e9fa3acd6277e8371678cea34a (diff)
downloadrails-c6b4c8d240abbca0d1e62b3544fafda77c40de0c.tar.gz
rails-c6b4c8d240abbca0d1e62b3544fafda77c40de0c.tar.bz2
rails-c6b4c8d240abbca0d1e62b3544fafda77c40de0c.zip
Fix Webrick Daemon dispatching bug regarding a bad current working directory. Closes #4899 [Rick Olson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5784 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 ce2f2b0611..d395067a5c 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix Webrick Daemon dispatching bug regarding a bad current working directory. Closes #4899 [Rick Olson]
+
* Make config.plugins affect the load path and the dependencies system. Allows you to control plugin loading order, and keep disabled plugins off the load path. [James Adam]
* Don't generate a components directory in new Rails apps. [Jeremy Kemper]