Adrián Mugnolo

Results 5 issues of Adrián Mugnolo

I can see how this makes setting up CI easier but, in development this configuration will overwrite the development database on every test run. This example is both counterintuitive and...

While debugging an issue with `rails-assets-espi-a11y-dialog` found that, at version 5.0.0, file `app/assets/javascripts/espi-a11y-dialog/a11y-dialog.js` does not match the source code at the same version. The file seems to be of version...

This commit changes the way the asset finder is configured. Instead of setting the asset finder from an initializer to a specific class, the asset finder is now detected unless...

It fixes #151 by allowing the asset finder to be a callable object. This is useful when the asset pipeline is not ready when the initializer is run, for example,...

The Propshaft integration works without configuration but depends on the entries' `Gemfile` order. The detection works when the `inline_svg` is listed after `propshaft`. The issue is caused by `inline_svg` determining...