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

Bringing Ruby to Rails · Rails bindings for Opal

Results 3 opal-rails issues
Sort by recently updated
recently updated
newest added

Using Rails 6.0.1 and opal-rails 1.1.2: application.js contains: ``` //= require opal Opal.require("opal") ``` JS-file renders (the page loads), but the browser gives an error: `LoadError: cannot load such file...

sprockets
bug

Hello I got some issue on installation

`./bin/rails g opal:install` raises ``` No such file or directory @ rb_sysopen - app/views/layouts/application.html.erb ``` if the layout is not erb. Since it mentions the haml filter below, i thought...