Plugins - sqlserver_datetime_fix
Add to favoritesThe SQL Server adapter for ActiveRecord uses Time objects
to cast dates from the db. This fails for dates before 1970,
thus some birthdates come back as nil.
This is some kludge to use a DateTime in that case
so we still get the value.
This plugin is based on work by Tim Morgan see also
http://snippets.dzone.com/posts/show/2140
http://usefulrailsplugins.googlecode.com/svn/trunk/
http://usefulrailsplugins.googlecode.com/svn/trunk/plugins/sqlserver_datetime_fix/
Rails' (MIT)
Misc. Enhancements
