Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install freetds on Heroku

I'm looking for a step by step guide, how to install freetds on Heroku. I need to access Sql Server from ruby script, and unfortunately Cedar doesn't support tinytds gem out of box. I've read whatever information there is available on internet, including about heroku buildpacks but was unable to succeed.

I would be very grateful to whoever can help to deploy freetds on heroku.

Thanks in advance, - Jack

like image 524
Jack Juiceson Avatar asked Aug 30 '12 15:08

Jack Juiceson


1 Answers

Try tiny_tds which works for me out of the box on Cedar + Rails 3. It has a native compilation pass which bundles FreeTDS in.

like image 174
Evadne Wu Avatar answered Sep 23 '22 10:09

Evadne Wu