Sha256: 75cb8bc6fe1f5c4cfce63b25be312fda8e2d7a6639b16281130844dbc6ac98fc
Contents?: true
Size: 411 Bytes
Versions: 24
Compression:
Stored size: 411 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 "Runs a simple ActiveRecord tutorial application on a Spanner emulator." task :run do Dir.chdir("..") { sh "bundle exec rake run[quickstart]" } end
Version data entries
24 entries across 24 versions & 1 rubygems