我在我的 Rails 5 应用程序中使用 Paperclip gem,在开发中一切正常,但在生产中我没有显示图像,并且在 puma 日志中出现错误:
ActionController::RoutingError (No route matches [GET] "/system/articles/images/000/000/003/medium/learn_language.jpg"):
当我转到public/system/articles/images/000/000/003/medium
图像时,在我的应用程序文件夹learn_language.jpg
中,我无法弄清楚图像没有出现的原因