Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tadast/heroku-pg-rails-dev

Helper methods for working with a heroku app locally
https://github.com/tadast/heroku-pg-rails-dev

Last synced: 27 days ago
JSON representation

Helper methods for working with a heroku app locally

Awesome Lists containing this project

README

        

# Heroku PG Rails Dev

Helper methods for working with Rails and heroku in a local environment.

## Installation

```
$ heroku plugins:install git://github.com/tadast/heroku-pg-rails-dev.git
```

## Usage

```
heroku pg:sync -a
```

Drops your local development DB, captures a snapshot of the heroku DATABSE_URL and loads it up locally.