rails/activerecord/test
Ricardo Díaz 434fb39d47
Add new "encrypted_books" table to the schema
Reusing the "books" one could cause interferences when fixtures are
loaded in a very specific order such as:

https://buildkite.com/rails/rails/builds/76217#ee4ce591-e6c1-4a0d-a7db-1f83647d141e

Reproduction script:

```
activerecord $ bin/test -v --seed 23607 -n "/^(?:EagerAssociationTest#(?:test_preloading_a_regular_association_with_a_typo_through_a_polymorphic_association_still_raises)|ActiveRecord::Encryption::EncryptableFixtureTest#(?:test_fixtures_get_encrypted_automatically)|ViewWithoutPrimaryKeyTest#(?:test_attributes|test_reading))$/"
```
2021-04-03 08:00:01 -04:00
..
active_record/connection_adapters Deduplicate various Active Record schema cache structures 2019-06-03 13:31:42 +02:00
activejob Fix end alignment 2021-03-21 15:46:36 +09:00
assets Replace test Man with Human 2020-08-14 11:37:09 -04:00
cases Add new "encrypted_books" table to the schema 2021-04-03 08:00:01 -04:00
fixtures Add new "encrypted_books" table to the schema 2021-04-03 08:00:01 -04:00
migrations Show a warning when running no migration using SCOPE 2021-01-26 15:05:35 +01:00
models Add new "encrypted_books" table to the schema 2021-04-03 08:00:01 -04:00
schema Add new "encrypted_books" table to the schema 2021-04-03 08:00:01 -04:00
support Allow async executor to be configurable 2021-02-19 12:34:57 -05:00
config.example.yml Make we always type cast TimeWithZone objects before passing to mysql2 2021-02-11 22:45:14 +00:00
config.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00