Chris O'Donnell

Results 12 comments of Chris O'Donnell

@stereoscott @ejholmes Hey I'm getting this same error and its currently bringing a stop to a project, what needs done so this can be merged? or is there a workaround?

I was somewhat able to recreate this: I disabled a Redis backed toggle(set to off) then without refreshing the page, a few minutes later turned it back on and got...

So an easy fix is to add this to your routes file. ``` devise_for :users, controllers: {}, skip: [:sessions, :registrations] ``` This allows devise and simple token to work with...

Related issue? => ``` ruby AdminGlobalSetting.interviews_date #=> 2016-06-12 db_column is just date date = AdminGlobalSetting.interviews_date - 1.day puts date #=> 2016-06-11 Timecop.freeze(date) do puts Date.today #=> 2016-06-10 DateChecker.new.perform end ```...

Small Update Historically we have had some workers die, where they freeze and also loose their heartbeat, it expires. We check for expired workers every few minutes and kill them....

I accidentally closed this, and reponed. @PatrickTulskie What we noticed was jobs that should take a few seconds were taking 45+ minutes and the worker simply never stopped working that...

@sharp @gotar Did you find an an answer to this. I'm having an issue with this on rails 5.1 and ruby 5.5 ``` [16] pry(main)> Marshal.dump(User.first).to_json Encoding::UndefinedConversionError: "\x80" from ASCII-8BIT...

@christoomey Hey thanks for the response. So my current workflow is to have 2 tmux panes split vertically, with the bottom split being the runner. I usually open the runner...

@nambrot I have updated my comment, with a possible issue I'm not familiar with implementing plugins for Rspec. Any documentation you can point me to would be awesome. Thanks for...

Is there any way this is related to? https://github.com/resque/resque/issues/1895