Sha256: 7a620b5a57d16ee6f10a6e40f866c191d061afb6f65c2ee8874b7a0b6d456568
Contents?: true
Size: 331 Bytes
Versions: 1
Compression:
Stored size: 331 Bytes
Contents
print "Using MySQL2\n" require 'logger' ActiveRecord::Base.configurations = { 'fkm' => { :adapter => 'mysql2', :database => 'fkm_unittest', :username => 'fkm', :encoding => 'utf8', :socket => '/var/run/mysqld/mysqld.sock', :min_messages => 'warning' } } ActiveRecord::Base.establish_connection 'fkm'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aspgems-foreign_key_migrations-2.0.0.beta1 | spec/connections/mysql2/connection.rb |