aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-12-10 03:19:17 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-12-10 03:19:17 +0000
commit33e9876c00b57e14d30c0629cb6c9805341639a5 (patch)
tree584aa25c65ee166f322ad364c0651a12f42a44ba /railties/CHANGELOG
parentf6d45ce95dae13bce93446b678148327edeaf6b8 (diff)
downloadrails-33e9876c00b57e14d30c0629cb6c9805341639a5.tar.gz
rails-33e9876c00b57e14d30c0629cb6c9805341639a5.tar.bz2
rails-33e9876c00b57e14d30c0629cb6c9805341639a5.zip
More changelog updates
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8357 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index ebf771c6fc..d3f82f4762 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -129,7 +129,7 @@ databases on localhost. #9753 [Trevor Wennblom]
* Default to plural table name in Rails Generator if ActiveRecord is not present. Closes #8963 [evan]
-* Added rake routes for listing all the defined routes in the system #8795 [josh]
+* Added rake routes for listing all the defined routes in the system. #8795 [Josh Peek]
* db:create creates the database for the current environment if it's on localhost. db:create:all creates local databases for all environments. #8783 [matt]
@@ -141,7 +141,7 @@ databases on localhost. #9753 [Trevor Wennblom]
* Added --skip-migration option to scaffold and resource generators #8656 [Michael Glaesemann]
-* Fix that FCGIs would leave log files open when asked to shut down by USR2 #3028 [sebastian.kanthak/josh]
+* Fix that FCGIs would leave log files open when asked to shut down by USR2. #3028 [Sebastian Kanthak, Josh Peek]
* Fixed that dispatcher preparation callbacks only run once in production mode. Mock Routes.reload so that dispatcher preparation callback tests run. [Rick]