Re: [Rails] date type in database becomes nil in rails

2011-03-03 Thread Colin Law
On 2 March 2011 23:24, Ichiro Saga wrote: > Hi, there.  I wrote an application in Windows and tried to run it in > Ubuntu 10.04 64-bit.  The app works fine in windows but I found a > strange problem when I tested it in Ubuntu.  Two tables in database have > a column with date type and sqlite3 is a

[Rails] date type in database becomes nil in rails

2011-03-02 Thread Ichiro Saga
Hi, there. I wrote an application in Windows and tried to run it in Ubuntu 10.04 64-bit. The app works fine in windows but I found a strange problem when I tested it in Ubuntu. Two tables in database have a column with date type and sqlite3 is able to display the data in the column. However, as