alchaplinsky / polymer-rails

Polymer and web components for Ruby on Rails
MIT License
286 stars 80 forks source link

Use with JRuby #32

Closed donv closed 9 years ago

donv commented 9 years ago

Hi!

is there a way to use polymer-rails with JRuby? It seems there is a dependency on nokogumbo which tries to compile a C extension.

What is the C extension for?

alchaplinsky commented 9 years ago

polymer-rails uses gumbo parser via nokogumbo gem to process component html see https://github.com/alchapone/polymer-rails/issues/15 for details