show/hide this revision's text 3 added 4879 characters in body

**UPDATE**

I have installed the activerecord-sqlserver-adapter gem from --source=http://gems.rubyonrails.org

Still not working.

I have verified that I can connect to the database by logging into SQL Management Studio with the credentials.

rake db:migrate --trace

PS C:\Inetpub\wwwroot\myapp> rake db:migrate --trace(in C:/Inetpub/wwwroot/myapp)** Invoke db:migrate (first_time)** Invoke environment (first_time)** Execute environment** Execute db:migraterake aborted!no such file to load -- deprecatedC:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in gem_original_require'C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in require'C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:510:in require'C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:355:in new_constants_in'C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:510:in require'C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in gem_original_require'C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in require'C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:510:in require'C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:355:in new_constants_in'C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:510:in require'C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/core_ext/kernel/requires.rb:7:in require_library_C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/core_ext/kernel/requires.rb:5:in require_library__adapter.rb:29:in sqlserver_connection'n.rb:292:in send'n.rb:292:in connection='n.rb:260:in retrieve_connection'n.rb:78:in connection'C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/active_record/migration.rb:408:in initialize'C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/active_record/migration.rb:373:in new'C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/active_record/migration.rb:373:in up'C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/active_record/migration.rb:356:in migrate'C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:621:in call'C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:621:in execute'C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:616:in each'C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:616:in execute'C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:582:in invoke_with_call_chain'C:/Ruby/lib/ruby/1.8/monitor.rb:242:in synchronize'C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:575:in invoke_with_call_chain'C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:568:in invoke'C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2031:in invoke_task'C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2009:in top_level'C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2009:in each'C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2009:in top_level'C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2048:in standard_exception_handling'C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2003:in top_level'C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:1982:in run'C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2048:in standard_exception_handling'C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:1979:in run'C:/Ruby/bin/rake:19:in load'PS C:\Inetpub\wwwroot\myapp>

show/hide this revision's text 2 prettify formatting

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

development:
  adapter: sqlserver
  database: APPS_SETUP
  Host: WindowsVT06\SQLEXPRESS
  Username: se
  Password: paswd

Run rake db:migrate from myapp directory

----------
rake aborted!
no such file to load -- deprecated

ADO

I have dbi 0.4.0 installed and have created the ADO folder in

C:\Ruby\lib\ruby\site_ruby\1.8\DBD\ADO

I got the ado.rb from the dbi 0.2.2

What else should I be looking at to fix the issue connecting to the database? Please don't tell me to use MySql or Sqlite or Postgres.

show/hide this revision's text 1

Setting up Rails to work with sqlserver

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

development:

adapter: sqlserver

database: APPS_SETUP

Host: WindowsVT06\SQLEXPRESS

Username: se

Password: paswd

Run rake db:migrate from myapp directory

rake aborted!

no such file to load -- deprecated

ADO

I have dbi 0.4.0 installed and have created the ADO folder in

C:\Ruby\lib\ruby\site_ruby\1.8\DBD\ADO

I got the ado.rb from the dbi 0.2.2

What else should I be looking at to fix the issue connecting to the database? Please don't tell me to use MySql or Sqlite or Postgres.