RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Storing commands in Rails Event Store: unexpected benefits

https://blog.arkency.com/unexpected-benefits-of-storing-commands/

Rails Event Store, like the name suggests, is meant to store events. Commands are a different concept, but they’re very similar in structure. In one of our projects we slightly abused RES and made it store commands alongside with events. This helped us reproduce and fix complex defects. Read on.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in