alchaplinsky / polymer-rails

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

Added support for JRuby #59

Closed voondo closed 8 years ago

voondo commented 9 years ago

fixes #32

voondo commented 9 years ago

This patch relies on Jsoup instead of nokogiri to parse the html. This is not a very clean solution but as long nokogumbo does not support jruby (https://github.com/rubys/nokogumbo/issues/24), I don't see a better one.

alchaplinsky commented 8 years ago

Great! Thanks for this effort @voondo