Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. ---
  2. messages_001:
  3. created_on: 2007-05-12 17:15:32 +02:00
  4. updated_on: 2007-05-12 17:15:32 +02:00
  5. subject: First post
  6. id: 1
  7. replies_count: 2
  8. last_reply_id: 3
  9. content: "This is the very first post\n\
  10. in the forum"
  11. author_id: 1
  12. parent_id:
  13. board_id: 1
  14. messages_002:
  15. created_on: 2007-05-12 17:18:00 +02:00
  16. updated_on: 2007-05-12 17:18:00 +02:00
  17. subject: First reply
  18. id: 2
  19. replies_count: 0
  20. last_reply_id:
  21. content: "Reply to the first post"
  22. author_id: 1
  23. parent_id: 1
  24. board_id: 1
  25. messages_003:
  26. created_on: 2007-05-12 17:18:02 +02:00
  27. updated_on: 2007-05-12 17:18:02 +02:00
  28. subject: "RE: First post"
  29. id: 3
  30. replies_count: 0
  31. last_reply_id:
  32. content: "An other reply"
  33. author_id: 2
  34. parent_id: 1
  35. board_id: 1
  36. messages_004:
  37. created_on: 2007-08-12 17:15:32 +02:00
  38. updated_on: 2007-08-12 17:15:32 +02:00
  39. subject: Post 2
  40. id: 4
  41. replies_count: 2
  42. last_reply_id: 6
  43. content: "This is an other post"
  44. author_id:
  45. parent_id:
  46. board_id: 1
  47. messages_005:
  48. created_on: <%= 3.days.ago.to_date.to_s(:db) %>
  49. updated_on: <%= 3.days.ago.to_date.to_s(:db) %>
  50. subject: 'RE: post 2'
  51. id: 5
  52. replies_count: 0
  53. last_reply_id:
  54. content: "Reply to the second post"
  55. author_id: 1
  56. parent_id: 4
  57. board_id: 1
  58. messages_006:
  59. created_on: <%= 2.days.ago.to_date.to_s(:db) %>
  60. updated_on: <%= 2.days.ago.to_date.to_s(:db) %>
  61. subject: 'RE: post 2'
  62. id: 6
  63. replies_count: 0
  64. last_reply_id:
  65. content: "Another reply to the second post"
  66. author_id: 3
  67. parent_id: 4
  68. board_id: 1
  69. messages_007:
  70. created_on: <%= 2.days.ago.to_date.to_s(:db) %>
  71. updated_on: <%= 2.days.ago.to_date.to_s(:db) %>
  72. subject: 'Message on a private project'
  73. id: 7
  74. replies_count: 0
  75. last_reply_id:
  76. content: "This is a private message"
  77. author_id: 1
  78. parent_id:
  79. board_id: 3