Sha256: e870287dc8faf3efdc3a81911505ac335a1053c55fc3d7c898a75d497cfc70e2
Contents?: true
Size: 438 Bytes
Versions: 23
Compression:
Stored size: 438 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_relative "../config/environment" require "sinatra/activerecord/rake" desc "Sample showing how to use optimistic locking with the Cloud Spanner ActiveRecord adapter." task :run do Dir.chdir("..") { sh "bundle exec rake run[optimistic-locking]" } end
Version data entries
23 entries across 23 versions & 1 rubygems