-
Should work in this issue **after issue #18 resolved**
-
Compare some of the options and give advice on which ones to use:
- [pundit](https://github.com/elabs/pundit)
- [cancan](https://github.com/ryanb/cancan)
- others?
References:
- http://blog.carbonfiv…
acant updated
6 years ago
-
Hey, thanks for the gem, I've been using it on a project and am really enjoying the design.
Wondering if you have any ideas about implementing pundit's `permitted_attributes` feature (https://github.…
-
I'm not able to download any new firmware. My coolwatcher (2.01.03) stops on this error, after a workig first connection:
 `CHST_Read32': Request to coolhost timed out ! (CoolHostTimeoutError)
…
-
https://github.com/elabs/pundit
https://github.com/nathanl/authority
etc
Pundit looks super close to what I have, so maybe I could break out skinny_controller's policies to their own gem, and have so…
-
https://github.com/elabs/pundit
https://github.com/alphagov/specialist-publisher/tree/master/app/policies
-
![image](https://user-images.githubusercontent.com/696529/144191434-2d754b03-1288-4f85-b334-6c6bdc8a8825.png)
One the requirement is to restrict user access based on their role - student or instruc…
-
I have _another_ Pundit integration question. This relates to authenticating a `create` mutation. (I've had good look with authenticating input arguments and `update`, thanks to your help. [See thi…
-
I just started using administrate and encountered a problem when integrating with Pundit.
When I `include Administrate::Punditize` in the Admin::ApplicationController, I get a Pundit::NotAuthorize…
-
This is true in released gem and master, the reason seems to be around this line:
https://github.com/ontohub/graphql-pundit/blob/master/lib/graphql-pundit/authorization.rb#L58
We don't see `self…