David Heinemeier Hansson
David Heinemeier Hansson
Either way, this isn't the fix.
Don't see how this works when the asset is a binary file? If we're assuming ASCII-8BIT, what happens when you try to read a PNG?
Replaced by https://github.com/rails/propshaft/pull/188.
We use `stylesheet_link_tag :all` in ONCE/Campfire.
We need to fix the underlying issue. Just saying it’s not a problem for us because we don’t use includes. But you should be able to use includes. Propshaft needs...
Fixed by https://github.com/rails/propshaft/pull/188
cc @rafaelfranca, do you or anyone on the team have some bandwidth to verify this? Sprockets is a bit of an unruly beast at the moment, and the criticality is...
Just adding my two cents that I think it's unrealistic that every browser extension out there in the wild is going to get cleaned up. And leaving it like this,...
cc @kevinmcconnell
On second thought, we can't just expose 80/443, since we'll need to be able to sit behind Kamal's proxy for deployment. What do you suggest, @kevinmcconnell?