Am using Ruby-on-Rails 3.1. I have placed my favicon.ico
in a public folder. Then I included the link in my layout file as follows:
<link rel="shortcut icon" href="alphaodb.herokuapp.com/favicon.ico" />
I also tried,
<%= favicon_link_tag '/favicon.ico'%>
In Chrome it is getting displayed in development, but not in production.
In Firefox it is not getting displayed in both development or production.
I cleared the cache also. I know it is asked many times in this site itself, but still nothing works for me could any help me in this?