collectiveidea / audited

Audited (formerly acts_as_audited) is an ORM extension that logs all changes to your Rails models.
MIT License
3.34k stars 644 forks source link

Event Sourcing mention in Readme.md #477

Open alvaroscelza opened 5 years ago

alvaroscelza commented 5 years ago

Hello people, I will use Audited for a college project in order to implement Event Sourcing Pattern.

I was told of this gem by a partner, but my previous investigation of tools to help me with this problem never led me to this github repo.

So my suggestion is, in order to increase reach for people looking for a solution to implement Event Sourcing Pattern just as I did, you could add a little mention of it in Readme.md file (or any other place, should it be a better approach).

alvaroscelza commented 5 years ago

Suggestion for a solution to this Issue:

"Audited (previously acts_as_audited) is an ORM extension that logs all changes to your models. Audited can also record who made those changes, save comments and associate models related to the changes. It is also an excelent approach to implement Event Sourcing Pattern".