I have been trying to find the adtiverecord adaptor for MS SQL server and attempted to install with the command found on the http://wiki.rubyonrails.com/rails/pages/HowtoConnectToMicrosoftSQLServer wiki page:
gem install activerecord-sqlserver-adapter --source=http:// gems.rubyonrails.org
I then got the error message:
ERROR: could not find activerecord-sqlserver-adapter locally or in a repository
Does anyone know where the sqlserver adaptor has gone for activerecord 2.0.2?
Harley Mackenzie