summaryrefslogtreecommitdiff
path: root/spec/migrations/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Reorders migrations readme fileMayra Cabrera2019-01-171-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 testMichael Kozono2018-02-141-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 documentationGrzegorz Bizon2017-08-161-2/+8
|
* Document a new migrations testing techniquedocs/gb/document-new-migrations-testing-techniqueGrzegorz Bizon2017-06-151-0/+87