Skip to content

koozie/FauxData

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 

FauxData

by Chris Stansbury

Description

FauxData was created to quickly generate random employee demographic data which is used for demonstrating your application and application's reporting features. Address data is pulled from US Census records, keeping the US city, US state, and US zip code in sync, while street names are randomly pulled.

Documentation

Examples

require 'pp'
require 'faux_data'

pg = FauxData::PersonGenerator.new
person = pg.person
pp person

For more examples see the examples/ directory of this project.

Supported Platforms

Known to work on

1.8.7, 1.9.3

Questions and/or Comments

Feel free to email Chris Stansbury with any questions.

About

Faux Data Generation Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages