> 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.

