try using bundler to install the gem , it will try to find all the dependencies.
http://railscasts.com/episodes/201-bundler On Tue, Sep 14, 2010 at 6:08 AM, Deng Bin <[email protected]> wrote: > hi erevy one > i use ruby 1.8.7 ,rails is 2.2.2 > > > fisrt get the latest source distribution of Ruby-DBI from: > http://rubyforge.org/projects/ruby-dbi/ and copy the file: > rub-DBI is 0.2.2 > > lib/dbd/ADO.rb > > to: > > X:/ruby/lib/ruby/site_ruby/1.8/DBD/ADO/ADO.rb > > then i install > gem install activerecord-sqlserver-adapter -v=2.2.8 > > i run the server > > error is > establish_connection please install the sqlserver adapter gem install > activerecord-sqlserver-adapter > no such file to load active_record/connection_adapters/sqlserver_adapter > > then i copy sqlserver_adapter from ctiverecord-sqlserver-adapter-3.0.0 > to that palce > > but that another error > > active_support/dependencies.rb:442 in 'load_missing_constant' > uninitialized constant activedrecord::wrappenddatabaseException <name > error> > > Anyone hit this ? > > Regards, > /deng > -- > Posted via http://www.ruby-forum.com/. > > -- > 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]<rubyonrails-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- 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.

