Skip to content

Latest commit

 

History

History

snippets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Sample snippets

This directory contains a number of simple standalone samples that show how to use ActiveRecord with Cloud Spanner.

Running from this directory

The samples can be executed using the following command in this directory:

bundle exec rake run\[<sample_name>\]

Example:

bundle exec rake run\[quickstart\]

The available samples can be listed using the command

bundle exec rake list

Running from sample directory

You can also run a sample by calling the following command in the directory of the sample:

bundle exec rake run