Zane Pickett

Results 14 issues of Zane Pickett

I have a few workers that sole point is to figure out how much work there is and split it into workers. Then I have tasks that need to be...

Is there a way to use the validation matches for hard validations, ie `validate!`? This has been [supported by rails](https://apidock.com/rails/ActiveModel/Validations/validate%21) for a long while, and generally seems like the preferable...

This adds the ability to support the icon toggling required for mobile menus.

I am working on a rails/jwt integration ([sirwolfgang/jwt_keeper](https://github.com/sirwolfgang/jwt_keeper)), which I would like to integrate with sorcery. One of the key things is that the tokens are not stored in sessions,...

Currently, the update flow checks to see if that `watch` or `at` fields were changed, but then proceeds to only enqueue a worker if the `at` field is in the...

https://github.com/hired/reactor/blob/dd8a15a7c90a3779cc2e4ad44053ae01ca44e469/lib/reactor/workers/mailer_worker.rb#L26-L29 I was stepping through this code, on rails 5.0.4, to debug an issue on my branch, and notice that `Mail::Message` never implements `deliver_now` only `deliver`. So this switch is...

I am unable to filter action cable params. ``` method= path= format= params={"token"=>"...."} controller=ApplicationCable::Connection action=connect status=200 duration=216.54 ``` They come in on the `data` [attribute here](https://github.com/roidrage/lograge/blob/master/lib/lograge/rails_ext/action_cable/connection/base.rb#L15) but don't seem overloadable...

This is a part of fixing the https://github.com/RubyMoney/money-rails/issues/697