Froze rails gems
[depot.git] / vendor / rails / activerecord / test / fixtures / topics.yml
1 first:
2 id: 1
3 title: The First Topic
4 author_name: David
5 author_email_address: david@loudthinking.com
6 written_on: 2003-07-16t15:28:11.2233+01:00
7 last_read: 2004-04-15
8 bonus_time: 2005-01-30t15:28:00.00+01:00
9 content: Have a nice day
10 approved: false
11 replies_count: 1
12
13 second:
14 id: 2
15 title: The Second Topic of the day
16 author_name: Mary
17 written_on: 2004-07-15t15:28:00.0099+01:00
18 content: Have a nice day
19 approved: true
20 replies_count: 0
21 parent_id: 1
22 type: Reply
23
24 third:
25 id: 3
26 title: The Third Topic of the day
27 author_name: Nick
28 written_on: 2005-07-15t15:28:00.0099+01:00
29 content: I'm a troll
30 approved: true
31 replies_count: 1
32
33 fourth:
34 id: 4
35 title: The Fourth Topic of the day
36 author_name: Carl
37 written_on: 2006-07-15t15:28:00.0099+01:00
38 content: Why not?
39 approved: true
40 type: Reply
41 parent_id: 3
42