Sha256: 5a054db20ce73a4fe6114ac2cce1f01d58fd14d4353303721707381b8cfc18b6

Contents?: true

Size: 347 Bytes

Versions: 4

Compression:

Stored size: 347 Bytes

Contents

require 'mysql2'

ActiveRecord::Base.establish_connection(:adapter  => 'em_mysql2',
                                        :database => 'goliath_test',
                                        :username => 'goliath',
                                        :password => 'goliath',
                                        :host     => 'localhost')

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
goliath-0.9.4 examples/activerecord/config/srv.rb
goliath-0.9.2 examples/activerecord/config/srv.rb
goliath-0.9.1 examples/activerecord/config/srv.rb
goliath-0.9.0 examples/activerecord/config/srv.rb