Joe Bauser
Joe Bauser
Until a solution is created, you need to `require 'devkit'` in your rails app before the rails app is bootstrapped and therefore before tiny_tds is required. Edit: Either that or...
@aharpervc unfortunately no. Because of how devkit works its dependent on the user's choice of installation directory. That's why the devkit shim exists, to modify a ton of environment variables...
Agreed with the above. I'd do the following things: 1. Remove TinyTds from the picture and try testing the Net::SSH::Gateway via sqlcmd or the FreeTDS tsql command. 2. Remove Net::SSH::Gateway...
I agree, very odd! My understanding was that ssh gateways act as a transparent VPN of sorts through a machine running sshd and that the client using the gateway can...
I decided to do my own test following these steps: 1. I created 3 droplets on DigitalOcean named `freetds`, `gateway`, and `sqlserver` 2. I installed SQL server on the sqlserver...
It doesn't look like this possible using the bot framework as it was originally designed. That said, I was just notified that there's new functionality "in public preview" which allows...
We've migrated our environment and are no longer facing this issue. We've also long since migrated to later versions. Any objections to just closing this since it is not reproduceable?
I'm now using this version locally for my switches. Please let me know if there is anything you'd like me to do to improve the PR. No rush. :)
A bug has occurred on one of my servers with a different version of sed. Working on a fix now.
Most recent commit should have resolved the issue I found.