From 13273f7a55576825bbcc21605e3cb0121ae83c0b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 30 Dec 2004 14:52:42 +0000 Subject: 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 --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord') 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. -- cgit v1.2.3