Setting up Rails to work with sqlserver - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T18:38:56Z http://stackoverflow.com/feeds/question/130547 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/130547/setting-up-rails-to-work-with-sqlserver 2 Setting up Rails to work with sqlserver FortunateDuke 2008-09-24T23:17:12Z 2009-11-06T18:21:44Z <p>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.</p> <h2>Contents of <code>database.yml</code></h2> <pre><code>development: adapter: sqlserver database: APPS_SETUP Host: WindowsVT06\SQLEXPRESS Username: se Password: paswd </code></pre> <p>Run <code>rake db:migrate</code> from myapp directory</p> <pre><code>---------- rake aborted! no such file to load -- deprecated </code></pre> <h2><strong>ADO</strong></h2> <p>I have dbi 0.4.0 installed and have created the ADO folder in</p> <p><code>C:\Ruby\lib\ruby\site_ruby\1.8\DBD\ADO</code></p> <p>I got the ado.rb from the dbi 0.2.2</p> <p>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.</p> <p><strong>**UPDATE**</strong></p> <p>I have installed the activerecord-sqlserver-adapter gem from --source=<a href="http://gems.rubyonrails.org" rel="nofollow">http://gems.rubyonrails.org</a></p> <p>Still not working.</p> <p>I have verified that I can connect to the database by logging into SQL Management Studio with the credentials.</p> <p><hr /></p> <p><strong>rake db:migrate --trace</strong></p> <p><hr /></p> <p>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:migrate rake aborted! no such file to load -- deprecated C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in <code>gem_original_require' C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in </code>require' C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:510:in <code>require' C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:355:in </code>new_constants_in' C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:510:in <code>require' C:/Ruby/lib/ruby/site_ruby/1.8/dbi.rb:48 C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in </code>gem_original_require' C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in <code>require' C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:510:in </code>require' C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:355:in <code>new_constants_in' C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:510:in </code>require' C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/core_ext/kernel/requires.rb:7:in <code>require_library_ or_gem' C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/core_ext/kernel/reporting.rb:11:in </code>silence_warnin gs' C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/core_ext/kernel/requires.rb:5:in <code>require_library_ or_gem' C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-sqlserver-adapter-1.0.0.9250/lib/active_record/connection_adapters/sqlserver _adapter.rb:29:in </code>sqlserver_connection' C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/active_record/connection_adapters/abstract/connection_specificatio n.rb:292:in <code>send' C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/active_record/connection_adapters/abstract/connection_specificatio n.rb:292:in </code>connection=' C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/active_record/connection_adapters/abstract/connection_specificatio n.rb:260:in <code>retrieve_connection' C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/active_record/connection_adapters/abstract/connection_specificatio n.rb:78:in </code>connection' C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/active_record/migration.rb:408:in <code>initialize' C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/active_record/migration.rb:373:in </code>new' C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/active_record/migration.rb:373:in <code>up' C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/active_record/migration.rb:356:in </code>migrate' C:/Ruby/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/tasks/databases.rake:99 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:621:in <code>call' C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:621:in </code>execute' C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:616:in <code>each' C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:616:in </code>execute' C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:582:in <code>invoke_with_call_chain' C:/Ruby/lib/ruby/1.8/monitor.rb:242:in </code>synchronize' C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:575:in <code>invoke_with_call_chain' C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:568:in </code>invoke' C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2031:in <code>invoke_task' C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2009:in </code>top_level' C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2009:in <code>each' C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2009:in </code>top_level' C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2048:in <code>standard_exception_handling' C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2003:in </code>top_level' C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:1982:in <code>run' C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2048:in </code>standard_exception_handling' C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:1979:in <code>run' C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/bin/rake:31 C:/Ruby/bin/rake:19:in </code>load' C:/Ruby/bin/rake:19 PS C:\Inetpub\wwwroot\myapp></p> http://stackoverflow.com/questions/130547/setting-up-rails-to-work-with-sqlserver/131501#131501 2 Answer by hectorsq for Setting up Rails to work with sqlserver hectorsq 2008-09-25T04:38:01Z 2008-09-30T15:58:00Z <p>Did you install the SQL Server adapter?</p> <pre><code>gem install activerecord-sqlserver-adapter --source=http://gems.rubyonrails.org </code></pre> http://stackoverflow.com/questions/130547/setting-up-rails-to-work-with-sqlserver/153695#153695 2 Answer by djenryte for Setting up Rails to work with sqlserver djenryte 2008-09-30T15:56:13Z 2008-09-30T15:56:13Z <p>I ran into the same problem yesterday. Apparently 'deprecated' is a gem, so you want to run "gem install deprecated" to grab and install the latest version. Good luck.</p> http://stackoverflow.com/questions/130547/setting-up-rails-to-work-with-sqlserver/1268226#1268226 0 Answer by Amol for Setting up Rails to work with sqlserver Amol 2009-08-12T19:29:15Z 2009-08-12T19:29:15Z <p>I too had faced this problem. There is another work around. You can create a DSN for the app db from control panel->admin tools->Odbc. Database.yml file should look like below:</p> <pre><code>adapter: sqlserver mode: odbc dsn: DSN_NAME host: localhost database: App_development username: uname password: password </code></pre> <p>I tried using the deprecated gem, wasn't of much use. I had tried installing an ADO adaptor too which rendered useless.</p> http://stackoverflow.com/questions/130547/setting-up-rails-to-work-with-sqlserver/1689383#1689383 1 Answer by Jarrod for Setting up Rails to work with sqlserver Jarrod 2009-11-06T18:21:44Z 2009-11-06T18:21:44Z <p>If you're on a 64 bit machine, there are two ODBC administrator programs, one for 32 bit and one for 64 bit. activerecord-sqlserver-adapter looks for DSNs set up with the 32 bit version.</p>