Skip to content

jimneath/populate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages