Results 5 comments of Marcel M. Cary

@apocas: There is some additional detail regarding rationale in each of the commit messages. Does that help meet your request for more input about the change? Also, I'm a little...

I don't think I have commit access to this repo.

@ncri, I agree with laertiades: HerokuRailsDeflate::ServeZippedAssets must appear before ActionDispatch::Static in the middleware stack. And for my Rails 4 apps, it does -- works out of the box.

I was able to deal with some of these challenges by adding a bin directory within my project to PATH that contains: * httpd which just calls apache2 * php-fpm...

Yes, I was able to achieve the work around; I just wondered if there was value in fixing the underlying issue. Thanks! bundle add bootstrap -v '~> 5.3.1' bundle add...