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 entry
Posted by mikel
Filed in
0 comments »
Getting 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 entry
Posted by mikel
Filed in Ruby on Rails, SQL Server and Rails
2 comments »
Latest comments
- Larry
Not real sure what should go here: ‘form:button_disable’. Can’t get this to work for me but love the idea. Disclaimer:...
- Phil
The simple example of:
begin Terminator.terminate(1) do sleep 3 end end
rescue Terminator::Error puts "Timed out"does not work for...
- Remi
Great text thank you. What if we have a model Office that has many persons? How would you handle it?
... - Dirceu Jr.
Thx!!!
- Mikel Lindsaar
@Ahsan, could you pastie your code?
- Ahsan
@Mikel: Ok, I upgraded to 0.4.4, but the problem persists.