aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-03-28 01:45:04 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-03-28 01:45:04 +0000
commit480a7581d4ec87eb745b004d6e4daae98b52cfa5 (patch)
treef443e7c30fe41be65940c9119ce0cd24021d2baf /railties/CHANGELOG
parentd8823d6fb7605788e6d61b3d5f67c0c7302527aa (diff)
downloadrails-480a7581d4ec87eb745b004d6e4daae98b52cfa5.tar.gz
rails-480a7581d4ec87eb745b004d6e4daae98b52cfa5.tar.bz2
rails-480a7581d4ec87eb745b004d6e4daae98b52cfa5.zip
Rails::Initializer#initialize_time_zone raises an error if value assigned to config.time_zone is not recognized. Rake time zone tasks only require ActiveSupport instead of entire environment
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9104 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 7ca7d9528d..00d760e99f 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Rails::Initializer#initialize_time_zone raises an error if value assigned to config.time_zone is not recognized. Rake time zone tasks only require ActiveSupport instead of entire environment [Geoff Buesing]
+
* Stop adding the antiquated test/mocks/* directories and only add them to the path if they're still there for legacy reasons [DHH]
* Added that gems can now be plugins if they include rails/init.rb #11444 [jbarnette]