Project

populate

0.0
No commit activity in last 3 years
No release in over 3 years
Populates your development database with fake data
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.1.0
>= 1.13.0
>= 1.1.3
 Project Readme

Populate

Populates your database with lovely fake data automatically.

Prequisites

Populate has only been tested with Ruby 1.9.3 and Rails 3.1+. As such, it probably won't work with anything else.

Installation

gem 'populate'

Useage

task :populate => :environment do
  populate User, 10..50
  populate Article, 100..500
end

Credits

Jim Neath