Skip to content

Instantly share code, notes, and snippets.

@christopherjenkins
Created October 13, 2012 21:05
Show Gist options
  • Save christopherjenkins/3886146 to your computer and use it in GitHub Desktop.
Save christopherjenkins/3886146 to your computer and use it in GitHub Desktop.
SQL Server Adapter for Ruby
#Add these gems to your Gemfile in the approot
#gem 'tiny_tds'
#gem 'activerecord-sqlserver-adapter'
#Below is the config/database.yml file used to create a connection
development:
adapter: sqlserver
host: 127.0.0.1
port: 1433
database: sqlservertest
username: sqltestlogin
password: {Password}
timeout: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment