Skip to content

Instantly share code, notes, and snippets.

@carpeliam
Created September 9, 2008 07:38
Show Gist options
  • Save carpeliam/9630 to your computer and use it in GitHub Desktop.
Save carpeliam/9630 to your computer and use it in GitHub Desktop.
<% for i in 1..1000 %>
joe_<%= i %>:
login: joe_<%= i %>
email: joe_<%= i %>@example.com
salt: 356a192b7913b04c54574d18c28d46e6395428ab # SHA1('0')
crypted_password: 6480dd200db2719d431c7a25b133887ad8b46551 # 'monkey'
created_at: <%= 5.days.ago.to_s :db %>
activated_at: <%= 5.days.ago.to_s :db %>
state: active
invitation: <%= Fixtures.identify("#{i}_invite") %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment