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
{{ message }}
This repository was archived by the owner on Jul 3, 2024. It is now read-only.
s.summary = 'A distributed party with commands, events and projections'
s.description = <<-EOF
Rails Disco is a framework that extends Rails with support for the best parts of event sourcing.
Instead of updating models synchronously in Rails, these changes are captured in commands. Commands are validated in a domain and create the only source of truth: events. Later events can be projected into Rails models and other actions.
Have a look at the documentation on Github for more details.