From d211cd0d7b784b044a3da77feed54b2792c8be83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20B=C3=B6hm?= Date: Thu, 12 Sep 2024 12:32:29 +0200 Subject: [PATCH] Added actionpolicy to libary --- Rails.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rails.md b/Rails.md index c2647d2..3f92dfc 100644 --- a/Rails.md +++ b/Rails.md @@ -35,6 +35,9 @@ Wenn wir uns in Rails verliebt haben sollten können wir uns [hier](https://tees - [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. +- [ActionPolicy](https://github.com/palkan/action_policy) Authorization framework for Ruby and Rails applications. + +Composable. Extensible. Performant. ## Interessante Javascript Plugins