Setting up Rails to work with sqlserver

后端 未结 6 1630
孤城傲影
孤城傲影 2020-12-31 08:15

Ok I followed the steps for setting up ruby and rails on my Vista machine and I am having a problem connecting to the database.

Contents of database.yml

6条回答
  •  失恋的感觉
    2020-12-31 08:44

    Did you install the SQL Server adapter?

    gem install activerecord-sqlserver-adapter --source=http://gems.rubyonrails.org
    

提交回复
热议问题