Renamed helpers to correspond to renamed Controller classes.
[merb_radiant.git] / radiant_specs / test / fixtures / .svn / text-base / page_parts.yml.svn-base
blob007cb9d3afa1273cc4619f9752c5669a324af9a1
1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2 body:
3   id: 1
4   name: body
5   content: This is the body portion of the Ruby home page.
6   page_id: 1
7 extended:
8   id: 2
9   name: extended
10   content: This is an extended portion of the Ruby home page.
11   page_id: 1
12 summary:
13   id: 3
14   name: summary
15   content: This is a summary.
16   page_id: 1
17 sidebar:
18   id: 4
19   name: sidebar
20   content: <r:title /> sidebar.
21   page_id: 1
22 documentation_body:
23   id: 5
24   name: body
25   content: This is the documentation section.
26   page_id: 2
27 books_body:
28   id: 6
29   name: body
30   content: This is the books page.
31   page_id: 3
32 textile_body:
33   id: 7
34   name: body
35   content: Some *Textile* content.
36   filter_id: Textile
37   page_id: 4
38 radius_body:
39   id: 8
40   name: body
41   content: |
42     h1. <r:page:title />
43     
44     <r:page:children:each>* <r:child:title />
45     </r:page:children:each>
46   filter_id: Textile
47   page_id: 5
48 radius__extended:
49   id: 9
50   name: extended
51   content: |
52     Just a test.
53   page_id: 5
54 <% for i in 1..3 %>
55 radius_child_<%= i %>_body:
56   id: <%= 9 + i %>
57   name: body
58   content: |
59     Radius test child <%= i %> body.
60   page_id: <%= 5 + i %>
61 <% end %>
62 radius_child_2_extended:
63   id: 13
64   name: extended
65   content: |
66     Extended content for Radius test.
67   page_id: 7
68 page_with_layout_body:
69   id: 14
70   name: body
71   content: <r:page:title />
72   page_id: 9
73 custom_tags_body:
74   id: 15
75   name: body
76   content: <r:test1 /> <r:test2 />
77   page_id: 35
78 custom_tags_child_body:
79   id: 16
80   name: body
81   content: <r:test />
82   page_id: 36
83 page_with_yaml_config_part:
84   id: 17
85   name: config
86   content: |
87     test: true
88     cool: beans
89   page_id: 37
90 small_test_part:
91   id: 18
92   name: body
93   content: test
94   page_id: 38
95 inheritance_test_part:
96   id: 19
97   name: body
98   content: <r:title /> inherited body.
99   page_id: 47
100 if_dev_test_part:
101   id: 20
102   name: if_dev
103   content: <r:if_dev>dev</r:if_dev>
104   page_id: 60
105 unless_dev_test_part:
106   id: 21
107   name: unless_dev
108   content: <r:unless_dev>not dev</r:unless_dev>
109   page_id: 60
110 another:
111   id: 22
112   name: body
113   content: another page
114   page_id: 61
115 global_titles:
116   id: 23
117   name: titles
118   page_id: 67
119   content: <r:title /> <r:page:title />