carpeliam (owner)

Revisions

gist: 9630 Download_button fork
public
Public Clone URL: git://gist.github.com/9630.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
<% 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 %>