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

Example Ruby on Rails App with polymer-rails gem

Results 2 polymer-rails-example issues
Sort by recently updated
recently updated
newest added

This project doesn't include any unit tests. It would be nice to have an example of how to test Polymer elements in Rails

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 ```...