diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-14 11:34:28 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-14 14:09:11 +0100 |
| commit | 64e2bca8326bd46a2ad80b6a7a430dea0f81ff6b (patch) | |
| tree | bf4d1894c45471ee1d38b6292b87e356737f2fb6 /config | |
| parent | 90feff2bfcbdb5586a459c2350a4172a4423668e (diff) | |
| download | operum-64e2bca8326bd46a2ad80b6a7a430dea0f81ff6b.tar.gz operum-64e2bca8326bd46a2ad80b6a7a430dea0f81ff6b.zip | |
Added rubocop-minitest
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'config')
| -rw-r--r-- | config/environments/production.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index a9e4d6d..d148180 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -90,6 +90,9 @@ Rails.application.configure do # Don't log any deprecations. config.active_support.report_deprecations = false + # In our case having SQLite in production is actually just fine! + config.active_record.sqlite3_production_warning = false + # Do not dump schema after migrations. config.active_record.dump_schema_after_migration = false |
