-
Hi,
I'm having troubles when deploying to heroku:
The line is the following:
```
linearVerticalSynopticCtrl.Bus = class {
```
and creates the following stacktrace:
```
ExecJS::ProgramError: Unex…
-
Hi,
I have a an older rails app making use of sass files, which I just wanted to update. Since sass-rails is outdated, I've replaced it with sassc-rails and found, that it does not compile my sass s…
-
When pushing a Rails 4 app without Sprockets, the following exception is raised:
```
remote: /app/tmp/buildpacks/b7af5642714be4eddaa5f35e2b4c36176b839b4abcd9bfe57ee71c358d71152b4fd2cf925c5b6e6816a…
-
RAILS_ENV=production bundle exec rake assets:precompile
```
[...]
[SassC::FunctionsHandler] undefined method `[]' for nil:NilClass
rake aborted!
SassC::SyntaxError: Error: error in C function …
-
Hi,
When there is a javascript code that contains String interpolation an error is raised.
Given a piece of code such as this:
```
var a = 500
`${a}`
```
An error like this is raised:
…
-
I have updated sprockets and now get `ActionView::Template::Error (undefined method`find_asset' for nil:NilClass)`.
`Rails.application.assets` is `nil` unless `assets.compile` is set, which defaults …
-
```
$ RAILS_ENV=production rake assets:precompile
svgo worker: `svgo` not found; please provide proper binary or disable this worker (--no-svgo argument or `:svgo => false` through options)
rake abort…
-
-
Broken pipe (Errno::EPIPE) Error with Ruby 2.3.1 & Rails 5.0.2 Assets Precompile
```
gems/sprockets-derailleur-1.1.0/lib/sprockets-derailleur/manifest.rb:122:in `write': Broken pipe (Errno::EPIPE)…
-
### Steps to reproduce
Upgrade Rails to 7.1
### Expected behavior
Don't render header as text
### Actual behavior
After upgrading to Rails 7.1 routes rendering views with `= react_component…