Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.
/ mini-app Public archive

'mini-app' is a minimal rails app that is so `mini`, it does not even use a database !

Notifications You must be signed in to change notification settings

txsvc/mini-app

Repository files navigation

README

'mini-app' is a minimal rails app that is so mini, it does not even use a database !

It includes application gems like:

And development gems like:

  • RuboCop for static code analysis and formatting

Possible future add-ons:

Build and deploy

See config/deployment for details.

References

Other

Setup

Initial creation

rails new . --minimal --skip-active-record

Checks before committing

bundler exec rubocop -a

Credentials etc ...

Create credentials.yml.enc

bundler rails credentials:edit

Edit credentials.yml.enc

EDITOR="nano" rails credentials:edit

About

'mini-app' is a minimal rails app that is so `mini`, it does not even use a database !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published