aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorSam Stephenson <sam@37signals.com>2006-03-12 17:04:33 +0000
committerSam Stephenson <sam@37signals.com>2006-03-12 17:04:33 +0000
commite3ea34f7d30b9866da8f34be4108f8449218f9fd (patch)
tree2e64c8a9793207d181e8c661c1f7a2f386b4b48e /railties/CHANGELOG
parentde37f7df4f6bfe369598b2f92b07ce9c2c212e76 (diff)
downloadrails-e3ea34f7d30b9866da8f34be4108f8449218f9fd.tar.gz
rails-e3ea34f7d30b9866da8f34be4108f8449218f9fd.tar.bz2
rails-e3ea34f7d30b9866da8f34be4108f8449218f9fd.zip
Use the Rake API instead of shelling out to create the tmp directory in commands/server.rb
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3848 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 26a9057cf5..fdab43a159 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Use the Rake API instead of shelling out to create the tmp directory in commands/server.rb. [Chad Fowler]
+
* Added a backtrace to the evil WSOD (White Screen of Death). Closes #4073. TODO: Clearer exceptions [Rick Olson]
* Added tracking of database and framework versions in script/about #4088 [charles.gerungan@gmail.com/Rick Olson]