opal-sprockets icon indicating copy to clipboard operation
opal-sprockets copied to clipboard

Sprockets support for Opal (used to be embedded into Opal from v0.6 up to v0.10)

Results 5 opal-sprockets issues
Sort by recently updated
recently updated
newest added

The Rack Specification was updated to state that headers must only use lower-case letters. This means that now Rack::Lint complains about the Content-Type header - all headers should be updated...

Following is error info when run rack test. ``` Sprockets::FileOutsidePaths: /gems/opal-1.3.2/opal/opal.rb is no longer under a load path: /assets/css, /assets/js, /vendor/assets/materialize-src, /opal-1.3.2/opal, /opal-1.3.2/stdlib, /opal-1.3.2/lib, /ast-2.4.2/lib, /ast-2.4.2/lib, /parser-3.0.3.1/lib, /snabberb-1.5.4/opal, /opal-browser-0.3.1/opal, /paggio-0.3.0/lib...

Following is output messages when i run `rake` to run my test, but the test is passing. ``` home/zw963/.rvm/gems/ruby-3.0.2@marketbet_crawler/gems/cliver-0.3.2/lib/core_ext/file.rb:15: warning: method redefined; discarding old absolute_path? /home/zw963/.rvm/gems/ruby-3.0.2@marketbet_crawler/gems/zeitwerk-2.4.2/lib/zeitwerk/kernel.rb:34: warning: /home/zw963/.rvm/gems/ruby-3.0.2@marketbet_crawler/gems/zeitwerk-2.4.2/lib/zeitwerk/kernel.rb:34: warning: loading...

_See discussion on https://github.com/opal/opal-rails/issues/51_