Here is what I am trying.
<%= image_tag 'favicon.ico', rel="icon" type="image/x-icon" %>
Try add
<%= favicon_link_tag 'favicon.ico' %>
in head section in your application.html.erb
head
application.html.erb