I have a Rails app on Heroku using the Postgres 9 beta.
I've tried to configure a staging environment using
heroku config:add RACK_ENV=staging --remote staging
but the app still thinks its in a production env.
Rails.env
=>"production"
What am I doing wrong?
Did you add RAILS_ENV=staging too ?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With