我在开发模式中遇到了下面的错误,我尝试了所有的解决方案,但都没有对我起作用。我正在使用rails版本5.1.4和ruby版本2.4.1
Started GET "/assets/images/logo.png" for ::1 at 2021-03-05 01:07:59 -0700ActionController::RoutingError (No route matches [GET] "
我已经将css放在stylesheets文件夹中,并将图像放在images文件夹中。这两个文件夹都在我的rails应用程序的公共文件夹中。Served asset /blueprint/print.css - 404 Not Found (2ms)
ActionController::RoutingError (No route matches::RoutingError (No route matches [GET] "/<e
这个问题--我认为--指向一个被删除的图像,但应用程序中绝对没有名为missing的图像。ActionController::RoutingError (No route matches [GET] "/images/medium/missing.png")::format) pins#new
edit_pin GET /pins