Project

faux_data

0.0
No commit activity in last 3 years
No release in over 3 years
FauxData was created to quickly generate random employee demographic data which is used for demostrating 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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

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.