rails-sqlserver / activerecord-sqlserver-adapter

SQL Server Adapter For Rails
MIT License
968 stars 557 forks source link

Configuration with tiny_tds #66

Closed jmcervera closed 13 years ago

jmcervera commented 13 years ago

Please, can you give a sample of a database.yml configuration file for using the adapter with the new dblib tiny_tds? Thanks Juan M. Cervera

ebryn commented 13 years ago

Until we update the docs, here it is:

development:
  adapter: sqlserver
  mode: dblib
  dataserver: sql2008 (from freetds.conf)
  database: myapp_development
  username: sa
  password: secret
jmcervera commented 13 years ago

Thank you very much. I will begin to test the library.

metaskills commented 13 years ago

Updated wiki pages: http://github.com/rails-sqlserver/activerecord-sqlserver-adapter/wiki http://github.com/rails-sqlserver/activerecord-sqlserver-adapter/wiki/Using-TinyTds