Skip to content

Instantly share code, notes, and snippets.

@mjfreshyfresh
Created February 4, 2009 20:12
Show Gist options
  • Save mjfreshyfresh/58315 to your computer and use it in GitHub Desktop.
Save mjfreshyfresh/58315 to your computer and use it in GitHub Desktop.
rake db:data:dump
example data found in db/data.yml
---
campaigns:
columns:
- id
- client_id
- name
- created_at
- updated_at
- token
records:
- - "1"
- "1"
- First push
- 2008-11-03 18:23:53
- 2008-11-03 18:23:53
- 3f2523f6a665
- - "2"
- "2"
- First push
- 2008-11-03 18:26:57
- 2008-11-03 18:26:57
- 9ee8bc427d94
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment