Sha256: aaf2baecf79aec2152dd92804d8121747772f302b21451616a32b3b59033cb35
Contents?: true
Size: 429 Bytes
Versions: 23
Compression:
Stored size: 429 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 fill a commit timestamp column in Spanner with ActiveRecord." task :run do Dir.chdir("..") { sh "bundle exec rake run[commit-timestamp]" } end
Version data entries
23 entries across 23 versions & 1 rubygems