- item 4
- item one
- item three
- item two
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Flash your local Rails database with data from your Heroku environment. | |
# Much faster than heroku db:pull. | |
# | |
# Notes: | |
# - Requires that you use postgres locally | |
# - Requires that pg_restore is available | |
# - Requires initialized Heroku setup for the given project | |
# - Requires that the pgbackups addon be installed for the given Heroku app | |
require "open-uri" |