Sha256: 4f914e73255aa978c36e1aa9bff99f182bf9831d5118f4638f3b6448d49fe824

Contents?: true

Size: 808 Bytes

Versions: 1

Compression:

Stored size: 808 Bytes

Contents

# unreleased

- New feature: `TestData.load_rails_fixtures` to override default fixtures
  behavior by loading it in a nested transaction after `TestData.truncate`
- Breaking change: move transactions configuration out of `TestData.load` and
  instead a global setting for `TestData.config` named
  `use_transactional_data_loader`
- Cascades truncation of test_data tables unless they're explicitly specified by
  the truncate_these_test_data_tables` option
- Add secrets.yml and cable.yml generators to `test_data:configure` task
- Print the size of each dump and warn when dump size reaches certain thresholds
  or increases significantly in the `test_data:dump` task

# 0.0.2

- Make the rest of the gem better
- Rename `TransactionData.load_data_dump` to `TransactionData.load`

# 0.0.1

- Make it work

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
test_data-0.1.0 CHANGELOG.md