Ruby on Rails and SQLServer Adapter Error With Dates
January 17th, 2008
I have an SQLServer that has dates before 1970. If you have this, then you will get crashes with the latest SQL Server Adapter. This shows you how to get around it while we get it fixed in the adapter.
Read the rest of this entryGetting Rails 2.0 and MS SQL Server Talking
December 17th, 2007
With version 2.0 of Rails, getting it talking to SQLServer has become a whole lot easier.
Read the rest of this entryCopying an SQLServer Database
December 1st, 2007
When you are testing and developing code, you don’t want to be playing with a live database at all, this is how you copy it to your local system.
Read the rest of this entry