Read more

faviconit.com: Super-simple favicon generator

Dominik Schöler
March 07, 2014Software engineer at makandra GmbH

Eduardo Russo was tired of complex favicon creation Show archive.org snapshot and created his own favicon generator Show archive.org snapshot . It's really easy and allows a lot of image editing before rendering the favicons, in all needed sizes, formats and with the HTML needed to include them!

Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

In Rails applications with Haml:

  • put all the favicon files into /public
  • store the HTML to app/views/layouts/_favicon.html
  • add = render 'layouts/favicon' to <head> in your application layout(s)

... and you're all set.

Posted by Dominik Schöler to makandra dev (2014-03-07 14:53)