-
Rails 8 has dropped support for Sprockets in favor of Propshaft, leading to a multitude of app breaking errors when trying to use this gem.
-
With the release of Rails 8 and new apps having Propshaft instead of Sprockets, How are Rails engines being made to work for both styles? For example many gems contains a Web UI which is a Rails engin…
-
We are seeing the `Sprockets::Rails::Helper::AssetNotPrecompiledError` error, but it doesn't happen all the time, and haven't been able to reproduce it. Sorry this issue is going to sound weird :(, bu…
-
Right now it adds the `--minify` flag even if `Rails.config.assets.compress = false`. I think it shouldn't add this flag in that case.
-
We get the following error:
```
bootstrap-rubygem requires a Sass engine. Please add dartsass-sprockets, sassc-rails, dartsass-rails or cssbundling-rails to your dependencies. (LoadError)
```
-
Hi there,
I am using:
* Ruby 3.1.2p20
* Rails 7.0.3
* Uglifier 4.2.0
In a previous version of Rails/Ruby (Rails 6 on Ruby 3.0), it was working correctly. However now I just see this:
```
…
-
The goal of this task is to be able to update middleman, currently we're using middleman 4.2.1 (2017)
Middleman removed the Rails asset pipeline (`middleman-sprockets`) in his version 4.4
- Remove `…
-
We are currently using `dartsass-ruby` as a dependency of `dartsass-sprockets` but v1.x of the `uri` gem has an ABI change which breaks it:
```
bin/rails aborted!
ArgumentError: wrong number of a…
-
Vulnerable Library - sprockets-rails-3.4.2.gem
Path to dependency file: /Gemfile.lock
Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/actionpack-7.0.4.3.gem
## Vulnerabiliti…
-
It seems a bit dangerous to have a monkeypatch gem that doesn't pin the version of Sprockets that it's monkeypatching. Is there a reason it was not included in the `gemspec`?