Sha256: 56aab6d02e9f52f26b1b5e24e78e0f91d1abde9a702034f3ace923bca4f985d7

Contents?: true

Size: 403 Bytes

Versions: 9

Compression:

Stored size: 403 Bytes

Contents

require 'mysql2'

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
goliath-1.0.7 examples/activerecord/config/srv.rb
goliath-1.0.6 examples/activerecord/config/srv.rb
goliath-1.0.5 examples/activerecord/config/srv.rb
goliath-1.0.4 examples/activerecord/config/srv.rb
goliath-1.0.3 examples/activerecord/config/srv.rb
goliath-1.0.2 examples/activerecord/config/srv.rb
goliath-1.0.1 examples/activerecord/config/srv.rb
goliath-1.0.0 examples/activerecord/config/srv.rb
goliath-1.0.0.beta.1 examples/activerecord/config/srv.rb