rails_event_store
rails_event_store copied to clipboard
No more aggregate root configuration
Since we have introduced AggregateRoot::Repository it is easy to pass event store as a dependency there. No need to use AggregateRoot::Configuration and default_event_store.
Make it explicte which event store is used. Less "magic".