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
Since 7.1, Rails supports using Rack 3 (and newly generated apps will
get it by default). However, newly generated apps are currently being
generated with configuration that does not follow the Rack 3 SPEC.
Rack 3 requires all response headers be downcased, so this commit
downcases the cache-control headers in generated environment files.
0 commit comments