Skip to content

Commit 720f6b1

Browse files
authored
Remove refenrence to destroy_all_in_batches config
This feature was reverted.
1 parent f55cdaf commit 720f6b1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

guides/source/configuring.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -732,12 +732,6 @@ Allows specifying the Active Job queue to use for destroy jobs. When this option
732732

733733
When true, will always include column names in `SELECT` statements, and avoid wildcard `SELECT * FROM ...` queries. This avoids prepared statement cache errors when adding columns to a PostgreSQL database for example. Defaults to `false`.
734734

735-
#### `config.active_record.destroy_all_in_batches`
736-
737-
Ensures `ActiveRecord::Relation#destroy_all` performs the record's deletion in
738-
batches. `ActiveRecord::Relation#destroy_all` will no longer return the collection
739-
of the deleted records after enabling this option.
740-
741735
#### `config.active_record.verify_foreign_keys_for_fixtures`
742736

743737
Ensures all foreign key constraints are valid after fixtures are loaded in tests. Supported by PostgreSQL and SQLite only. Defaults to `false`.

0 commit comments

Comments
 (0)