diff options
author | Rick Olson <technoweenie@gmail.com> | 2006-03-14 15:15:06 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2006-03-14 15:15:06 +0000 |
commit | 4965a754d5c9bfde332398c653e003c749e62cf9 (patch) | |
tree | 05745679cf3935cbc25831e340ab01f6fb830b2d /activerecord/CHANGELOG | |
parent | 796a43dead8ebf2fb9d28a25cb90e83c9baab4a0 (diff) | |
download | rails-4965a754d5c9bfde332398c653e003c749e62cf9.tar.gz rails-4965a754d5c9bfde332398c653e003c749e62cf9.tar.bz2 rails-4965a754d5c9bfde332398c653e003c749e62cf9.zip |
Catch FixtureClassNotFound when using instantiated fixtures on a fixture that has no ActiveRecord model [Rick Olson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3866 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 ab441ac9e3..00b207bb38 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Catch FixtureClassNotFound when using instantiated fixtures on a fixture that has no ActiveRecord model [Rick Olson] + * Allow ordering of calculated results and/or grouped fields in calculations [solo@gatelys.com] * Dynamically set allow_concurrency. #4044 [Stefan Kaes] |