-
Seems to be a change with Rails 8 dependencies not compiling.
```
In Gemfile:
railties was resolved to 8.0.0, which depends on
irb was resolved to 1.14.1, which depends on
reline wa…
-
In Rails 8 the method `expect` has been introduced to mitigate some issues with the current `params.require(:foo).permit(:bar)` approach. One issue with the current approach is that if someone sends u…
-
Need to add `Pundit` for permission to the below actions of comment:
- Edit
- Update
- Delete
in such a way that, a user can only apply the above actions to the comments created by that user.
…
-
References:
- https://github.com/varvet/pundit
- https://guides.rubyonrails.org/active_record_migrations.html
-
**Please consider**
- Could this feature break backwards-compatibility? no
- Could this feature benefit the many who use Pundit? yup
- Could this feature be useful in _most_ projects that use Pundi…
-
https://kitt.lewagon.com/knowledge/lectures/05-Rails%2F07-Airbnb-Facebook-connect#source
Vu avec Cecile la prof : Soit on le fait au tout début soit quand tous les controller seront faits pour ne p…
-
Use pundit to manage authorisations
-
Annotation tool used by Europeana project
-
-
Have similar issue as this one, but have a solution in mind: https://github.com/varvet/pundit/issues/663
The issue is to be explicit and potentially excessive. Though we can make use of lazy query…