polymer-rails-example icon indicating copy to clipboard operation
polymer-rails-example copied to clipboard

Does not match current version of polymer-rails

Open phoenixeliot opened this issue 9 years ago • 0 comments

This example doesn't work with the version 0.3.0 of polymer-rails.

The most obvious change necessary is that in application.js,

//= require polymer/polymer

becomes

//= require webcomponentsjs/webcomponents-lite

But after that, I'm getting the same problem I got from my own experimentation: The custom element is simply not inserted into the page.

Given that this is the only example for the polymer-rails gem, it'd be lovely to see it updated to work again.

phoenixeliot avatar May 29 '15 06:05 phoenixeliot