Re: [Rails] rails and mssql

2010-04-29 Thread Sam Granieri
I used SQL Server 2005 for 18 months for a rails application. I recall having to use both freetds and unixodbc to get the connection to work. I'm a little hazy on this, but I think one is a higher level communication protocol, and one is a lower level communication protocol. Google the rest if it h

[Rails] Re: problems with 1.9.1, acts_as_versioned an acts_as_ferret

2009-12-11 Thread Sam Granieri
Matt, If I were you I'd highly consider ditching Ferret for Solr and Sunspot.. http://outoftime.github.com/sunspot/ On Dec 11, 7:08 am, Matt Harrison wrote: > Hi guys, > > I recently tried to upgrade my ruby version from 1.8.6-enterprise to > 1.8.7-enterprise but found some issues. Just for kic