Felix Gilcher
Felix Gilcher
It's possible to add individual permissions using suspect.roles.assign(:author, Page.find(15)) but so far it is impossible to enumerate those permissions. This patch implements the functionality for the redis store. Example ```...
The new server infrastructure requires some changes to the wheelmap app. This PR collects all those changes so we can merge them when time comes. CAUTION: This branch will be...
The 404 page for wheelmap (https://wheelmap.org/notthere) takes the design and the assets from community.wheelmap.org. The app-specific 404 page should probably have the design from the app and should be as...
The app fails when redirects to https are enabled. see sozialhelden/wheelmap#410
There's a lot of use-cases where ActiveModel gets used without including the full rails stack. Since nothing in activemodel validations depends on rails, we can just test if activemodel is...
The documentation in https://min.io/docs/minio/kubernetes/upstream/operations/installation.html#minio-k8s-deploy-operator-access-console states > In this example, the minio-operator pod is MinIO Operator and the console pod is the Operator Console. Mention of the console is confusing in...