Sha256: d8f6713099d790e512782959414dc24ac0d72cbb20ba7f0d335f0c882996f043

Contents?: true

Size: 221 Bytes

Versions: 8

Compression:

Stored size: 221 Bytes

Contents

require 'logger'

ActiveRecord::Base.establish_connection(:adapter => 'mysql2', :database => 'octopus_shard_1', :username => 'root', :password => '')
ActiveRecord::Base.logger = Logger.new(File.open('database.log', 'a'))

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
ar-octopus-0.9.1 spec/support/database_connection.rb
ar-octopus-0.9.0 spec/support/database_connection.rb
ar-octopus-0.8.6 spec/support/database_connection.rb
misha-ar-octopus-0.8.7 spec/support/database_connection.rb
misha-ar-octopus-0.8.5 spec/support/database_connection.rb
ar-octopus-0.8.5 spec/support/database_connection.rb
ar-octopus-0.8.4 spec/support/database_connection.rb
ar-octopus-0.8.3 spec/support/database_connection.rb