Adrien S

Results 19 issues of Adrien S

I realised after upgrading to rails 7.1 that when I encounter an exception in the view, I do not get the familiar `ActionDispatch::DebugExceptions` page anymore, but rather my `exceptions_app` After...

I'm experiencing something weird. With qt 5.4 (`brew install qt5`), when I run several specs, `page.body` will be empty in all specs expect the first one. Some assertions will pass...

When inspecting the failed jobs, I want to see in an instant the most recent ones. This seems to be the default in Sidekiq and GoodJob AFAICS. I was very...

`ActiveJob::Core` sets the `enqueued_at` property in UTC : https://github.com/rails/rails/blob/a2d2155e0ecdf18c469ccdfd28ca225fd7a42795/activejob/lib/active_job/core.rb#L119 Some other properties such as `finished_at` are set in the current time zone. To make sure we compare times within the...

It would be great to be able to dispatch a new job for a recurring task straight from the mission control recurring task page. I would love to make a...

In some cases (when grover is present for exemple) we need a node runtime to be able to launch some JS deps from ruby. But, when no node runtime is...

I realized that retrying a job from GoodJob would enqueue it in the current locale of the GoodJob dashboard, even if the job was originally enqueued in a different locale....

activejob

Whenever I try to save a ruby file, its "modified" status will reset to modified shortly after This only happens when the "AutoCorrect on Save" feature is selected See screencast...

question

When `fail_on_difference` is set to true, running the specs will pass but screenshots files will be changed (I see them as modified with git status), with no visible diffs in...