Asset pipeline DEPRECATION WARNING tsort.rb:226

前端 未结 3 1823
刺人心
刺人心 2021-01-21 19:30

I have rails 4.2 working fine on development but in production env I have the following warning:

DEPRECATION WARNING: The configuration option `con

3条回答
  •  醉梦人生
    2021-01-21 19:39

    The deprecation warning you're getting is most probably caused by another gem that's setting that configuration for you. For me, we're using rails_serve_static_assets and we're using version 0.0.2. To remove the deprecation warning, just update the gem (issue has been fixed in version 0.0.3)

    bundle update rails_serve_static_assets
    

提交回复
热议问题