John Bolliger

Results 23 issues of John Bolliger

When a record has two column backed attributes that are aliased together, import breaks across the board because both column names are provided. I briefly looked to see if this...

Related to https://github.com/zdennis/activerecord-import/pull/799 and https://github.com/zdennis/activerecord-import/issues/728 In my model I am aliasing an attribute, when I try to import a record from an existing record, the INSERT INTO sql string has...

If a pod uses serviceAccountName make sure the probes are being set, as if it's being targeted by a service normally. ``` RELNOTE: If a pod is using a serviceAccountName...

**Environment Information** * JRuby `9.3.11.0` * Rails 6.1.7.6 **Expected Behavior** `orig_sum` should be aliased in the refinement from line https://github.com/rails/rails/blob/6-1-stable/activesupport/lib/active_support/core_ext/enumerable.rb#L235 **Actual Behavior** Intermittent errors are being raised like ``` NoMethodError:...

RVM version ``` rvm 1.29.12-next (master) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io] ``` ## Description If ZSH `setopt no_glob` is set, filename expansion when trying to decompress...

I have noticed a large performance regression between Rails 4.2 and 6.1 when quickly checking out a large number of connections. https://github.com/skunkworker/jruby_activerecord_checkout_regression The included benchmark creates connection pools, randomly selects...

Adds Rails 7.0 support. Fixes some ruby 3.1 syntax bugs

Right now I am trying to use the typescript syntax highlight inside of a vue component. By default when the script tag is bare, like `` or `` this works...

This MR does two things. 1. Fixes compatibility with the sidekiq web UI, heartbeats were not autoexpiring, and jobs for an individual worker were not being set to the correct...