Adding a Favicon to Your Rails 7 App
It's super easy to do with Rails. Just make the image you would like to be your favicon. I would suggest a square png file.
Then, upload the file to your app/assets/images folder.
Next, add the code to display your favicon in the head section of your application layou...
read more
August 27, 2022