Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/79.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在Heroku上安装freetds_Heroku_Freetds_Tiny Tds - Fatal编程技术网

在Heroku上安装freetds

在Heroku上安装freetds,heroku,freetds,tiny-tds,Heroku,Freetds,Tiny Tds,我正在寻找一个循序渐进的指南,如何在Heroku上安装freetds。我需要从ruby脚本访问Sql Server,不幸的是,Cedar不支持tinytds gem开箱即用。我已经阅读了互联网上的任何可用信息,包括关于heroku BuildPack的信息,但未能成功 我非常感谢能够帮助在heroku上部署freetds的人 提前感谢,, -杰克试试在Cedar+Rails 3上开箱即用的适合我的方法。它有哪些绑定了FreeTDS。您将需要制作一个构建包,添加所有必需的二进制文件,只是使用gem

我正在寻找一个循序渐进的指南,如何在Heroku上安装freetds。我需要从ruby脚本访问Sql Server,不幸的是,Cedar不支持tinytds gem开箱即用。我已经阅读了互联网上的任何可用信息,包括关于heroku BuildPack的信息,但未能成功

我非常感谢能够帮助在heroku上部署freetds的人

提前感谢,,
-杰克

试试在Cedar+Rails 3上开箱即用的适合我的方法。它有哪些绑定了FreeTDS。

您将需要制作一个构建包,添加所有必需的二进制文件,只是使用gemfile不起作用。(查看此处以获取有关构建包的帮助)