rails--rails/activerecord/test
Jean Boussier 125987e35d Deprecate `partial_writes` in favor of `partial_inserts` and `partial_updates`
This allows to have a different behavior on update and create.

For instance it might be desirable to disable partial inserts
to protect against a concurrent migration removing the default
value of a column, which would cause processes with an outdated
schema cache to fail on insert.
2021-06-02 15:04:08 +02:00
..
active_record/connection_adapters Deduplicate various Active Record schema cache structures 2019-06-03 13:31:42 +02:00
activejob Updated abbreviation for single table inheritance. 2021-04-16 11:53:05 +05:30
assets Replace test `Man` with `Human` 2020-08-14 11:37:09 -04:00
cases Deprecate `partial_writes` in favor of `partial_inserts` and `partial_updates` 2021-06-02 15:04:08 +02:00
fixtures Remove fixed "id" in encrypted book fixtures 2021-04-13 08:55:44 -04:00
migrations Show a warning when running no migration using SCOPE 2021-01-26 15:05:35 +01:00
models Derive foreign key from model name in `has_many` associations 2021-05-12 15:21:31 -04:00
schema Add option to skip joins for associations. 2021-04-19 11:17:31 -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