The joy of ActiveRecord
Today I’ve stumbled on a clearly annoying behavior of ActiveRecord. Basically the problem is that, when given a long
as parameters for a timestamp in the constructor, it silently skips it and put nil
instead.
ActiveRecord is full of surprises …