From e8b427cdefd9ec851e2853d4bf21dd8fd676096d Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Thu, 6 Oct 2005 22:21:10 +0000 Subject: Raise an exception when invalid options are passed to ActiveRecord::Base.find. Closes #2363. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2481 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 3479cc9d81..ad085641fb 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Raise errors when invalid hash keys are passed to ActiveRecord::Base.find. #2363 [Chad Fowler , Nicholas Seckar] + * Added :force option to create_table that'll try to drop the table if it already exists before creating * Fix transactions so that calling return while inside a transaction will not leave an open transaction on the connection. [Nicholas Seckar] -- cgit v1.2.3