How to deploy a Ruby Sinatra Active Record app on Heroku
This post will walk through deploying a full stack app with a React front end and a Sinatra, ActiveRecord, and Ruby back end on Heroku.
PostgreSQL
Heroku does not work with SQLite, so your app uses SQLite, you have to switch to using PostgreSQL in pr...
blog.petefowler.dev4 min read