For Ruby on Rails applications, I've noticed that I don't have the option to do a ENV['NUCLEAR_LAUNCH_CODES'] = 12345
anywhere unlike Heroku.
For a Rails 3.2.17 application, does anyone know what the best practice is?
You can set environment variables with figaro
gem.