Skip to content

Instantly share code, notes, and snippets.

@jordanbyron
Created January 19, 2010 13:58
Show Gist options
  • Save jordanbyron/280942 to your computer and use it in GitHub Desktop.
Save jordanbyron/280942 to your computer and use it in GitHub Desktop.
HOMEBREW:
Resources: http://hughevans.net/2009/11/05/homebrew-ruby-odbc
http://gist.github.com/279686
$ brew install unixodbc
$ brew install freetds
$ brew install ruby-odbc
Configure freetds.conf and odbc.ini
NOTE: freetds.conf can be found by running tsql -C
Other config files should be in HOMEBREW_PATH/Cellar
Follow instructions from the following guide for the rest of the setup:
http://wiki.github.com/rails-sqlserver/2000-2005-adapter/platform-installation-ubuntu-2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment