Sha256: 6e4d5c3e780e2b4cb3822d7c822ec6dbbeb7698e37741b6cf2ffd728670ebfc7
Contents?: true
Size: 606 Bytes
Versions: 24
Compression:
Stored size: 606 Bytes
Contents
# 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: ```bash bundle exec rake run\[<sample_name>\] ``` Example: ```bash bundle exec rake run\[quickstart\] ``` The available samples can be listed using the command ```bash 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__: ```bash bundle exec rake run ```
Version data entries
24 entries across 24 versions & 1 rubygems