How can I add an icon to my Rails application (to show in tabs when opened in a browser, etc.)?
You can use Favicon Rails helper:
<%= favicon_link_tag %>
Or if you want another image than favicon.ico
<%= favicon_link_tag 'another_image.ico' %>
2.1m questions
2.1m answers
60 comments
57.0k users