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 <kd.gunderm...@zwick-edelstahl.de> 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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to