Sha256: 3dcc926aa9cb6c6892ec6f80700e09980ffe74a797f87d73617a830d92e41aa1

Contents?: true

Size: 402 Bytes

Versions: 9

Compression:

Stored size: 402 Bytes

Contents

require 'mysql2'

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

Version data entries

9 entries across 9 versions & 1 rubygems

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