-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: no implicit conversion of nil into String #8
Comments
I'm having exactly same issue. running rake assets:precompile gives me exactly same error. /Users/me/.rvm/gems/ruby-2.1.5/gems/sprockets-2.12.3/lib/sprockets/context.rb:80:in Tasks: TOP => assets:precompile |
Same thing here
|
I've patched both core and paper to play nicely with the asset pipeline. Tested with Ruby 2.1.5/Rails 4.2.0 on Yosemite and Ubuntu 14.04. Will submit a pull request but feel free to use these if you're in a pinch: https://github.com/jasonwill/polymer-core-rails.git |
@jasonwill those forks fixed it for me. thanks! |
@jasonwill Are you still planning to submit a pull request? |
The metadata file causing the issue has been removed in version 0.5.5. See googlearchive/core-dropdown#8. I am currently working on a version bump to paper-elements 0.5.5. |
So - after adding all the
require
s and runningrake assets:precompile
I'm getting this error:TypeError: no implicit conversion of nil into String
(in /Users/andrei/.rvm/gems/ruby-2.1.1/gems/polymer-paper-rails-0.2.5/app/assets/components/core-dropdown/metadata.html)
I'm using
ruby 2.1.1p76
on rails 4.0.8.Do you have any idea what might have gone wrong here ?
The text was updated successfully, but these errors were encountered: