You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Rails 5 deprecation warning for static_cache_control
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.
0 commit comments