Ilya Kamenko
Ilya Kamenko
Please check these issues: - https://github.com/Envek/after_commit_everywhere/issues/20 - https://github.com/mperham/sidekiq/issues/5385 Probably, would be better to adjust `sidekiq-scheduler` for pushing jobs within a **Rails Executor**.
Hi folks! Thanks for your work on this gem. QueryObject is a commonly used pattern in RoR community, and I noticed that everyone is re-implementing it similarly. All realizations I...
### Description Recently tried to switch from my previous IDE to vscode using `ruby-lsp` extension. On one of my project, I got the indexing process stuck with the message `Ruby...
Hopefully it solves the issue from [this comment](https://github.com/panorama-ed/memo_wise/issues/382#issuecomment-2925136130). This change should allow such usage: ```ruby class BaseClass prepend MemoWise end class A < BaseClass def initialize; end #