Marc Busqué
Marc Busqué
Do you have any clue about which the problem could be? In my development machine I get exactly the same logs for the `Processing by Refinery::Blog::Admin::PostsController#update` part, but in Heroku...
I have connected with my local machine in production environment to the database hosted in heroku (aws), and it works without problems. So the problem is focused on heroku...
I'm not sure about my last statement... I have tried again and I can reproduce from my local machine connecting to heroku database from both development and production environments...
Updated to master and still...
No, I still haven't found anything :(
I think I found the [solution](https://www.reddit.com/r/haskell/comments/5c9cud/announcing_the_req_http_client_library/d9uu0kg).
I see. The problem is that what I'm testing is a function that internally uses `req` and not `req'`. You can think of this function as a function taking an...
No, as far as I know, it doesn't :disappointed:
I agree this should be the way to go. I submitted an issue there.
I haven't look at the internals of `http-client`, because I have been working only with the upper layer (`req`). But as I see it, in the case of the feature...