[Paas]
Herokuでtiny_tds
MSSQLを使用するアプリのためtiny_tdsをインストールしたい。
rails-sqlserver/heroku-buildpack-freetds
このリポジトリにherokuでtiny_tdsを使用する準備をできる。
// herokuのバージョンを下げる $ heroku stack:set cedar-14 // ビルドパックを設定する $ heroku buildpacks:set --index 1 https://github.com/x-b-e/heroku-buildpack-freetds#v1.1.1 // ソースをherokuにpushする $ git push --set-upstream heroku master