From 0ee0c1b2aae3cb90869c79235470e6b69296feeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20L=C3=BCtke?= Date: Tue, 5 Dec 2006 17:55:44 +0000 Subject: Add AssociationCollection#create! to be consistent with AssociationCollection#create when dealing with a foreign key that is a protected attribute git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5677 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/connections/native_mysql/connection.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'activerecord/test/connections') diff --git a/activerecord/test/connections/native_mysql/connection.rb b/activerecord/test/connections/native_mysql/connection.rb index 9a91a75cac..ff6bda51bb 100644 --- a/activerecord/test/connections/native_mysql/connection.rb +++ b/activerecord/test/connections/native_mysql/connection.rb @@ -4,6 +4,9 @@ require 'logger' ActiveRecord::Base.logger = Logger.new("debug.log") +# GRANT ALL PRIVILEGES ON activerecord_unittest.* to 'rails'@'localhost'; +# GRANT ALL PRIVILEGES ON activerecord_unittest2.* to 'rails'@'localhost'; + ActiveRecord::Base.configurations = { 'arunit' => { :adapter => 'mysql', -- cgit v1.2.3