Paweł Pacana
Paweł Pacana
[RBS](https://github.com/ruby/rbs) helps tracking down such unintented usage. In RES we've used it to ensure common interface for repositories. We had a [signature file](https://github.com/RailsEventStore/rails_event_store/blob/92d8c763f89fba0bf9c5f16586d4b314a98fb097/ruby_event_store/sig/res.rbs) describing accepted types and there was a...
as usual, steal from RES: https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#onpushpull_requestpaths https://github.com/RailsEventStore/rails_event_store/blob/master/.github/workflows/aggregate_root.yml#L2-L15 https://github.com/RailsEventStore/rails_event_store/blob/master/.github/workflows/ruby_event_store-outbox.yml#L2-L17
Warning is already in README. It won't make any difference if it's any bigger when users are not willing to read it. Also since it's not needed in Rails 3.2,...
I would however add rails dependency in limited version range to gemspec. It will at least prevent people from adding active_reload to gemfiles with rails 3.2.
On the topic: - passing the event instance for the purpose of making decisions — makes sense to me - changing scheduler method arity — that's not going to happen...
Just ran into this while trying to introduce jitter (defined on event) into scheduler 🙃
At the moment JRuby is compatible with Ruby 2.6, which we have dropped from supported matrix. I'd like to focus more on truffleruby which seems to have brighter future.
> What I don't understand: why doesn't the ShowEvent view just show links to all streams that contain the event? That would be much more useful to me. Scheduled for...
Related: https://github.com/palkan/active_event_store/pull/2#issuecomment-916008858
@msencenb Can you please share some more bits of the code — i.e. RailsEvenStore instance configuration and the sample event that is causing this? I'm happy to help, executable code...