We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ec15b commit 7bcfe44Copy full SHA for 7bcfe44
railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_7_0.rb.tt
@@ -55,3 +55,8 @@
55
56
# Raise when running tests if fixtures contained foreign key violations
57
# Rails.application.config.active_record.verify_foreign_keys_for_fixtures = true
58
+
59
+# Disable partial inserts.
60
+# This default means that all columns will be referenced in INSERT queries
61
+# regardless of wether they have a default or not.
62
+# Rails.application.config.active_record.partial_inserts = false
0 commit comments