Dennis Blommesteijn

Results 4 comments of Dennis Blommesteijn

I had the same issue with Rails4 issue indeed, and the one @andrei4002 is describing! It turned out to be an issue with environments! faye rack runs in production, and...

@chrise86 I'm not sure what your issue is, however my problem was triggered when faye (running in production) was trying to use the production configuration to access information from my...

I've monkey patched `record_hash` myself, so record.cache_key is called with `fieldset` props as @everlast240 suggested 👍 **Edit:** I'm using a different fork for this gem as this one apparently is...

Adding `gem 'log_switch', '~> 0.4.0'` to your project's Gemfile will lock versions below 1.0.0. This is a workaround and needs a proper fix.