Search code examples
Active Model Serializer and Pundit deleting records during a Show CRUD action...


ruby-on-railsember.jsactive-model-serializersjson-apipundit

Read More
Rails active record where OR clause with grandparent property...


ruby-on-railsactiverecordpundit

Read More
Rails, Devise, Pundit - authorise Profile created from Devise registration controller...


ruby-on-railsdeviseruby-on-rails-5pundit

Read More
Nested Resources For Pundit Policy...


ruby-on-railspundit

Read More
Is this an un-secure way of using strong params for rails?...


ruby-on-railsauthorizationstrong-parameterspundit

Read More
STI and PUNDIT - unable to find policy...


ruby-on-railsstipundit

Read More
Using Pundit and getting Render and/or redirect were called multiple times...


ruby-on-rails-4pundit

Read More
Rails5 - Undefined local variable but it's global...


ruby-on-railspundit

Read More
How to customise devise to store user role information in session?...


ruby-on-railsdeviseruby-on-rails-5pundit

Read More
Rails testing: ensure authorization (Pundit) is enforced in all controllers and actions...


ruby-on-railsunit-testingrspecauthorizationpundit

Read More
Why does before_action :authorize fail with 'wrong number of arguments'?...


ruby-on-railsruby-on-rails-4rspecrspec-railspundit

Read More
Pundit policy_scope error: undefined method `admin?' for nil:NilClass...


ruby-on-railsruby-on-rails-4devisepundit

Read More
Rails: Testing authorization (Pundit) with RSpec...


ruby-on-railstestingrspectddpundit

Read More
Pundit Authorize From Another Model...


ruby-on-railspundit

Read More
Pundit scope published but not expired date condition...


ruby-on-railspundit

Read More
Rails Pundit how the policies are worknig?...


ruby-on-railsdevisepundit

Read More
Getting boolean instead of record when authorizing with Pundit...


ruby-on-railspundit

Read More
Pundit with namespaced controllers...


ruby-on-railspundit

Read More
Pundit inheritance from another role...


ruby-on-railsdevisepundit

Read More
Pundit headless policy for nested resource...


ruby-on-railsruby-on-rails-3.2nested-resourcespundit

Read More
Pundit gem. Is there way to show record's specific attribute values over yml file?...


ruby-on-railsrubypundit

Read More
Using Pundit for Rails 5 Authorization with two different user tables (User and Admin)...


ruby-on-railsauthorizationpundit

Read More
Rails admin and pundit - Ensure only admins can see admin dashboard...


ruby-on-railsrails-adminpundit

Read More
Rails 5 - Pundit - authorisation for nested resource...


ruby-on-railsrubyauthorizationpundit

Read More
How to get Pundit to apply a scope to a model with a different name than the policy?...


ruby-on-railspundit

Read More
How does Ruby namespace the parent class of a nested class...


rubynamespacesruby-2.0pundit

Read More
Rails Pundit allow published content to be viewed by others while preventing others from viewing use...


ruby-on-railsactive-model-serializerspundit

Read More
How do I restrict authorization to a user's resource index action using Pundit? I don't thin...


ruby-on-railsnestedauthorizationruby-on-rails-5pundit

Read More
How do I authorize a controller action with Pundit if authorization depends on an instance variable?...


ruby-on-railsauthorizationpundit

Read More
Do I need authorization if all resources derive from current_user?...


ruby-on-railsauthorizationpunditcancancan

Read More
BackNext