# Only 1 author, with 10 posts. Each post has 10 comments and 10 tags. # authors.yml luca: id: 1 first_name: Luca last_name: Guidi # posts.yml one: id: 1 author_id: 1 title: Lorem ipsum dolor sit amet text: Lorem ipsum dolor sit amet # ... 4094 chars # comments.yml one_for_one: post_id: 1 author: John Doe email: john.doe@email.com text: Lorem ipsum dolor sit amet # ... 893 chars # tags.yml ruby_for_one: taggable_id: 1 taggable_type: Post name: ruby