From 5625152e5b0b1e8b0f64de59e65bf0893a993780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20B=C3=B6hm?= Date: Wed, 25 Sep 2024 06:40:22 +0200 Subject: [PATCH] Added Audit libary --- Rails.md | 1 + 1 file changed, 1 insertion(+) 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.