I keep getting this error due to not having a favicon: ActionController::RoutingError (No route matches [GET] "/favicon.ico"):
but I don't want a favicon. How can I disable this so it stops looking for one?
Asked
Active
Viewed 380 times
0

Catfish
- 18,876
- 54
- 209
- 353
-
See http://stackoverflow.com/questions/1321878/how-to-prevent-favicon-ico-requests – Frederick Cheung Jan 16 '15 at 19:29
1 Answers
-1
Only delete lines which include favicon_link_tag
in your app/views/layouts/application.html.erb
.

Hiroki Kumazaki
- 389
- 1
- 5