Harm de Wit

Results 5 comments of Harm de Wit

Weird things happen when the clientSideStorage is enabled. Every preview window incorrectly shows the content of the last loaded editor. Better disable the clientSideStorage option when using multiple editors on...

Unfortunately no, the page still loads the an insecure iframe from a source without https.

Unfortunately we did not find a solution and decided to disable Turbolinks. I believe all ads were loading on first visit, but subsequent pages loaded irregularly. Sometimes some ads loaded,...

I'm using the http provider in combination with the default Rails cache store. Seems to work fine :smile: ``` ruby # config/initializers/roadie.rb class RoadieRailsCacheStore def [](path) Rails.cache.read(path) end def []=(path,...