Skip to content

Instantly share code, notes, and snippets.

@davidnorth
Created September 24, 2010 15:25
Show Gist options
  • Save davidnorth/595537 to your computer and use it in GitHub Desktop.
Save davidnorth/595537 to your computer and use it in GitHub Desktop.
<%
1.upto(100) do |i|
%>
user_<%= i %>:
email: <%= Faker::Internet.email %>
<% if User.columns.map(&:name).include?("crypted_password") %>
crypted_password: "c9ef770ede786cdb33e02c3432c16151bc727ce3c73ffcff7395eeba82da5fe01383cb30050bfc55ffd3d92afe3c1a400eb0a27c8cc372d5aa7e00e55262e9fd"
salt: "XBzzaBi04ZEQxIPz9VH"
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment