diff --git a/config/application.rb b/config/application.rb index 3bd9d02fc..7e16c63b1 100644 --- a/config/application.rb +++ b/config/application.rb @@ -17,7 +17,8 @@ class Application < Rails::Application # not contain `.rb` files, or that should not be reloaded or eager loaded. # Common ones are `templates`, `generators`, or `middleware`, for example. config.autoload_lib(ignore: %w[assets tasks]) - + config.global_id.app = 'mrt-dashboard' + # Configuration for the application, engines, and railties goes here. # # These settings can be overridden in specific environments using the files diff --git a/config/environments/docker.rb b/config/environments/docker.rb index 812e6cdc0..9e71b929f 100644 --- a/config/environments/docker.rb +++ b/config/environments/docker.rb @@ -11,7 +11,7 @@ # your application in memory, allowing both threaded web servers # and those relying on copy on write to perform better. # Rake tasks automatically ignore this option for performance. - config.eager_load = true + config.eager_load = false config.active_support.deprecation = :log