How can I add an icon to my Rails application (to show in tabs when opened in a browser, etc.)?
You're talking about a favicon.
Add this in the head part of your layout:
<link rel="shortcut icon" href="/path_to_your_pic"/>
                        You can use Favicon Rails helper:
<%= favicon_link_tag %>
Or if you want another image than favicon.ico
<%= favicon_link_tag 'another_image.ico' %>
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With