Does anyone have any idea why this might be.
script/console and my unit test report $KCODE to be UTF8 - I thought
it might be character encoding but apparently not. I've set the
character encoding in my terminal, the class and unit test files and
when using script/console to be UTF8/NONE but neither makes any
difference.
I'm on a Mac, using TextMate which saves the files in UTF8, using edge
rails revision 7277, mysql5.
Any help at all would be really appreciated as I have no idea what
else to do!
Well actually I simplified my example here but the database type in
the migration is datetime and I was actually using a correctly
formatted date of '2007-01-01 00:00:00' in my tests.
Well actually I simplified my example here but the database type in
the migration is datetime and I was actually using a correctly
formatted date of '2007-01-01 00:00:00' in my tests.