Skip to content

Instantly share code, notes, and snippets.

@akonwi
Created May 22, 2013 04:02
Show Gist options
  • Select an option

  • Save akonwi/5625173 to your computer and use it in GitHub Desktop.

Select an option

Save akonwi/5625173 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