Sha256: 9231b311d153f971bd5402a5afefb510087319b76f94b8d9f6aa088927aa3ac0

Contents?: true

Size: 386 Bytes

Versions: 7

Compression:

Stored size: 386 Bytes

Contents

require 'logger'

ActiveRecord::Base.logger = Logger.new("debug.log")

# GRANT ALL PRIVILEGES ON storebasestiname_unittest.* to 'root'@'localhost';

ActiveRecord::Base.configurations = {
  'unittest' => {
    :adapter  => 'mysql2',
    :username => 'root',
    :encoding => 'utf8',
    :database => 'storebasestiname_unittest',
  }
}

ActiveRecord::Base.establish_connection 'unittest'

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
store_base_sti_class_for_3_1-0.0.1 test/connection.rb
store_base_sti_class_for_3_0-0.1.3 test/connection.rb
store_base_sti_class_for_3_0-0.1.2 test/connection.rb
store_base_sti_class_for_3_0-0.1.1 test/connection.rb
store_base_sti_class_for_3_0-0.1.0 test/connection.rb
store_base_sti_class_for_3_0-0.0.2 test/connection.rb
store_base_sti_class_for_3_0-0.0.1 test/connection.rb