rails 生产(production)模式下 上传图片不显示问题解决 如果是 rails s -e production 启动服务的话,上传图片不显示需注释掉 configure/environments/production.rb 文件下的
config.action_dispatch.x_sendfile_header = "X-Sendfile"