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

Polymer core elements for Ruby on Rails project

Results 7 polymer-core-rails issues
Sort by recently updated
recently updated
newest added

Why core-elements are installed in 'app/assets/components' It whould be better to add them to vendor/assets/components .... What do you think ?

I managed to precompile rails polymer assets but without polymer core: This is working like charm: ``` gem 'polymer-rails' #gem 'polymer-core-rails' gem 'polymer-paper-rails', git: "https://github.com/alchapone/polymer-paper-rails.git" ``` This: ``` gem 'polymer-rails'...

Hi alchapone! We exchanged some tweets, figured it'd probably be best to file an issue. I'm having trouble with `core-drawer-panel`. Here are some observations that might help debug the problem:...

Hi, I'm testing this with a simple toolbar with a menu icon... but it doesn't appear: ![screen shot 2014-09-04 at 22 54 53](https://cloud.githubusercontent.com/assets/3899/4156581/c3519250-3475-11e4-9a98-b5792459c69c.png) I was trying two weeks ago and...

(not speak English) Hello, I have a problem using "polymer-core-rails" in my rails project. I have installed and configured the following Gemfile gem 'polymer-rails', '0.2.5' gem 'polymer-core-rails', '0.2.0' assets/components/application.html.erb //...

I am using Rails 3.2.x, polymer-rails v0.2.3 and polymer-core-rails v.0.2.0. When trying to precompile the assets, I come to discover that there are several missing referenced resources, and a few...

It looks like the core-icons are missing. Can you please add them?