SQL Server Adapter for Rails

Trying to find sqlserver adapter for rails on windows.

I tried to get it (no luck):

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

Where else can I get this stone?

UPDATE:

Be sure to run the command line as an administrator. Right-click on the command line and click Run as Administrator.

+3
source share
1 answer

I just ran the exact command line you made, and the gem is installed normally.

Questions:

  • Do you use Vista?

    • If so, make sure you run your command line with administrative access so that it can write to the gems folder
  • ?

    • gem --version, , , 1.2.0, gem update --system,
+2

Source: https://habr.com/ru/post/1697427/


All Articles