Dino Maric

Results 21 comments of Dino Maric

@dhh is this open for a PR, or we wait for the core team to build initial "version"?

Hey! Yep I know that SWT will work, we do have production app running with jRuby and Swing as a UI for 5+ years, it was build before glimmer existed,...

I can do it with custom enumerator method, I'm just wondering is there a better approach you would reccomend :) ```ruby def value_history versions_meta = log_data.versions.dup versions_with_value_changed = versions_meta.select {...

ActiveJob adapter is merged inside [sneakers/kicks gem](https://github.com/ruby-amqp/kicks/pull/12). When new gem version is released I'll finish this PR

@guilleiguaran active job adapter for kicks formerly known as sneakers has been [released](https://github.com/ruby-amqp/kicks/releases/tag/3.1.0).

I like removal approach. I was told [here](https://github.com/rails/rails/pull/53040) and [here](https://github.com/rails/rails/pull/52990) that deprecation is the first step. Also, removal warnings are going to be covered in Rails release/changelog documentation.

> I'll for sure be glad to clean them up, but the small gain in tidiness doesn't feel like it justifies at-best-stretching our safe-upgrade promises, as well as forcing people...

I've fixed the issue in `kicks` gem, and updated version in the warning message.

Adapter is merged inside the [backburner gem](https://github.com/nesquena/backburner/pull/180), when new version of backburner is released, I'll finish this PR

This is awesome! It is similar to my comment [here](https://github.com/rails/rails/pull/39198#issuecomment-626208280) to some degree :). I love the way how API looks