Containerized with starter
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
We use readthis to cache in redis.
Toggle caching in development mode with rails dev:cache
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