All Projects → GoogleCloudPlatform → Ruby Docs Samples

GoogleCloudPlatform / Ruby Docs Samples

Licence: apache-2.0
Ruby samples for Google Cloud Platform products.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Ruby Docs Samples

Manageiq
ManageIQ Open-Source Management Platform
Stars: ✭ 1,089 (+450%)
Mutual labels:  google-cloud, rails
Golang Samples
Sample apps and code written for Google Cloud in the Go programming language.
Stars: ✭ 3,088 (+1459.6%)
Mutual labels:  samples, google-cloud
Nodejs Docs Samples
Node.js samples for Google Cloud Platform products.
Stars: ✭ 2,309 (+1066.16%)
Mutual labels:  samples, google-cloud
Nodejs Getting Started
A tutorial for creating a complete application using Node.js on Google Cloud Platform
Stars: ✭ 705 (+256.06%)
Mutual labels:  samples, google-cloud
Cloud Ops Sandbox
Cloud Operations Sandbox is an open source tool that helps practitioners to learn Service Reliability Engineering practices from Google and apply them on their cloud services using Cloud Operations suite of tools.
Stars: ✭ 191 (-3.54%)
Mutual labels:  samples, google-cloud
Acme Plugin
🔏 ACME protocol plugin for Ruby on Rails applications
Stars: ✭ 190 (-4.04%)
Mutual labels:  rails
Carrierwave Aliyun
阿里云 OSS Ruby 上传组件,基于 Carrierwave
Stars: ✭ 192 (-3.03%)
Mutual labels:  rails
Rails Style Guide
📗 Russian Version: A community-driven Rails 3 & 4 & 5 style guide.
Stars: ✭ 189 (-4.55%)
Mutual labels:  rails
Has friendship
Add friendship to ActiveRecord models
Stars: ✭ 187 (-5.56%)
Mutual labels:  rails
Google Cloud Node
Google Cloud Client Library for Node.js
Stars: ✭ 2,357 (+1090.4%)
Mutual labels:  google-cloud
Todo Apps
Sample ToDo application (various languages) running on IBM Cloud
Stars: ✭ 195 (-1.52%)
Mutual labels:  rails
Timeasure
Transparent method-level wrapper for profiling purposes in Ruby
Stars: ✭ 192 (-3.03%)
Mutual labels:  rails
Bootscale
Speedup applications boot by caching require calls
Stars: ✭ 190 (-4.04%)
Mutual labels:  rails
Online Courses Learning
Contains the online course about Data Science, Machine Learning, Programming Language, Operating System, Mechanial Engineering, Mathematics and Robotics provided by Coursera, Udacity, Linkedin Learning, Udemy and edX.
Stars: ✭ 193 (-2.53%)
Mutual labels:  google-cloud
Webpack By Sample
Learn webpack by sample, each of the samples contains a readme.md file that indicates the purpose of the sample plus an step by step guide to reproduce it.
Stars: ✭ 190 (-4.04%)
Mutual labels:  samples
Icare
Open Source Carpooling Platform
Stars: ✭ 196 (-1.01%)
Mutual labels:  rails
Flexirest
Flexirest - The really flexible REST API client for Ruby
Stars: ✭ 188 (-5.05%)
Mutual labels:  rails
Jsonapi Utils
Build JSON API-compliant APIs on Rails with no (or less) learning curve.
Stars: ✭ 191 (-3.54%)
Mutual labels:  rails
Email Dashboard
📪 An interactive emailing management service with scheduling, templating, tracking and A/B testing.
Stars: ✭ 194 (-2.02%)
Mutual labels:  rails
Limestone
Boilerplate Rails 6 SaaS application with Webpack, Stimulus and Docker integration.
Stars: ✭ 191 (-3.54%)
Mutual labels:  rails

Ruby docs samples

Ruby 2.4: Kokoro Ruby 2.5: Kokoro

This repository holds samples used in the ruby documentation on cloud.google.com.

See our other Google Cloud Platform github repos for sample applications and scaffolding for other frameworks and use cases.

Run Locally

  1. Clone this repo.

    git clone https://github.com/GoogleCloudPlatform/ruby-docs-samples.git
    
  2. Change directories to the sample that you want to test. Example:

    cd ruby-docs-samples/storage
    
  3. 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 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 for more information.

Licensing

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].