Richard Schneeman

Results 473 comments of Richard Schneeman

Source maps are enabled by a flag ` config.assets.debug = true` this triggers the "debug" pipeline in sprockets https://github.com/rails/sprockets/blob/master/lib/sprockets.rb#L107 Unfortunately this `debug` flag also means other things to https://github.com/rails/sprockets-rails. So...

It has to know extensions to convert from extension to mime type https://github.com/rails/sprockets/blob/b7a86f3216564d17d5c537ddbc41a127bde390e6/lib/sprockets.rb#L48 There have been several issues that were solved by saying "Hey Sprockets doesn't ship with support for...

Right now I'm trying to document my wishlist of ways I think sprockets could fail better. I think we need to also do some work in Rails so we're allowed...

I agree, that fallback behavior is hiding a lot. I like the `public_` prefix. I think being more explicit about the behavior you want is a good thing.

> Note that this is reproducible with the old IRB. Ahh, good point I had never tried until today so didn't realize. Thank you! It does seem weird that CTRL+C...

Can you please open a support ticket. Go to help.heroku.com and search for “active storage”. On Fri, Feb 1, 2019 at 5:03 AM raphaelpra wrote: > I am trying to...

Integration tests are failing. They're also failing for me on main locally https://github.com/heroku/libcnb.rs/issues/802