I am getting a lot of indications that i should manually copy a file called ADO.rb to my .../ruby187/lib/ruby/gems/1.8/gems/dbi-0.4.5/lib/ dbi folder where do i download this file ? every link to it seems to point me to a dbi gem but not this file.
also the error i am getting is still argument error unknown connection mode for mode => "ado" On 25 Okt, 15:36, Fredrik TiC Jansson <[email protected]> wrote: > I have installed both gems via > gem install 'gemname' > after which i have wrote > gem 'gemname' in my gem file and then run bundle install inside the > project folder > > 'gemname' = is replaced by the name of the gem > > So yes i have installed those gems i hav also tried this with ruby > 1.9.2 and i am currently using 1.8.7 since this version seems to be > more stable for win(?) > > On 25 Okt, 15:25, KlausG <[email protected]> wrote: > > > > gem 'activerecord-sqlserver-adapter' > > > > LoadError (no such file to load -- odbc): > > > When using the odbc connection mode for the adapter, > > you need the gem ruby-odbc to be installed. You will > > find more information to this gem on > > http://www.ch-werner.de/rubyodbc/ > > > When you are running on a Linux System I would > > recommend using the new TinyTDS gem: > > http://github.com/rails-sqlserver/tiny_tds > > > Use mode: adonet only when you are running on IronRuby !! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

