-
koeul updated
7 years ago
-
Hi there,
I was looking at tests over at `jsonapi-authorization` side and I'm getting a feeling that they might be a bit out of hand. I have looked through your tests quite a lot, and checked out #21…
-
On using rails-composer, with the rails-devise-pundit option, I had the following error
```
Sass::SyntaxError - ".authform form" failed to @extend ".bg-faded".
The selector ".bg-faded" was not foun…
-
How to custom trestle-auth by Role, Role Group . ..v..v..
Thks
-
-
This endoint manage all the module information:
GET methods:
/:id (get the module linked to the token)
/:id/actions (get the actions linked to the module)
POST
/ creates the module
PUT
/:id/register…
-
Hola!
Aca les dejo una lista con gemas permitidas para el desarrollo de su proyecto 😁, si quieren usar una que no esté, hagan un comentario indicando su nombre y la razón de por qué quieren usarla. …
-
```
From 2 different computers (5 different browsers) I can't make the script work
on pl-wiki, while it works perfectly fine on en-wiki.
I would expect to see prove-it toolbar, but it does not show …
-
Seems like this was added fairly recently. We assume that model instances respond to `model_name` [here](https://github.com/elabs/serial/blob/master/lib/serial/rails_helpers.rb#L25), but this is only …
-
undefined method `authorize' for #
def index
@users = User.all
authorize User
end