diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-25 09:07:01 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-25 09:07:01 +0000 |
commit | 45137795e8db0c47c0bc16712b0a24807459e252 (patch) | |
tree | d6edb02c996e43e638cf0e473adaa6ac61321976 /activerecord/CHANGELOG | |
parent | a5c694283010c05ee39bc0757e8013b3aa382992 (diff) | |
download | rails-45137795e8db0c47c0bc16712b0a24807459e252.tar.gz rails-45137795e8db0c47c0bc16712b0a24807459e252.tar.bz2 rails-45137795e8db0c47c0bc16712b0a24807459e252.zip |
Fixed that MissingSourceFile's wasn't properly detected in production mode #925 [Nicholas Seckar]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@990 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 74780f52dd..3f6fed17b5 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that MissingSourceFile's wasn't properly detected in production mode #925 [Nicholas Seckar] + * Fixed that :counter_cache option would look for a line_items_count column for a LineItem object instead of lineitems_count * Fixed that AR exists?() would explode on postgresql if the passed id did not match the PK type #900 [Scott Barron] |