From 14134b7859e58d8773dc93cb366edb214aa6a6a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20B=C3=B6hm?= Date: Wed, 11 Sep 2024 15:24:58 +0200 Subject: [PATCH] Added Pundit libary --- Rails.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Rails.md b/Rails.md index 3f30d71..c2647d2 100644 --- a/Rails.md +++ b/Rails.md @@ -34,6 +34,7 @@ Wenn wir uns in Rails verliebt haben sollten können wir uns [hier](https://tees - [Simple Forms](https://github.com/heartcombo/simple_form) - [Auto Session Timeout](https://github.com/pelargir/auto-session-timeout) - [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. ## Interessante Javascript Plugins