-
Hi @johno,
Chris Alley, author of the [Pundit Matchers](https://rubygems.org/gems/pundit-matchers) gem here. I'm a TypeScript developer who is reviewing options for creating "Pundit for JavaScript"…
-
One pattern for Pundit with closed systems is to throw a `Pundit::NotAuthorizedError` on initialize when the user is nil. It would be nice to test this using the lovely pundit-matchers type syntax:
…
-
The readme current states the following:
> Warning: Currently, Pundit Matchers does *not* automatically check if the attribute is permitted by a `permitted_attributes_for_#{action}` method, so even…
-
-
When starting the application, the first request that results in a redirect will produce this error.
Seems that the first request completes fine and gets a `302` response, but the error seems to ha…
-
Hola! Les dejo las gemas permitidas a lo largo del proyecto. Cualquier duda de gema pregúntenla en un comentario de esta issue. Iré actualizando la lista a medida que se agreguen nuevas gemas.
Para…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Setting any colour to its `bright_` variant produces incorrect output in super_diff 0.6.1.
Running this test
```ruby
RSpec.describe SuperDiff do
it 'deliberately fails' do
expected = { f…
-
I've had an app running for a long time, but just started getting this error out of the blue
![image](https://user-images.githubusercontent.com/5910005/41571562-00c23d80-7331-11e8-888b-df570f01fec5…
-
Hi after upgrade rails from: 5.0 to 5.2 the simplecov stopped monitoring the project ruby files at app/. I tried many things, like upgrade ruby, rspec, simplecov, reinstall looking doc configuration…