getting-started-ruby icon indicating copy to clipboard operation
getting-started-ruby copied to clipboard

A tutorial for creating a complete application using Ruby on Google Cloud Platform

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 Google Cloud SDK:

$ curl https://sdk.cloud.google.com | bash

And then deploy the application:

$ gcloud app deploy

Contributing changes

  • See CONTRIBUTING.md

Licensing

  • See LICENSE