https://github.com/GoogleCloudPlatform/ruby-docs-samples
Ruby samples for Google Cloud Platform products.
https://github.com/GoogleCloudPlatform/ruby-docs-samples
google-cloud rails ruby samples
Last synced: 7 months ago
JSON representation
Ruby samples for Google Cloud Platform products.
- Host: GitHub
- URL: https://github.com/GoogleCloudPlatform/ruby-docs-samples
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Created: 2015-08-27T17:40:52.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-07-02T04:21:08.000Z (8 months ago)
- Last Synced: 2025-07-02T05:26:46.895Z (8 months ago)
- Topics: google-cloud, rails, ruby, samples
- Language: Ruby
- Homepage: https://cloud.google.com/ruby
- Size: 13 MB
- Stars: 231
- Watchers: 85
- Forks: 207
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
## Ruby docs samples
Ruby 2.4: [](https://storage.googleapis.com/cloud-devrel-public/ruby-docs-samples/badges/ruby2.4.html)
Ruby 2.5: [](https://storage.googleapis.com/cloud-devrel-public/ruby-docs-samples/badges/ruby2.5.html)
This repository holds samples used in the ruby documentation on
cloud.google.com.
See our other [Google Cloud Platform github
repos](https://github.com/GoogleCloudPlatform) for sample applications and
scaffolding for other frameworks and use cases.
## Google Cloud Samples
To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples?l=ruby).
## Run Locally
1. Clone this repo.
```
git clone https://github.com/GoogleCloudPlatform/ruby-docs-samples.git
```
1. Change directories to the sample that you want to test. Example:
```
cd ruby-docs-samples/storage
```
1. Run the tests from the command line.
```
bundle install
bundle exec rspec
```
## Contributing changes
Contributions to this sample repository are always welcome and highly encouraged.
See [CONTRIBUTING](CONTRIBUTING.md) for more information on how to get started.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See [Code of Conduct](CODE_OF_CONDUCT.md) for more information.
## Licensing
* See [LICENSE](LICENSE)