Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorders migrations readme file | Mayra Cabrera | 2019-01-17 | 1 | -16/+60 |
| | | | | | | | | The document is now split in two sections: - Testing an ActiveRecord migration - Testing an non-ActiveRecord migration Both sections have an example | ||||
* | Avoid dropping tables in test | Michael Kozono | 2018-02-14 | 1 | -1/+1 |
| | | | | | | And use :migration tag to use deletion strategy, and to avoid caching tables, and to lock into a particular schema. Attempting to fix intermittent spec errors `PG::UndefinedTable: ERROR: relation "public.untracked_files_for_uploads" does not exist`. | ||||
* | Extend migrations testing documentation | Grzegorz Bizon | 2017-08-16 | 1 | -2/+8 |
| | |||||
* | Document a new migrations testing techniquedocs/gb/document-new-migrations-testing-technique | Grzegorz Bizon | 2017-06-15 | 1 | -0/+87 |