All Projects → GoogleCloudPlatform → getting-started-ruby

GoogleCloudPlatform / getting-started-ruby

Licence: Apache-2.0 license
A tutorial for creating a complete application using Ruby on Google Cloud Platform

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
shell
77523 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to getting-started-ruby

Elixir Samples
A collection of samples on using Elixir with Google Cloud Platform.
Stars: ✭ 241 (+141%)
Mutual labels:  samples
composer-sample-models
⚠️ ⚠️ ⚠️ Hyperledger Composer has been deprecated ⚠️ ⚠️ ⚠️
Stars: ✭ 30 (-70%)
Mutual labels:  samples
Group-of-Assembly-Programs-Samples--8086-85-Processors-family-
A large group of assembly language programs & samples ..with different topics and levels..from Ascci to Stack - assembly programming.
Stars: ✭ 15 (-85%)
Mutual labels:  samples
Camera Samples
Multiple samples showing the best practices in camera APIs on Android.
Stars: ✭ 3,294 (+3194%)
Mutual labels:  samples
DataWedge-Android-Samples
Sample DataWedge applications
Stars: ✭ 46 (-54%)
Mutual labels:  samples
deck.gl-demos
Examples showing how to use Google Maps Platform with deck.gl
Stars: ✭ 65 (-35%)
Mutual labels:  samples
Composer Sample Networks
⚠️ ⚠️ ⚠️ Hyperledger Composer has been deprecated ⚠️ ⚠️ ⚠️
Stars: ✭ 226 (+126%)
Mutual labels:  samples
react-samples
Multi-project repository containing examples to explain react concepts.
Stars: ✭ 25 (-75%)
Mutual labels:  samples
Examples wxWidgets
Shows how to use wxWidgets controls only by programming code (c++17).
Stars: ✭ 116 (+16%)
Mutual labels:  samples
cfd-demos
A collection of useful Call Flow Designer sample projects shared with the developer community
Stars: ✭ 29 (-71%)
Mutual labels:  samples
Rhino Developer Samples
Rhino and Grasshopper developer sample code
Stars: ✭ 253 (+153%)
Mutual labels:  samples
workflows-samples
This repository contains samples for Cloud Workflows.
Stars: ✭ 58 (-42%)
Mutual labels:  samples
examples
Example actors, capability providers, and other demonstrations
Stars: ✭ 93 (-7%)
Mutual labels:  samples
Cloud Code Samples
Code templates to make working with Kubernetes feel like editing and debugging local code.
Stars: ✭ 245 (+145%)
Mutual labels:  samples
renderscript-samples
Multiple samples showing renderscript best practices in Android.
Stars: ✭ 171 (+71%)
Mutual labels:  samples
Golang Samples
Sample apps and code written for Google Cloud in the Go programming language.
Stars: ✭ 3,088 (+2988%)
Mutual labels:  samples
imodeljs-samples
No description or website provided.
Stars: ✭ 34 (-66%)
Mutual labels:  samples
samples
📚 Sample config
Stars: ✭ 32 (-68%)
Mutual labels:  samples
iOS-SampleCodes
iOSで動作するサンプルコード集です。
Stars: ✭ 36 (-64%)
Mutual labels:  samples
symphony-java-sample-bots
A set of simple Bots for Symphony, implemented in Java.
Stars: ✭ 20 (-80%)
Mutual labels:  samples

Getting Started Ruby

Travis Build Status

Checkout folders to view particular steps of this sample application.

Ruby on Rails web application on Google App Engine.

Run

To run the application, first install dependencies:

$ bundle install

And then run the Rails web server:

$ rails server

To run the tests

$ bundle install
$ bundle exec rspec

To deploy to App Engine

Install the gcloud CLI: https://cloud.google.com/sdk/docs/install-sdk

And then deploy the application:

$ gcloud app deploy

Contributing changes

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].