Skip to content

Instantly share code, notes, and snippets.

View chriscauley's full-sized avatar

Chris Cauley chriscauley

View GitHub Profile
@sowenjub
sowenjub / gist:1033876
Created June 19, 2011 07:29
Quickly dump your heroku production database and load it locally
#!/bin/bash
# This script does the following:
# 1/ capture and download the latest backup
# 2/ load it to your local database
# 3/ run your app and open Safari
# Just replace any uppercase string with your own data
#