rails_event_store
rails_event_store copied to clipboard
A Ruby implementation of an Event Store based on Active Record
Currently, displaying links (at browser) to correlation / causation / type streams work with assumption that our `LinkBy*` handlers are used with default prefix (`$by_correlation_`, `$by_causation_`, `$by_type_`) and with default...
Breaks backwards compatibility, so to be merged with RES 3.x. We may also consider adding some configuration option to turn it off.
I'm working on upgrading to RES 2.0 and the generated migration sets the new `id` type to `serial` on PostgreSQL - I think this should be `bigserial` (which is the...
- verify changes between 4.2 and 5.0 https://github.com/rails/rails/blob/afc79e3cb0906d06b035ef30411c44ddc2132409/activerecord/lib/active_record/migration/compatibility.rb#L227-L295 - bump default for generators
Add TruffleRuby into `.travis.yml` matrix. See: - https://docs.travis-ci.com/user/languages/ruby/ - https://github.com/rvm/rvm/issues/4297#issuecomment-397908042
- rails_event_store -> ruby_event_store - Rename to match passed arguments - Rename to match instrumented methods and their arguments