Ilya
Ilya
Somehow Faraday::TimeoutError object is passed as `response` parameter. In this case it doesn't have status or body, but the request url/headers still matter. Probably the bug is in a different...
`delayed_cancel_now` calls `Resque.remove_delayed_job_from_timestamp` which expects the job to be queued in the queue that defined in the job class. But it's not always the case. In our codebase, we sometimes...
The definition of the cop is "This cop checks that Active Record callbacks are declared in the order in which they will be executed". The "create" and "destroy" callbacks cannot...
I have a lot of keys with invalid namespace ('_' separator instead of ':'), this lead to huge report full of these keys. I'd love to have '--exclude' parameter, ideally...
In all the `add_function` examples you pass `:numeric` type, but there's no clear explanation why this type needed and how it affects the functionality. I experimented with this and couldn't...
The module doesn't catch escaping: 
Sometimes single quotes are legal in the beginning of line, as in map for example. However, the module highlights it as if first quote didn't exist. 
Allows managing distributed (parent-child) jobs with resque-status in a very simple way with both parent and child "perform" actions written in the same class.
Hey, I want to profile my own methods not gems, but flamegraph colors all of my project code with same color, can this be changed? E.g. color by methods and...
When a complex workflow runs for hours, it's very hard to track what's the progress now. It becomes especially complicated when one of the jobs in the workflow fails or...