Skip to content

Instantly share code, notes, and snippets.

@lanrion
Last active August 29, 2015 14:05
Show Gist options
  • Save lanrion/8fe168a07fcd86553be2 to your computer and use it in GitHub Desktop.
Save lanrion/8fe168a07fcd86553be2 to your computer and use it in GitHub Desktop.
ruby mssql server gem

在 Mac上 使用 mssql server的gem:

brew update  # always a good idea to update homebrew before installing anything!
brew install freetds
gem install tiny_tds -- --with-freetds-dir=/usr/local/freetds

Ubuntu上可能(未试验)是:

sudo apt-get install freetds-dev
gem install tiny_tds

一般情况下,为确保无误,需要执行:

rvm reinstall all --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment