rails_event_store icon indicating copy to clipboard operation
rails_event_store copied to clipboard

A Ruby implementation of an Event Store based on Active Record

Results 129 rails_event_store issues
Sort by recently updated
recently updated
newest added

- what is the release cycle/policy and waht are the expectations for compatibility, i.e. how to target version constraints - how it is tested, against what and how are the...

documentation

By default when you inspect RES::Client in console it returns a lot of unreadable stuff (ivars): ``` irb(main):001:0> Rails.configuration.event_store => # ``` First we could tame most of this noise...

Probably the code will tell it clearier than I can explain ;) In short - we're having two aggregates. There's a circular dependency between them (via events). Once we started...

A subpage in Browser could summarize useful information in terms of diagnostics: - RES release version (already in the footer but can be moved or duplicated) - total number of...

elm

Consider following scenario: - broken events JSON from backend (i.e. missing `timestamp` key in metadata, i.e. due to misconfigured `Event` class like #762) ```json { "data": [ { "id": "c6fcd01d-b708-46a7-b712-18783cc6e880",...

elm

Hi guys I am having an issue. When I try to navigate back in time in the ruby browser we have so many events that each pagination click represents 1-2...

elm

There's no docs currently describing the purpose and philosophy of BoundedContext gem. Questions which can be covered: - why it generates directory on the top level of a Rails app...

documentation