File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1- #!/usr/bin/env ruby
1+ #! /usr/bin/env sh
22require " fileutils"
33
44# path to your application root.
Original file line number Diff line number Diff line change 5555 # Prevent health checks from clogging up the logs.
5656 config . silence_healthcheck_path = "/up"
5757
58- # Don't log any deprecations.
59- config . active_support . report_deprecations = false
60-
6158 # Replace the default in-process memory cache store with a durable alternative.
6259 # config.cache_store = :mem_cache_store
6360
Original file line number Diff line number Diff line change 5555 # Prevent health checks from clogging up the logs.
5656 config . silence_healthcheck_path = "/up"
5757
58- # Don't log any deprecations.
59- config . active_support . report_deprecations = true
60-
6158 # Replace the default in-process memory cache store with a durable alternative.
6259 # config.cache_store = :mem_cache_store
6360
8582 config . i18n . fallbacks = true
8683
8784 # Don't log any deprecations.
88- config . active_support . report_deprecations = false
85+ config . active_support . report_deprecations = true
8986
9087 # Do not dump schema after migrations.
9188 config . active_record . dump_schema_after_migration = false
You can’t perform that action at this time.
0 commit comments