Sha256: 236428559136a656e6bd6a0f6fc4c2845c555cda5c376d230cc8ab675f183c99
Contents?: true
Size: 499 Bytes
Versions: 22
Compression:
Stored size: 499 Bytes
Contents
# Copyright 2021 Google LLC # # Use of this source code is governed by an MIT-style # license that can be found in the LICENSE file or at # https://opensource.org/licenses/MIT. require "active_record" require "bundler" Dir["../../lib/*.rb"].each { |file| require file } Bundler.require ActiveRecord::Base.establish_connection( adapter: "spanner", emulator_host: "localhost:9010", project: "test-project", instance: "test-instance", database: "testdb" ) ActiveRecord::Base.logger = nil
Version data entries
22 entries across 22 versions & 1 rubygems