/registrar_rails

GlobaliD Registrar

Primary LanguageJavaScript

Initial GlobaliD Registrar CircleCI

Containerized with starter

Webpacker

We're using webpacker. Look in app/webpacks for javascript

Articles used as reference: https://medium.com/@coorasse/goodbye-sprockets-welcome-webpacker-3-0-ff877fb8fa79

Caching

We use readthis to cache in redis.

Toggle caching in development mode with rails dev:cache

Secrets/credentials

We use Rails 5's encrypted credentials (or checkout the DHH PR). Credentials are stored in config/credentials.yml.enc and are encrypted with a master key. For local development, add the master key to config/master.key - on production the value is stored in the environmental variable RAILS_MASTER_KEY

Edit the credentials with rails credentials:edit