Created
October 29, 2018 11:06
-
-
Save harrisonmalone/3572d1d17ed8c7faa2f80bda4a28f434 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- indentation on storage.yml page | |
- errors to do with data on old database after associations have changed (delete old data, can use dependent: :destroy) | |
heroku run rails db:migrate (make sure you don't forget) | |
- migration files on different branches, make sure the migration files you need are all on master branch | |
- make sure your aws keys are correct (the env variables have to be exactly the same name) | |
- if you're using S3 make sure you have the gem bundled before you push to heroku |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment