how to connect SQLserver in rails

Hai Luke

Thanks for your reply.

Actually running the one-time installer ruby 1.8.6

I think the first line is a red herring

JRuby limited openssl loaded. gem install jruby-openssl for full support

this above error is bcoz of the built jruby, by mistakenly i modified the application's property.

and know the error iam getting by running the cmd prompt is :

C:\Ruby\elite>ruby script/server => Booting WEBrick... Missing these required gems:   datanoise-actionwebservice

You're running:   ruby 1.8.6.287 at C:/Ruby/bin/ruby.exe   rubygems 1.3.1 at C:/Documents and Settings/aayyavoo/.gem/ruby/1.8, C:/Ruby/lib/ruby/gems/1.8

Run `rake gems:install` to install the missing gems.

I tried with rake gems:install

getting rake aborted.

C:\Ruby\elite>rake gems:install (in C:/Ruby/elite) rake aborted! Could not load driver (no such file to load -- C:/Ruby/lib/ruby/site_ruby/1.8/dbd/ADO)

(See full trace by running task with --trace)

i have pasted the ruby-dbi gem 0.4.1 in the ruby/bin directory how can i install this in the cmd prompt to reflect in the

c:/ruby/lib/.....

thanks