Tag: 3日期随机

如何在Ruby中生成随机日期?

我的Rails 3应用程序中有一个模型,它有一个date字段: class CreateJobs false … t.timestamps end end … end 我想用随机日期值预填充我的数据库。 生成随机日期的最简单方法是什么?