railsbump / app

Check which gems are compatible with which Rails version!
https://railsbump.org
MIT License
166 stars 23 forks source link

Migrate from SQLite to Postgres (Heroku), Envkey to Dotenv, #82

Closed etagwerker closed 2 months ago

etagwerker commented 2 months ago

Hi there,

This is a WIP PR to deploy the application to Heroku.

A few notable changes:

There were some issues with the asset pipeline (CSS) and Heroku, so I had to add a Procfile to help with that.