Is anyone successfully running Rails against SQL Server 2008 from either a Linux or a Mac?
I have been able to run my Rails apps. against SQL Server 2000 using the standard freetds/unixodbc/ruby-dbi/ruby-odbc combination.
But it appears that perhaps freetds cannot be used to hit SQL Server 2008? I'm not sure - I've only googled for about 15 minutes or so.
So, can anyone say definitively whether or not SQL Server 2008 is a valid DB target for Rails?
Thanks, Wes