Generate random time in rails by makaroni4 There is a pretty cool solution for generating random date in the past using #rails: rand(2.years).ago And in the future: rand(2.years).from_now For generating other data I use Faker gem
Comments
Coolagin commented 9 months ago
Thanks!Good solution.
jurgelenas commented 7 months ago
Nice solution, thanks! :)