Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tadast/heroku-pg-rails-dev
- Owner: tadast
- Created: 2014-08-12T16:04:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-12T16:08:23.000Z (over 10 years ago)
- Last Synced: 2024-11-14T18:44:34.353Z (about 2 months ago)
- Language: Ruby
- Size: 125 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.