search for: content_store

Displaying 1 result from an estimated 1 matches for "content_store".

2009 Apr 14
6
SQL Server via DBI/ODBC configuration
...ection_adapters/abstract/connection_pool.rb:223:in `send'' from /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/connection_pool.rb:223:in `new_connection'' database.yml is: development: adapter: sqlserver mode: ODBC dsn: CONTENT_STORE username: joebob password: secret So I looked into dbi.rb and I see where it throws the exception. It can''t seem to get the Driver called ODBC. I do have dbd-odbc-0.2.4 installed. Seems like the dbi part is not connecting to the odbc part. Rails is running on ubuntu 8.1. Any...