开发者

Installing MSSQL Adapter for Ruby on Rails fails

开发者 https://www.devze.com 2023-01-08 03:36 出处:网络
I run this command: gem install activerecord-sqlserver-adapter --source=http://gems.rubyonrails.org and it fail开发者_开发百科s with

I run this command:

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

and it fail开发者_开发百科s with

ERROR: Could not find a valid gem 'activerecord-sqlserver-adapter' (>= 0) in any repository

How can I install the Microsoft SQL Server adapter?


Remove the source, and it works:

gem install activerecord-sqlserver-adapter

Cheers!

0

精彩评论

暂无评论...
验证码 换一张
取 消