Pundit (varvet/pundit) is a Ruby gem that provides a simple and effective framework for adding authorization logic to Rails (or other Ruby) applications. It centers around policy classes—one policy per model or resource—that define what actions a given user is permitted to perform (e.g., show?, update?, destroy?). Each policy method returns a boolean, and can be structured using combinators or shared logic to keep things DRY. In controllers and views, Pundit provides helpers like authorize, policy_scope, and policy to enforce those rules cleanly and consistently. The policy_scope feature is especially helpful—it restricts index or list queries to only the records the current user can see by applying scopes defined in the policy class. Pundit encourages placing authorization logic close to the model domain without muddling controllers or views, making permissions easier to reason about and testable.

Features

  • A Ruby library for authorization in web applications
  • Scope objects for limiting which records a user is allowed to see
  • Helpers for integrating with controllers, like authorize and policy_scope
  • No heavy DSL; very Ruby-ish, minimal overhead, simple, maintainable codebase
  • Built-in generator to scaffold initial policy setup in a Rails app
  • Works with or without ActiveRecord / Rails models (i.e. can authorize plain objects too)

Project Samples

Project Activity

See All Activity >

Categories

Libraries

License

MIT License

Follow Pundit

Pundit Web Site

Other Useful Business Software
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Pundit!

Additional Project Details

Programming Language

Ruby

Related Categories

Ruby Libraries

Registered

2025-09-17