diff --git a/config/environments/production.rb b/config/environments/production.rb index fa203f7c851978f31de3f90ef8cf071425f38c84..ca7a203d2da39349aac6baffb4591eb1330d01e9 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -87,6 +87,9 @@ Rails.application.configure do # Do not dump schema after migrations. config.active_record.dump_schema_after_migration = false + # Do not warn about sqlite in production + config.active_record.sqlite3_production_warning = false + # Enable DNS rebinding protection and other `Host` header attacks. # config.hosts = [ # "example.com", # Allow requests from example.com