diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2008-03-13 01:54:34 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-03-13 01:54:34 +0000 |
commit | 13ab55f7371a2d2f0311be97bb5ed6c8378725f7 (patch) | |
tree | 7b92ba2bf9362ba6d8d2dbb6b2171b62806c07fa /activesupport/CHANGELOG | |
parent | d5a4d5abb41c50f96b554374b937ffe49d472d7f (diff) | |
download | rails-13ab55f7371a2d2f0311be97bb5ed6c8378725f7.tar.gz rails-13ab55f7371a2d2f0311be97bb5ed6c8378725f7.tar.bz2 rails-13ab55f7371a2d2f0311be97bb5ed6c8378725f7.zip |
Fixed that BufferedLogger should create its own directory if one doesnt already exist (closes #11285) [lotswholetime]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9013 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 14029fb8f4..cd0106c0b5 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that BufferedLogger should create its own directory if one doesn't already exist #11285 [lotswholetime] + * Fix Numeric time tests broken by DST change by anchoring them to fixed times instead of Time.now. Anchor TimeZone#now DST test to time specified with Time.at instead of Time.local to work around platform differences with Time.local and DST representation [Geoff Buesing] * Removing unneeded #change_time_zone method from Time, DateTime and TimeWithZone [Geoff Buesing] |