Skip to content

Commit 9f33178

Browse files
Merge pull request rails#42714 from robertomiranda/patch-3
destroy_all_in_batches is off by default for newly generated Rails apps.
2 parents d305be0 + 7834a78 commit 9f33178

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)