I am trying to deploy to Heroku but can\'t because the default sqlite3 server is still in place.
Detected sqlite3 gem which is not supported on Heroku.
Try using this for your production DB
production: adapter: postgresql host: localhost encoding: unicode database: my_production_database pool: 5 username: password:
You can leave username and password blank