alchaplinsky / polymer-elements-rails

Polymer elements for Rails
https://elements.polymer-project.org/
MIT License
39 stars 17 forks source link

polymer and rails 5 #17

Closed disastrous-charly closed 8 years ago

disastrous-charly commented 8 years ago

Hello,

I'm trying to setup polymer with Rails5 rc1, and i'm a newbie in the polymer world. Nothing is working, for the moment.

I followed your Readme. Then, I also did those steps (with bower) : https://github.com/PolymerElements/paper-card/issues/17

Am I missing something ? Is it rails 5 ?

disastrous-charly commented 8 years ago

Nevermind, i'm stupid :

Forgot the <%= html_import_tag 'application'%>

So, it's working with rails 5, good news :-)