an sql DATE column (which maps to the ruby Date type) would seem to
fit. You've got several thousand years of range, no timezone problems
since it's a pure calendar day type.
an sql DATE column (which maps to the ruby Date type) would seem to
fit. You've got several thousand years of range, no timezone problems
since it's a pure calendar day type.
Yes, indeed, that solves my problem. Ta very much. Just didn't know
where to look.
90% of my problems with Ruby/Rails eventually translate into: "Where
is the documentation/source code for the thing that does X?"
If I had a general solution to THAT problem, life would be sweet.