Skip to content

Commit

Permalink
Add an entry for active_record.partial_inserts in new_framework_defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Jul 13, 2021
1 parent 88ec15b commit 7bcfe44
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -55,3 +55,8 @@

# Raise when running tests if fixtures contained foreign key violations
# Rails.application.config.active_record.verify_foreign_keys_for_fixtures = true

# Disable partial inserts.
# This default means that all columns will be referenced in INSERT queries
# regardless of wether they have a default or not.
# Rails.application.config.active_record.partial_inserts = false

0 comments on commit 7bcfe44

Please sign in to comment.