'mini-app' is a minimal rails app that is so mini
, it does not even use a database !
It includes application gems like:
- High Voltage for static pages
- appengine-ruby optional integration library for the Ruby runtime for Google App Engine
And development gems like:
- RuboCop for static code analysis and formatting
Possible future add-ons:
- prometheus_exporter for collecting and aggregating prometheus metrics
See config/deployment for details.
- Ruby runtimes on Google App Engine
- sclorg/rails-ex deployment on Red Hat OpenShift
rails new . --minimal --skip-active-record
bundler exec rubocop -a
Create credentials.yml.enc
bundler rails credentials:edit
Edit credentials.yml.enc
EDITOR="nano" rails credentials:edit