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 environment. Is there any link to set up connection with SQL Server
in ROR?
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With