Skip to content

Commit 052e3a1

Browse files
committed
Remove duplicate in config and setup env fix.
1 parent ca7555f commit 052e3a1

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

bin/setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env ruby
1+
#!/usr/bin/env sh
22
require "fileutils"
33

44
# path to your application root.

config/environments/production.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@
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

config/environments/staging.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@
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

@@ -85,7 +82,7 @@
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

0 commit comments

Comments
 (0)