changelog shortlog tags changeset manifest revisions annotate raw

test/fixtures/users.yml

changeset 7: ac1024130232
author: moriq@moriq.com
date: Wed Mar 05 03:57:54 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: generate authenticated again.
mercurial import したときに db/migrate lib が消えてた。orz
1quentin:
2 id: 1
3 login: quentin
4 email: quentin@example.com
5 salt: 7e3041ebc2fc05a40c60028e2c4901a81035d3cd
6 crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test
7 created_at: <%= 5.days.ago.to_s :db %>
8
9
10
11aaron:
12 id: 2
13 login: aaron
14 email: aaron@example.com
15 salt: 7e3041ebc2fc05a40c60028e2c4901a81035d3cd
16 crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test
17 created_at: <%= 1.days.ago.to_s :db %>
18
19