Kristian Gerardsson

Results 45 comments of Kristian Gerardsson

@tsnieman thanks, I'll try it out :) Edit: Works now :) However just FYI, I'm having problems with other components. **core-icon** was missing some styles that I had to add...

``` //Missing core styles for some browsers //http://stackoverflow.com/questions/27066400/polymer-icons-within-elements-not-rendering-in-firefox-or-safari-rails-app-with core-icon-button { -moz-user-select: none; border-radius: 2px; box-sizing: border-box; cursor: pointer; display: inline-block; font-size: 1rem; margin: 2px; padding: 7px; vertical-align: middle; } html...

Someone told me the `noscript` attribute wasn't required. But removing it got me blank screens. Could this be the same issue for you?

Current workaround: 1. Don't use `Turboboost.insertErrors = true` 2. Overrider the error messages JSON in an initializer. ``` module Turboboost module Controller extend ActiveSupport::Concern def render_turboboost_errors_for(record) render json: record.errors, status:...

@hsgubert Looks cool :)

Any news? Running bundle install is always slow as github sources dont cache. Even more so when travelling without a good connection

We rely on dependabot so much, cause we love it! :P But missing the PRs for the frontend now 😢

Possible feature request? Or will never happen? :D