Wednesday, February 19, 2014

ActionController::RoutingError (No route matches [GET] "/favicon.ico") in Rails - Stack Overflow

ActionController::RoutingError (No route matches [GET] "/favicon.ico") in Rails - Stack Overflow: "
Manually place the favicion.ico file in the public/ directory of your application.
Put the favicon.ico in app/assets/images/ and then change your " rel="shortcut icon" />
This will place the favicon.ico in public/assets/favicon.ico, not in the document root.

I suggest sticking with #1 above."



'via Blog this'

No comments:

Post a Comment