To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / test / fixtures / journals.yml @ 441:cbce1fd3b1b7

History | View | Annotate | Download (881 Bytes)

1 0:513646585e45 Chris
---
2
journals_001:
3
  created_on: <%= 2.days.ago.to_date.to_s(:db) %>
4
  notes: "Journal notes"
5
  id: 1
6
  journalized_type: Issue
7
  user_id: 1
8
  journalized_id: 1
9
journals_002:
10
  created_on: <%= 1.days.ago.to_date.to_s(:db) %>
11
  notes: "Some notes with Redmine links: #2, r2."
12
  id: 2
13
  journalized_type: Issue
14
  user_id: 2
15
  journalized_id: 1
16
journals_003:
17
  created_on: <%= 1.days.ago.to_date.to_s(:db) %>
18
  notes: "A comment with inline image: !picture.jpg!"
19
  id: 3
20
  journalized_type: Issue
21
  user_id: 2
22
  journalized_id: 2
23
journals_004:
24
  created_on: <%= 1.days.ago.to_date.to_s(:db) %>
25
  notes: "A comment with a private version."
26
  id: 4
27
  journalized_type: Issue
28
  user_id: 1
29
  journalized_id: 6
30 441:cbce1fd3b1b7 Chris
journals_005:
31
  id: 5
32
  created_on: <%= 1.days.ago.to_date.to_s(:db) %>
33
  notes: "A comment on a private issue."
34
  user_id: 2
35
  journalized_type: Issue
36
  journalized_id: 14