Skip to content

Instantly share code, notes, and snippets.

@BadAllOff
Forked from akonwi/production_db
Created September 22, 2018 00:41
Show Gist options
  • Save BadAllOff/6c4af053aa4572f272333716768be04a to your computer and use it in GitHub Desktop.
Save BadAllOff/6c4af053aa4572f272333716768be04a to your computer and use it in GitHub Desktop.
Create production database locally in rails
Run in command line:
RAILS_ENV=production rake db:create db:schema:load
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment