Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic Ruby on Rails sample #76

Closed
beccasaurus opened this issue Sep 27, 2016 · 1 comment
Closed

Add basic Ruby on Rails sample #76

beccasaurus opened this issue Sep 27, 2016 · 1 comment
Labels
documentation new-sample P0 🚨 This issue needs some love. triage me I really want to be triaged.

Comments

@beccasaurus
Copy link
Contributor

beccasaurus commented Sep 27, 2016

Add simplest possible Ruby on Rails application that successfully deploys to the Ruby runtime for Google App Engine flexible environment

This application will support documentation.

Application should include a few additions that demonstrate the App Engine flex runtime, eg.

  • A static asset to serve to demonstrate that we default config.public_file_server.enabled to true via RAILS_SERVE_STATIC_FILES
  • Production configuration of secret_key_base configuration, eg. via SECRET_KEY_BASE in app.yaml or some other means
  • A working resourceful controller, eg. generated via rails scaffold post title body:text using Cloud SQL (extremely common Rails use-case :: database configuration can be replaced with any SQL database that the the user desires)

The README for this application should include all of the commands taken to create this application, beginning with rails new. Most of this information will be provided via documentation, which should be linked to from the README, but this application README should demonstrate the very few commands necessary to gcloud app deploy an application generated via rails new on the latest verion of Ruby on Rails

Tests should verify CRUD actions work on the deployed application

Possible directory location: rails/getting_started or ruby_on_rails/getting_started. When developers find this repository, I'd like "Ruby on Rails" to be immediately noticeable in the directories and READMEs. The ruby_on_rails directory should have a README directing users to our Rails documentation and Google App Engine flexible environment documentation for Ruby

@beccasaurus beccasaurus changed the title Add basic Ruby on Rails sample (simplest successful deployment) Add basic Ruby on Rails sample Sep 27, 2016
@frankyn
Copy link
Member

frankyn commented Dec 11, 2017

Obsolete

@frankyn frankyn closed this as completed Dec 11, 2017
@yoshi-automation yoshi-automation added 🚨 This issue needs some love. triage me I really want to be triaged. labels Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation new-sample P0 🚨 This issue needs some love. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

3 participants