tomasmiguez
tomasmiguez
Sure! Yes, it's not a rails app, we use plain Ruby, with a routing microframework called [Cuba](https://cuba.is/). The mode we are currently using is `custom`, as it's the one that...
Yes, we have currently a patch based on that idea, but we where looking for cleaner alternatives. The `Sequel` gem currently offers a module called [`JSONObject`](https://github.com/jeremyevans/sequel/blob/master/lib/sequel/extensions/pg_json.rb#L124), which all the classes...
Yea, that's exactly it. I did not follow you on the bit about the parallel class inheritance, but looking at the code and if you were open to make modifications...
Yes, that makes sense. The check would have been behind the option, so the cost of it would only have been payed by those interested in this behaviour. But I...
Yea you are right, for our current use case we only need to check the top level object, but that won't help for a general solution. Would you be open...
I'm having the same issue, checked previous issues, ran ``` :echo db#adapter#dispatch("postgresql://postgres@localhost/db", "interactive") ``` and I got ``` ['psql', '-w', '--dbname', 'postgresql://postgres@localhost/db'] ``` ran that command on the terminal and...