Pundit Public

Team Badge List

Badge holders have demonstrated a working understanding of the Pundit gem.

Required Evidence

Challenge

Solve this learning challenge by posting a code snippet. More Info

Learning Resources

Share the learning resources which were the most useful to you during your process. More Info

Badge Overview

Context

Badge List uses Devise for authentication (validating a user's identity), but that is a separate thing from authorization (determining the resources and actions which are available to a particular user). Authorization is a particularly critical piece of the Badge List platform. Why? Badge List offers a lot of permission-related settings. These permissions are core pieces of functionality which are heavily used. But the backend code to actually implement all of those permissions can get messy if there's no structure to contain it. That's where an authorization gem comes in.

We use the Pundit gem for authorization. Not only do we use Pundit, but we've got a significant amount of custom DSL (domain-specific language) built up on top of the Pundit gem (Pundit itself is pretty barebones). That means that it's especially important to understand the nitty gritty of how Pundit works in its vanilla state, otherwise you'll be completely lost when you get to Badge List's implementation of Pundit.

How to earn this badge

  1. Learn about the Pundit gem. Refer to #Learning-Resources to get started.
  2. Solve the #Challenge
  3. Post the resources which were helpful in your own learning journey back to #Learning-Resources
  4. Request feedback

Badge Experts

 

Christophe Alain Pagnusatt Rochester

CPR

Badge awarded on 6/30/19
 

Quentin Guillaume

Couentine

Badge awarded on 1/29/19

Badge Learners