I am currently trying to populate a development database on a project with a bunch of fake data, to simulate how it will look and operate with hundreds of articles / users. I lo
user.avatar = File.open(Dir['app/assets/images/*.jpg'].sample)