Benjamin Klotz

Results 39 comments of Benjamin Klotz

Got the same "problem". Consider following example: ``` ruby require 'cuba' require 'cuba/render' require 'erb' class TestController < Cuba define do on root do res.write view("home") end end end #...

@swapnilchincholkar removed hard coded db configs (using peer authentication now) The route `/something` does not exist like it is stated in the integration test. The problem is not that it...

@swapnilchincholkar thx for the pull request, but as said it needs to fail to reproduce it. I understand that when changing the test (proper route) everything works. But as we...

@swapnilchincholkar cool thx, appreciate it! 😄

@swapnilchincholkar maybe this issue comment is helping somehow: https://github.com/rails/rails/issues/26038#issuecomment-237219908 ``` One reason that @new_record can become true because the test failed is that an exception may be causing DatabaseCleaner for...

@swapnilchincholkar thx for digging further into this. I will try to see what exactly warden is doing here and why it's causing this behaviour when I got some time again.

@anmacagno thx for ur snippet. Just a short extension, when using `array(:hash)` any key coming inside `concepts` json will go through. Therefore we use the schema of the child contract...

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option

Hey, I want to tackle this issue but not sure where to start. According to my experiments a container that has been finalized will raise an error when another dependency...

Nvm, I think I found the proper thing in the code https://github.com/dry-rb/dry-system/blob/6f98b2174ae33850ff99b79a02c525ac2d779663/lib/dry/system/importer.rb#L16