opal / opal-rails

Bringing Ruby to Rails · Rails bindings for Opal
http://opalrb.com/#getting-started-rails
488 stars 65 forks source link

using opal in HAML filter not working #39

Closed cantonic closed 9 years ago

cantonic commented 9 years ago

when trying to use opal in a HAML filter like...

#content
  Foobar

:opal
  Document.ready? do
    puts 'yay'
  end

... throws error in javascript console: Uncaught ReferenceError: Opal is not defined

in my application.js opal is required at the top.

using

elia commented 9 years ago

Ensure you're not using async on script tags

elia commented 9 years ago

is this still an issue?

elia commented 9 years ago

Closing, but feel free to ping me for this to be reopened