Justin Searls

Results 287 comments of Justin Searls
trafficstars

By the way, the root cause for this formatting bug should now be fixed in standard 1.25.1

Thanks so much for digging into this and fixing it!! Bumps to #37270 have been irritating my inbox for nearly 5 years! ❤️

By the way, for anyone looking to just disable this, one might write a setup hook like this one, invoking the `disable_test_adapter` method also added by the [ActiveJob::TestHelper](https://github.com/rails/rails/blob/master/activejob/lib/active_job/test_helper.rb#L24-L26): ```ruby def...

@gmcgibbon the difference is that my app's test code isn't doing anything to include `ActiveJob::TestHelper`, it's getting invoked anyway, and that's the change I saw when upgrading to Rails 6.

Thanks for the suggestion, @halo I just pulled down 6-0-0-stable and can confirm it does not fix this in my case, either

Thanks @gmcgibbon for reopening. Unfortunately I'm heading out the door for vacation won't have access to a machine for about a week, including to tell whether the dummy tests in...

FWIW, upgrading to 6.0.1 appears to have resolved the particular failure in my test suite that prompted my originally opening the issue. I can't speak to anyone else running into...

Hello! Was just about to email Josh before checking to see if an issue was open for this. I just spent a few hours feeling REALLY DUMB trying to figure...

For anyone stumbling on this via Google, this is what I did to trigger notifications manually (and to print errors to stdout outside production, which solid queue's CLI does not...

Yep, changelog is manual nowOn Oct 20, 2023, at 02:39, Gil Tayar ***@***.***> wrote: Good question. Since I've been doing the latest releases, then I must have skipped this. @searls...