Andres Koetsier

Results 3 comments of Andres Koetsier

I have the same issue. Even reverting to older versions of savon and/or wasabi doesn't help. Starting from version 2.8.0 savon at least uses the correct namespace id, in my...

Same issue here. Running an application with Phusion Passenger. Using it fluent-logger-ruby as a normal (request/rails) logger for the application. And also using it to write logs with another tag,...

We only use a single instance. Maybe the trick is that we use a class variable to cache the connection between requests. So in a model I have: ``` class...