You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

journals.yml 1.2KB

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