Dmytro Strukov

Results 6 issues of Dmytro Strukov

@davydovanton Hi! Thank you for the nice project for OSS owners and contributors. Can you please review?

Well, when i received that message I had to look at the source code. I think we can do it more user friendly

Hello guys! I have a proposition to add possibility to view on other languages Ruby on Rails Doctrine. So I have a repository with translation on Russian and Chinese https://github.com/dmitriy-strukov/rails-doctrine....

Copy of https://github.com/collectiveidea/delayed_job/pull/1148, but with cleanup and green specs > Delayed Job already supports worker pools that draw from specific queues. This is useful to ensure those tasks are processed...

Ransack version: >= 4.0 Rails: >= 7.x Possible scenario when the issue occurs: ```ruby class Article < ApplicationRecord def self.ransackable_attributes(auth_object = nil) [ :title ] end end ``` What is...