## 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. https://github.com/varvet/pundit ## Action Policy Authorization framework for Ruby and Rails. Composable. Extensible. Performant. https://github.com/palkan/action_policy https://actionpolicy.evilmartians.io/ ### Migrate from Pundit to Action Policy Migration from Pundit to Action Policy could be done in a progressive way: first, we make Pundit polices and authorization helpers use Action Policy under the hood, then you can rewrite policies in the Action Policy way. https://actionpolicy.evilmartians.io/#/./pundit_migration