Postgres can serialize the entire database (more or less) to a sql file using pg_dump.
This file can then be loaded up into a local copy of the database for testing.
-
Copy dev.db
-
createdb shadowlms_development
| ruby '2.7.1' | |
| gem 'rails', github: 'rails/rails' | |
| gem 'tzinfo-data', '>= 1.2016.7' # Don't rely on OSX/Linux timezone data | |
| # Action Text | |
| gem 'actiontext', github: 'basecamp/actiontext', ref: 'okra' | |
| gem 'okra', github: 'basecamp/okra' | |
| # Drivers |