29 Nov How to run a Rails app in production mode locally with Puma
Sometimes, you need to debug an error with assets generation y/o in the context of production environment, for such cases, here, I'm sharing a few steps you can follow in order to run your Rails application in production mode. Prepare your https/ssl certificates: [shell] openssl req -x509 -sha256...