Skip to content

Instantly share code, notes, and snippets.

View armcburney's full-sized avatar
🤓

Andrew Robert McBurney armcburney

🤓
  • New York, NY
  • 20:19 (UTC -04:00)
View GitHub Profile
@armcburney
armcburney / generate_data
Last active October 26, 2017 03:02
Simple script to write data to a SQL seed file for db assignment.
#!/usr/bin/env ruby
require 'faker'
#
# Usage:
# chmox +x generate_data
# ./generate_data > seed.sql
#
# First, set up the schema using the provided sql: