Open jamesmartin opened 5 years ago
Would love to keep inline_svg
as the default method, and instead be able to configure if it should point to sprockets or webpacker. Feels a bit weird to me to have to define in respective view files if I use sprockets or webpacker, and have to change all my svg view code if I change from one to the other!
Feels a bit weird to me to have to define in respective view files if I use sprockets or webpacker, and have to change all my svg view code if I change from one to the other!
Agreed. 👍
Feels a bit weird to me to have to define in respective view files if I use sprockets or webpacker, and have to change all my svg view code if I change from one to the other!
Agreed. 👍
Does that mean we can get rid of the depreciation warning for using inline_svg
? I can make a PR for that, if you'd like?
A laundry list of things we'd like to do for version 2.0:
inline_svg
helper in favor of the new specific helpers introduced in #103