I am newbie to ruby on rails
. I want to know how to connect Sql server
to the rails application.
Iam working with RoR in windows environmen
I haven't done it on Windows, but if it's anything like connecting to postgresql on a mac you have to:
gem 'activerecord-sqlserver-adapter', '~> 3.1.0'
rake db:create && rake db:migrate