https://github.com/randikabanura/dynamic_favicon_app
Dynamically changing the favicon in Rails
https://github.com/randikabanura/dynamic_favicon_app
Last synced: 2 months ago
JSON representation
Dynamically changing the favicon in Rails
- Host: GitHub
- URL: https://github.com/randikabanura/dynamic_favicon_app
- Owner: randikabanura
- License: mit
- Created: 2023-10-19T07:37:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T17:29:30.000Z (over 1 year ago)
- Last Synced: 2025-02-05T02:39:02.780Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dynamic Favicon App
Do you want to dynamically change the favicons in a Rails application?
Here is how to do it. In a new tech article in Medium, I discuss ways to achieve this. One of which is Page wise favicons where you can use a Ruby module (Rails helper) to achieve that. Another one is action-based and event-based favicon changes that you can do using Stimulus. Both of these approaches are thoroughly discussed in the article.
Please check out it for more details: https://banurarandika.medium.com/dynamically-changing-the-favicon-in-rails-60c630244d52
## Author
Name: [Banura Randika Perera](https://github.com/randikabanura)
Linkedin: [randika-banura](https://www.linkedin.com/in/randika-banura/)
Email: [[email protected]](mailto:[email protected])## Show your support
Please ⭐️ this repository if this project helped you!
## License
See [LICENSE](LICENSE) © [randikabanura](https://github.com/randikabanura/)