summaryrefslogtreecommitdiffstats
path: root/test/fixtures/messages.yml
blob: f82f376c14323de3d9e3077e78f64f6fcc56549c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
--- 
messages_001: 
  created_on: 2007-05-12 17:15:32 +02:00
  updated_on: 2007-05-12 17:15:32 +02:00
  subject: First post
  id: 1
  replies_count: 2
  last_reply_id: 3
  content: "This is the very first post\n\
    in the forum"
  author_id: 1
  parent_id: 
  board_id: 1
messages_002: 
  created_on: 2007-05-12 17:18:00 +02:00
  updated_on: 2007-05-12 17:18:00 +02:00
  subject: First reply
  id: 2
  replies_count: 0
  last_reply_id: 
  content: "Reply to the first post"
  author_id: 1
  parent_id: 1
  board_id: 1
messages_003: 
  created_on: 2007-05-12 17:18:02 +02:00
  updated_on: 2007-05-12 17:18:02 +02:00
  subject: "RE: First post"
  id: 3
  replies_count: 0
  last_reply_id: 
  content: "An other reply"
  author_id: 
  parent_id: 1
  board_id: 1
messages_004: 
  created_on: 2007-08-12 17:15:32 +02:00
  updated_on: 2007-08-12 17:15:32 +02:00
  subject: Post 2
  id: 4
  replies_count: 1
  last_reply_id: 5
  content: "This is an other post"
  author_id: 
  parent_id: 
  board_id: 1
messages_005: 
  created_on: <%= 3.days.ago.to_date.to_s(:db) %>
  updated_on: <%= 3.days.ago.to_date.to_s(:db) %>
  subject: 'RE: post 2'
  id: 5
  replies_count: 0
  last_reply_id: 
  content: "Reply to the second post"
  author_id: 1
  parent_id: 4
  board_id: 1