Konstantin Koss
Konstantin Koss
To get arcane to cooperate with the InheritedResources gem, I had to do a little metaprogramming trickery that allows an overwrite of the self.root method for each action because I...
Cross-referencing trailblazer/trailblazer-operation#17, where I originially submitted this issue ### Complete Description of Issue When using trailblazer-operation, roar-jsonapi, and reform in conjunction with an Update call, the `id` field of a...
When there is no policy step defined but an operation fails due to not being logged in at all, in the evaluation for the `unauthenticated` endpoint you get a `NoMethodError:...
In a completely custom operation that uses neither Contract nor Policy but where a step returns false, it's easy not to end up in any of the default endpoints. In...