-
**Problem**
Running a single system test takes about 50 seconds on a project with lots of SASS files. I've investigated Sprockets and found out that SASS files are processed each time a test runs, …
-
### Steps to reproduce
The following paths are added to my `assets_manifest` in `deploy.rb`:
```ruby
desc "define assets manifests files"
task :set_assets_manifests do
on roles(:app) …
-
I decided to try out the gem but when i try to enter the dashboard i get this error:
undefined method `job_status_circle_class' for an instance of #
```
10:47:58 web.1 |
10:47:58 web.1 |
10…
-
Hi there,
This might have been me testing the new GitHub Actions setup. See #84
When I ran the GitHub Action for this gem (https://www.railsbump.org/gems/payola_spy) I saw this:
```
Run ./e…
-
If there is no newline at the end of `app/assets/config/manifest.js`, `append_to_file` in the following codeblock will add `//= link_tree ../builds` to the end of the last line, breaking the build wit…
-
-
Vulnerable Library - sass-rails-5.0.6.gem
Path to dependency file: /Gemfile.lock
Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/sprockets-3.7.1.gem
Found in HEAD commit: 4f7…
-
It would help enormously if we had better documentation on the incompatibilities with `sassc-rails` and known workarounds for them. I'm willing to create a `README.md` or `docs/migrating.md` PR, but …
-
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…
-
# Problem
According to the documentation, you can enable the generation of inline source maps using the following configuration:
```ruby
Rails.application.config.sass.inline_source_maps = true
…