Asset pipeline DEPRECATION WARNING tsort.rb:226

前端 未结 3 1862
刺人心
刺人心 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:44

    Open your environments file. (either environments/production.rb, environments/development.rb, environments/test.rb) depending on which environment you are in.

    Change

    config.serve_static_assets
    

    to

    config.serve_static_files
    

提交回复
热议问题