Trailing Backslash Problem & Fix for Rails and SQLServer 2005
I came across a problem on project where trying to create a new record with a string attribute that ends in \ (backslash) was causing an OLE error to pop up through the DBI driver. For example, if you had a model with a string attribute called name and you tried to do Model.create! :name […]