Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T05:18:16.000Z (7 months ago)
- Last Synced: 2024-04-15T03:17:37.945Z (7 months ago)
- Topics: google-cloud, rails, ruby, samples
- Language: Ruby
- Homepage: https://cloud.google.com/ruby
- Size: 12.7 MB
- Stars: 232
- Watchers: 81
- Forks: 203
- Open Issues: 40
-
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: [![Kokoro](https://storage.googleapis.com/cloud-devrel-public/ruby-docs-samples/badges/ruby2.4.svg)](https://storage.googleapis.com/cloud-devrel-public/ruby-docs-samples/badges/ruby2.4.html)
Ruby 2.5: [![Kokoro](https://storage.googleapis.com/cloud-devrel-public/ruby-docs-samples/badges/ruby2.5.svg)](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)