Fake it till you make it! - Faker Rake Task
I just launched a ‘fake out’ rake task. Using the very excellent Faker gem by Benjamin Curtis this task can be configured to populate your models with random amounts of fake information. This can a be a real time-saver for load testing, preparing demos/screencasts, or just filling up your pages with realistic data so you can get to work on your views. Here’s the blog post and the script as a Gist on GitHub
Post a comment