diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-31 16:53:41 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-31 16:53:41 +0000 |
commit | f0a3397c47c557b80be516f4236a13afc7b7f65e (patch) | |
tree | be1c009f15cce95fdd8fe3cfdbc7070975da729e /activerecord/CHANGELOG | |
parent | 2dd2b56482a4e102251258e3c2458618de8897c2 (diff) | |
download | rails-f0a3397c47c557b80be516f4236a13afc7b7f65e.tar.gz rails-f0a3397c47c557b80be516f4236a13afc7b7f65e.tar.bz2 rails-f0a3397c47c557b80be516f4236a13afc7b7f65e.zip |
Added :counter_cache option to acts_as_tree that works just like the one you can define on belongs_to #371 [Josh]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@291 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 455748b98c..b97085cdba 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added :counter_cache option to acts_as_tree that works just like the one you can define on belongs_to #371 [Josh] + * Fixed quoting in validates_format_of that would allow some rules to pass regardless of input #390 [Dmitry V. Sabanin] * Fixed broken transactions that were actually only running object-level and not db level transactions [andreas] |