You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: railseventstore.org/docs/getting-started/introduction.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,18 @@ rails new -m https://railseventstore.org/new YOUR-APP-NAME
19
19
20
20
## What next?
21
21
22
-
- check Rails Event Store setup defined in `config/initializers/rails_event_store.rb`, learn more how to setup Rails Event Store [here](/docs/getting-started/install/)
23
-
- decide if default `YAML` serialization suits your needs, see more about serialization formats [here](/docs/advanced-topics/event-serialization-formats)
22
+
- check Rails Event Store setup defined in `config/initializers/rails_event_store.rb`, learn more how to setup Rails Event Store [here](./install/)
23
+
- decide if default `YAML` serialization suits your needs, see more about serialization formats [here](../advanced-topics/event-serialization-formats)
24
24
- start implementing your domain, use `bounded_context` gem's generators to initialize folders structure for your domain model (use `rails generate rails_event_store:bounded_context YOUR-BOUNDED-CONTEXT-NAME` command)
25
-
- implement your aggregates using `AggregateRoot` module, see how [here](/docs/core-concepts/event-sourcing)
26
-
- subscribe to domain events published, [check how](/docs/core-concepts/subscribe) to define subscriptions and event handlers
27
-
- learn Command pattern and [how to](/docs/advanced-topics/command-bus) use Arkency's command bus to decouple your domain model from controllers
28
-
- check [how to](/docs/core-concepts/rspec) use provided `RSpec` matchers
25
+
- implement your aggregates using `AggregateRoot` module, see how [here](../core-concepts/event-sourcing)
26
+
- subscribe to domain events published, [check how](../core-concepts/subscribe) to define subscriptions and event handlers
27
+
- learn Command pattern and [how to](../advanced-topics/command-bus) use Arkency's command bus to decouple your domain model from controllers
28
+
- check [how to](../core-concepts/rspec) use provided `RSpec` matchers
0 commit comments