Skip to content

Commit 7834a78

Browse files
destroy_all_in_batches is off by default for newly generated Rails apps.
Following up rails#42673 (comment)
1 parent d305be0 commit 7834a78

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

activerecord/CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
config.active_record.destroy_all_in_batches = true
2828
```
2929

30-
The option is on by default for newly generated Rails apps. Can be set in
31-
an initializer to prevent differences across environments.
32-
3330
*Genadi Samokovarov*, *Roberto Miranda*
3431

3532
* Adds support for `if_not_exists` to `add_foreign_key` and `if_exists` to `remove_foreign_key`.

0 commit comments

Comments
 (0)