matystl

Results 3 issues of matystl

Problem: currently as user i can set displayOptions when voyager is initialized. But there is no option to listen on changes when user change this settings. That means it is...

Problem this PR tries to solve: When you have interface with lot of common fields and multiple implementation of that interface currently all fields are shown for every implementation. That...

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