From 8dca6586ded76d5950b4fccfb720e2861efede6d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 30 Nov 2006 21:45:31 +0000 Subject: Fixed that script/server running against Mongrel should tail the proper log regardless of the environment [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5652 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 2246ab9e6a..b183d13d7a 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that script/server running against Mongrel should tail the proper log regardless of the environment [DHH] + * Update initializer to load Rails::VERSION as soon as possible. Closes #6698. [Nicholas Seckar] * Added ActiveRecord::Base.clear_active_connections! in development mode so the database connection is not carried over from request to request. Some databases won't reread the schema if that doesn't happen (I'm looking at you SQLite), so you have to restart the server after each migration (= no fun) [DHH] -- cgit v1.2.3