Added Audit libary

This commit is contained in:
2024-09-25 06:40:22 +02:00
parent 4a8e556c07
commit 5625152e5b

View File

@@ -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 - [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. - [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. - [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. Composable. Extensible. Performant.