Rails - generate SECRET_KEY_BASE with OpenSSL CLI
Generate SECRET_KEY_BASE
without running Ruby on Rails.
openssl rand -hex 64
Useful if you are just trying to deploy app and don’t want to jump rails rabbit hole too much.
Source: https://stackoverflow.com/questions/44248297/can-i-generate-rails-secret-key-base-without-ruby