Kevin Bongart

Results 20 issues of Kevin Bongart

I agree with you that `gem install bundle` is annoying, but it would be less so if the user got an error about the gem not being found rather than...

Instead of sorting by order of who joined the game first, the player list should "rotate" so that the Card Czar is first, then the next czar etc.

enhancement
good first issue

Game slugs are being generated once when creating a game, but the logic doesn't check that its unique before sending it to the database (which does enforce uniqueness). There is...

good first issue

Currently, the `remove_record` in the example below (taken from [the "Nested Resources" section of the doc](https://activeadmin.info/5-forms.html#nested-resources)), the `remove_record` will only be used for the button that removes _new_ records. It...

awaiting developer feedback

Hi there, I deployed `sidekiq-statistic` 30 minutes ago on a production app, and the `Time(sec)` column doesn't seem to match the `job count * average` formula I'd expect: ![](http://screenshots.kevinbongart.net/tMqZQ.png) (worker...

question
web ui

Hello, I upgraded a Rails app from 6.0.5 to 6.0.5.1 which was [released yesterday](https://discuss.rubyonrails.org/t/cve-2022-32224-possible-rce-escalation-bug-with-serialized-columns-in-active-record/81017), and saw this error when saving an audited record: ``` Psych::DisallowedClass: Tried to load unspecified class:...