diff --git a/Rails.md b/Rails.md index 710c247..ba432de 100644 --- a/Rails.md +++ b/Rails.md @@ -38,6 +38,7 @@ Wenn wir uns in Rails verliebt haben sollten können wir uns [hier](https://tees - [Shrine](https://shrinerb.com/) Alternative for ActiveStorage - [pundit](https://github.com/varvet/pundit) :Pundit provides a set of helpers which guide you in leveraging regular Ruby classes and object oriented design patterns to build a straightforward, robust, and scalable authorization system. - [ActionPolicy](https://github.com/palkan/action_policy) Authorization framework for Ruby and Rails applications. +- [Audit](https://github.com/collectiveidea/audited) 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. Composable. Extensible. Performant.