aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-09-13 23:25:02 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-09-13 23:25:02 +0000
commit9aeddc553874ddfd9a2527e1e21127c2a323aaee (patch)
tree884509150b6aad1a10149d948731ac473054e1ae /railties/CHANGELOG
parent6b70c799f829f93fd8d0355af0e6488d2c1102ab (diff)
downloadrails-9aeddc553874ddfd9a2527e1e21127c2a323aaee.tar.gz
rails-9aeddc553874ddfd9a2527e1e21127c2a323aaee.tar.bz2
rails-9aeddc553874ddfd9a2527e1e21127c2a323aaee.zip
script/server creates the tmp/pids directory. Closes #6204.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5103 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 da9a20fc60..b11a91f88d 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* script/server creates the tmp/pids directory. #6204 [jonathan]
+
* Fix script/console --sandbox for internal transactions changes. #5738 [chris@octopod.info, charles.gerungan@gmail.com]
* Remove the uncanny default of adding all app/models/*/ directories to the load path. This change will break application which expect the current behavior. As