rails-heroicon
rails-heroicon copied to clipboard
Ruby on Rails views helpers for the awesome heroicons by Steve Schoger.
As with Rails, this allows to configure the cache store through `config.rails_heroicon_cache_store` By default it is set to :memory_store. Closes #48
This is a feature request. [`icon_cache`](https://github.com/abeidahmed/rails-heroicon/blob/30ca6e8dc51b737d795f14615fdf2e3adb961b92/lib/rails_heroicon/helper.rb#L7) is using a `Hash` by default It would be great to: 1. Set the cache as a config.cache_store in the Railtie 2. Use a...
This is in reference to issue #33 where we may want to define a workflow to help keep this gem up to date based on new versions of heroicons being...