Image upload on cloudinary impossible from tmp/uploads
Good morning,
How to update RAILS_MASTER_KEY in Heroku for production.yml.enc?
I deployed an initial version of a Ruby on Rails app to Heroku. That version used credentials.yml.enc
and master.key
and only contained development secrets. Then I created production.yml.enc
and production.key
containing production secrets.
Sync rails console output to Heroku logs
Similar to this question, but I’m not interested in having the commands, only the logged results. I’m not sure if this is more a Rails question or a Heroku question, but I’d like it if I could look at our Heroku logs and see logged queries from the console as well as from our application.
‘Detecting rails configuration failed’ on Heroku
I’ve updated my application from Ruby 2.7.7 to Ruby 3.0.5 and from Rails 5.2.0 to Rails 6.0.1.