Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display from Active Storage #144

Open
richjdsmith opened this issue Nov 4, 2022 · 5 comments
Open

Display from Active Storage #144

richjdsmith opened this issue Nov 4, 2022 · 5 comments

Comments

@richjdsmith
Copy link

I have disabled Active Storage from displaying the image as a blob by adding an initializer with the following:

Rails.application.config.active_storage.content_types_to_serve_as_binary.delete('image/svg+xml')

However, I am still unable to do something like the following <%= inline_svg_tag product.product_icon, class: 'h-6 w-6', aria: { hidden: true } %> without an error being thrown. Not entirely sure what I am doing wrong.

@jamesmartin
Copy link
Owner

Could you paste in the error you're seeing? 🤔

@elalemanyo
Copy link

@richjdsmith Did you get it to work?

@diniscorreia
Copy link

diniscorreia commented Jul 17, 2023

Same thing happening here. If I use url_for(user.avatar) I get the empty SVG with the file not found error (and the path it shows is actually correct); if I just do user.avatar I get undefined method 'start_with?' for #<ActiveStorage::Attached::One:0x000000010cc8d540>.

Any ideas?

@richjdsmith
Copy link
Author

@richjdsmith Did you get it to work?

Nope. Implemented a dirty fix myself, but never did love how I did it. If I have time I'll track it down and try to do a pull request.

@simmerz
Copy link

simmerz commented Apr 29, 2024

@richjdsmith did you manage to track down your dirty fix? Would be good to see how you've done it at least

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants