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.

123456789101112131415161718192021222324252627282930313233343536
  1. ---
  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! and a reference to #1 and r2."
  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. 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