Sha256: 8d65630d3eace63e3e7b3cbba1195669cf355f2a2467090a5885295cad262f65

Contents?: true

Size: 416 Bytes

Versions: 11

Compression:

Stored size: 416 Bytes

Contents

# Copyright 2022 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_relative "../config/environment"
require "sinatra/activerecord/rake"

desc "Sample showing how to work with interleaved tables in ActiveRecord."
task :run do
  Dir.chdir("..") { sh "bundle exec rake run[interleaved-tables]" }
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
activerecord-spanner-adapter-1.5.1 examples/snippets/interleaved-tables/Rakefile
activerecord-spanner-adapter-1.5.0 examples/snippets/interleaved-tables/Rakefile
activerecord-spanner-adapter-1.4.4 examples/snippets/interleaved-tables/Rakefile
activerecord-spanner-adapter-1.4.3 examples/snippets/interleaved-tables/Rakefile
activerecord-spanner-adapter-1.4.2 examples/snippets/interleaved-tables/Rakefile
activerecord-spanner-adapter-1.4.1 examples/snippets/interleaved-tables/Rakefile
activerecord-spanner-adapter-1.4.0 examples/snippets/interleaved-tables/Rakefile
activerecord-spanner-adapter-1.3.1 examples/snippets/interleaved-tables/Rakefile
activerecord-spanner-adapter-1.2.2 examples/snippets/interleaved-tables/Rakefile
activerecord-spanner-adapter-1.2.1 examples/snippets/interleaved-tables/Rakefile
activerecord-spanner-adapter-1.2.0 examples/snippets/interleaved-tables/Rakefile