# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
body:
id: 1
name: body
content: This is the body portion of the Ruby home page.
page_id: 1
extended:
id: 2
name: extended
content: This is an extended portion of the Ruby home page.
page_id: 1
summary:
id: 3
name: summary
content: This is a summary.
page_id: 1
sidebar:
id: 4
name: sidebar
content: sidebar.
page_id: 1
documentation_body:
id: 5
name: body
content: This is the documentation section.
page_id: 2
books_body:
id: 6
name: body
content: This is the books page.
page_id: 3
textile_body:
id: 7
name: body
content: Some *Textile* content.
filter_id: Textile
page_id: 4
radius_body:
id: 8
name: body
content: |
h1.
*
filter_id: Textile
page_id: 5
radius__extended:
id: 9
name: extended
content: |
Just a test.
page_id: 5
<% for i in 1..3 %>
radius_child_<%= i %>_body:
id: <%= 9 + i %>
name: body
content: |
Radius test child <%= i %> body.
page_id: <%= 5 + i %>
<% end %>
radius_child_2_extended:
id: 13
name: extended
content: |
Extended content for Radius test.
page_id: 7
page_with_layout_body:
id: 14
name: body
content:
page_id: 9
custom_tags_body:
id: 15
name: body
content:
page_id: 35
custom_tags_child_body:
id: 16
name: body
content:
page_id: 36
page_with_yaml_config_part:
id: 17
name: config
content: |
test: true
cool: beans
page_id: 37
small_test_part:
id: 18
name: body
content: test
page_id: 38
inheritance_test_part:
id: 19
name: body
content: inherited body.
page_id: 47
page_with_file_based_layout_body:
id: 20
name: body
content: "Body: "
page_id: 58
page_with_layout_extended:
id: 21
name: extended
content: "Extended: "
page_id: 58