Actions
Bug #21510
closedrails 5.0 deprecation of several app server config options
Description
DEPRECATION WARNING: `config.serve_static_files` is deprecated and will be removed in Rails 5.1. Please use `config.public_file_server.enabled` instead. (called from <class:Application> at /home/tbrisker/foreman/config/application.rb:218) DEPRECATION WARNING: `config.serve_static_files` is deprecated and will be removed in Rails 5.1. Please use `config.public_file_server.enabled = true` instead. (called from block in <top (required)> at /home/tbrisker/foreman/config/environments/test.rb:21) DEPRECATION WARNING: `config.static_cache_control` is deprecated and will be removed in Rails 5.1. Please use `config.public_file_server.headers = { 'Cache-Control' => 'public, max-age=3600' }` instead. (called from block in <top (required)> at /home/tbrisker/foreman/config/environments/test.rb:22)
Actions