Connecting Ruby On Rails (on Redhat Linux) to SQL Server

Setting up Ruby On Rails and SQL Server 2005 Database connections on Redhat Linux Following are the setup notes for how I got Ruby On Rails (running on RedHat Enterprise Linux) to connect with Microsoft SQL Server. This is based on the Ubuntu Platform-install instructions for activerecord-sqlserver-adapter Install the Redhat Packages unixODBC unixODBC-devel Download, compile, and install the stable version of FreeTDS Edit the configuration for FreeTDS…. we need to tell it about the SQL Server hosts and ports we’re

Read more