This directory contains a number of simple standalone samples that show how to use ActiveRecord with Cloud Spanner.
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
You can also run a sample by calling the following command in the directory of the sample:
bundle exec rake run