James Martin
James Martin
Thanks for the PR. If you have time to write a test, that would be much appreciated. ✨
This seems like it might be a duplicate of #109, which also suggests a fix. There's also an open PR (#100) that partly addresses the `media` prefix path and just...
@george-norris-salesforce can you give [v1.7.0](https://github.com/jamesmartin/inline_svg/releases/tag/v1.7.0) a try to see if that fixes the problem?
> I am sure it also didn't work using `inline_svg_pack_tag "media/images/abc.svg"` but now suddenly it works after I tried loading that using `asset_pack_path` Glad it's working for you now. 👍...
@arusa sorry to hear you're still having trouble. By default there are two ways that this gem finds your files: ## Webpack If you're using Webpacker, the file lookup varies...
> rather than just looking for `media`, check instead for `media/images`? @clinejj thanks for the suggestion. I don't have a strong opinion on this one, as I don't really use...
@mjc-gh thanks for opening this issue and for linking to your patched version. I haven't given much thought to Rails 7 support yet so I'm happy to hear that you...
> I also think I am incorrect in that asset pipeline/sprockets is not being removed entirely. I can look more into the underlying changes with Rails 7 and see what...
Thanks for opening this issue, @rhymes. ✨ This seems like a reasonable request to me.
👋 any movement on this? I'm trying to achieve the same thing.