emberjs/ember-rails

Issue with JRuby and no handlebars

nadavshatz opened this issue · 2 comments

If you're running the Gem under JRuby without handlebars, your error will be different than the one expected at https://github.com/emberjs/ember-rails/blob/master/lib/ember_rails.rb#L11
I've forked the repo and removed the support for handlebars all together, but a real solution should still be implemented. I'll try and do it myself.

Might be worth adding jruby to the travis suite.

Oops, that's right @nadavshatz .

Might be worth adding jruby to the travis suite.

I'm now working on it.

Cheers! 👍