Download Heroku Postgres database to use locally

It can be useful during development to have a dump of the production database. In this episode you’ll learn an approach to dumping a Postgres database and use that dump to restore your local pg database.
#rails #rubyonrails