Skip to content

Instantly share code, notes, and snippets.

@harrisonmalone
Created October 29, 2018 11:06
Show Gist options
  • Save harrisonmalone/3572d1d17ed8c7faa2f80bda4a28f434 to your computer and use it in GitHub Desktop.
Save harrisonmalone/3572d1d17ed8c7faa2f80bda4a28f434 to your computer and use it in GitHub Desktop.
- 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