Open mostlyobvious opened 3 years ago
Some things to be improved:
on
instead of apply_
with_aggregate_root
instead of default_event_store
; see https://github.com/RailsEventStore/cqrs-es-sample-with-res/blob/master/lib/command_handler.rbwith_strategy
instead of apply_strategy
see https://github.com/RailsEventStore/rails_event_store/blob/master/aggregate_root/lib/aggregate_root.rb#L74-L85things to mention explicitly:
doc page in question: https://railseventstore.org/docs/v2/app/
examples from cqrs-es-sample-with-res can be used in docs
this is now https://github.com/RailsEventStore/ecommerce