rails new app=>
The current database.yml is like that=>
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your
You might be interested in generating new app with postgres default:
rails new myapp --database=postgresql
as mentioned here: https://devcenter.heroku.com/articles/getting-started-with-rails4