Rails emits warning: “Rack::File headers parameter replaces cache_control after Rack 1.5”

前端 未结 2 1051

I\'ve recently upgraded my Rails to v3.2. The server starts and works, however I\'m noticing the following warning:

Rack::File headers parameter replaces cache_         


        
2条回答
  •  Happy的楠姐
    2021-02-04 23:32

    The warning is caused by a call from within Rails itself. The warning has been fixed in Rails 3.2.13.

提交回复
热议问题