diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-30 14:52:42 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-30 14:52:42 +0000 |
commit | 13273f7a55576825bbcc21605e3cb0121ae83c0b (patch) | |
tree | 73d5e79f2f6207f68f18546181c28bcd88c4f44e /activerecord | |
parent | 50562c2a7e1a82c7a663889a38f7dad6bbcb6750 (diff) | |
download | rails-13273f7a55576825bbcc21605e3cb0121ae83c0b.tar.gz rails-13273f7a55576825bbcc21605e3cb0121ae83c0b.tar.bz2 rails-13273f7a55576825bbcc21605e3cb0121ae83c0b.zip |
Fixed broken transactions that were actually only running object-level and not db level transactions [andreas]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@286 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index ea9249e24c..1499013477 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed broken transactions that were actually only running object-level and not db level transactions [andreas] + * Added Base.default_timezone accessor that determines whether to use Time.local (using :local) or Time.utc (using :utc) when pulling dates and times from the database. This is set to :local by default. |