ActionController::RoutingError (No route matches "/favicon.ico")
但我的favicon.ico在我的公共目录…任何想法如何解决这个? Nginx根本就不会出错.
server { listen 80; root /var/www/my_project/current/public; }
你在头脑中使用一个favicon_link_tag帮助器吗?