Garrett Bjerkhoel
Garrett Bjerkhoel
Good catch here. I'll look into it. In the meantime you could just move the conditional above any members that are always going to be returned. From: ``` ruby foo...
Could you paste what the contents of `forecasts/index.json.json_builder` is?
You can fix this by creating a file at `lib/active_job/uniqueness/strategies/until_executed_patch.rb`: ```ruby # frozen_string_literal: true require "active_job/uniqueness/strategies/until_executed" module ActiveJob module Uniqueness module Strategies class UntilExecutedPatch < UntilExecuted def before_enqueue return if...
> Also, is it possible to test the behavior when joins are disabled, and we attempt to load associated data from a different database cluster—similar to the setup we have...
I worked on an [implementation](https://github.com/dewski/vscode-simplecov/blob/main/src/coverage.ts) parsing SimpleCov reports over in [dewski/vscode-simplecov](https://github.com/dewski/vscode-simplecov) that parses SimpleCov's optional branch coverage reporting if anyone would like to reference.