Michael Leimstädtner
Michael Leimstädtner
The `geordi commit` currently [creates a commit](https://github.com/makandra/geordi/blob/master/lib/geordi/gitpt.rb#L24) with the following format if PT is connected: ``` title: "[##{story.id}] #{story.name}" ``` I suggest to add a direct link to the PT...
I recently stumbled across a weird behavior in ActiveRecord migrations that appears to be a bug: `update` statements within the `change` method are being **silently executed** during the rollback phase...
### Bug description While testing an application which was using Unpoly, I noticed that the Cookie Banner was somehow not working at all. The culprit however was the JavaScript exception...
The current implementation of `geordi tests` looks like this: ```rb def tests(*args) if args.any? args, opts = Thor::Options.split(args) error_message = "When passing arguments, the first argument must be either an...
Hi :wave: I had some fun yesterday debugging why my `rake` commands in the `schedule.rb` somehow yielded different results than before without having changed anything to `whenever`. It turns out,...
Hi :wave:, while reviewing the [patch](https://github.com/rails/rails/commit/be898cc996986decfe238341d96b2a6573b8fd2e) for CVE-2024-47889 for Rails LTS we found that it can cause a `NoMethodError` in a specific case (see attached test below). ```rb splits =...
I noticed that the debugging experience of the email matching step is not the best when you're asserting the `Attachments` header with an invalid value. For example: ```cucumber And an...