Renamed helpers to correspond to renamed Controller classes.
[merb_radiant.git] / radiant_specs / test / fixtures / .svn / text-base / pages.yml.svn-base
blob51e890d610a85a2ffddddf9ade74fe3f47cbc3c9
1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2 homepage:
3   id: 1
4   title: Ruby Home Page
5   breadcrumb: Home
6   slug: /
7   status_id: 100
8   parent_id:
9   published_at: 2006-01-30 08:41:07 
10 documentation:
11   id: 2
12   title: Documentation
13   breadcrumb: Documentation
14   slug: documentation
15   status_id: 100
16   parent_id: 1
17   published_at: 2006-01-30 08:41:07 
18 books:
19   id: 3
20   title: Books
21   breadcrumb: Books
22   slug: books
23   status_id: 100
24   parent_id: 2
25   published_at: 2006-01-30 08:41:07 
26 textile:
27   id: 4
28   title: Textile
29   breadcrumb: Textile
30   slug: textile
31   status_id: 100
32   parent_id: 1
33   published_at: 2006-01-30 08:41:07 
34 radius:
35   id: 5
36   title: Radius Test Page
37   breadcrumb: Radius Test Page
38   slug: radius
39   status_id: 100
40   parent_id: 1
41   created_by: 3
42   published_at: 2006-01-30 08:41:07
43   created_at: 2006-01-30 08:40:00
44   updated_at: 2006-01-31 08:40:00 
45 <% for i in 1..3 %>
46 radius_child_<%= i %>:
47   id: <%= 5 + i %>
48   title: Radius Test Child <%= i %>
49   breadcrumb: Radius Test Child <%= i %>
50   slug: child-<%= i %>
51   status_id: 100
52   parent_id: 5
53   created_by: 1
54   published_at: 2006-01-30 08:41:07 
55 <% end %>
56 page_with_layout:
57   id: 9
58   title: Page With Layout
59   breadcrumb: Page With Layout
60   slug: page-with-layout
61   status_id: 100
62   layout_id: 1
63   parent_id: 1
64   published_at: 2006-01-30 08:41:07 
65 another_page_with_layout:
66   id: 52
67   title: Another Page With Layout
68   breadcrumb: Another Page With Layout
69   slug: another-page-with-layout
70   status_id: 100
71   layout_id: 1
72   parent_id: 1
73   published_at: 2006-01-30 08:41:07 
74 child_of_page_with_layout:
75   id: 18
76   title: Child of Page With Layout
77   breadcrumb: Child of Page With Layout
78   slug: child-of-page-with-layout
79   status_id: 100
80   parent_id: 9
81   published_at: 2006-01-30 08:47:07 
82 parent:
83   id: 10
84   title: Parent
85   breadcrumb: Parent
86   slug: parent
87   status_id: 100
88   parent_id: 1
89   published_at: 2006-01-30 08:41:07 
90 child:
91   id: 11
92   title: Child
93   breadcrumb: Child
94   slug: child
95   status_id: 100
96   parent_id: 10
97   published_at: 2006-01-30 08:41:07 
98 draft:
99   id: 15
100   title: Draft Page
101   breadcrumb: Draft Page
102   slug: draft
103   status_id: 1
104   parent_id: 1
105 hidden:
106   id: 16
107   title: Hidden Page
108   breadcrumb: Hidden Page
109   slug: hidden
110   status_id: 101
111   parent_id: 1
112 no_cache:
113   id: 17
114   title: No Cache
115   breadcrumb: No Cache
116   slug: no-cache
117   status_id: 100
118   parent_id: 1
119   class_name: NoCachePage
120 assorted:
121   id: 19
122   title: Assorted Root
123   breadcrumb: No Cache
124   slug: assorted
125   status_id: 100
126   parent_id: 1
127 <% for i in 1..10 %>
128 assorted<%= i %>:
129   id: <%= 19 + i %>
130   title: Assorted <%= i %>
131   breadcrumb: <%= (i + 5) % 10 %>
132   slug: <%= (?a + (10 - i)).chr %>
133   status_id: 100
134   parent_id: 19
135   published_at: 2000-06-10 07:<%= '%02d' % (17 - i) %>:<%= '%02d' % (i + 11) %> 
136 <% end %>
137 assorted-draft:
138   id: 40
139   title: Draft
140   breadcrumb: Draft
141   slug: draft
142   status_id: 1
143   parent_id: 19
144 news:
145   id: 30
146   title: News Archives
147   breadcrumb: news
148   slug: news
149   status_id: 100
150   parent_id: 1
151   published_at: 2006-01-30 08:41:07 
152 news_child_published:
153   id: 31
154   title: A Great Day for Ruby
155   breadcrumb: news
156   slug: a-great-day-for-ruby
157   status_id: 100
158   parent_id: 30
159   published_at: 2006-01-30 08:41:07 
160 news_child_published_2:
161   id: 32
162   title: Another Great Day for Ruby
163   breadcrumb: news
164   slug: another-great-day-for-ruby
165   status_id: 100
166   parent_id: 30
167   published_at: 2006-02-05 08:44:07
168 grandchild:
169   id: 33
170   title: Grandchild
171   breadcrumb: Grandchild
172   slug: grandchild
173   status_id: 100
174   parent_id: 11
175   published_at: 2006-02-05 08:44:07 
176 great_grandchild:
177   id: 34
178   title: Great-Grandchild
179   slug: great-grandchild
180   status_id: 100
181   parent_id: 33
182   published_at: 2006-02-05 08:44:07 
183 test_page:
184   id: 35
185   title: Test Page
186   slug: test-page
187   class_name: TestPage
188   status_id: 100
189   parent_id: 1
190   published_at: 2006-02-05 08:44:07 
191 custom_tags_child:
192   id: 36
193   title: Custom Tags Child
194   slug: child
195   status_id: 100
196   parent_id: 35
197   published_at: 2006-02-05 08:44:07 
198 page_with_yaml_config:
199   id: 37
200   title: Page with YAML config
201   slug: page-with-yaml-config
202   status_id: 100
203   parent_id: 1
204   published_at: 2006-02-05 08:44:07 
205 small_test:
206   id: 38
207   title: Small Test
208   slug: small-test
209   status_id: 100
210   parent_id: 1
211   published_at: 2006-02-05 08:44:07 
212 inheritance_test_page:
213   id: 47
214   title: Inheritance Test Page
215   slug: inheritance-test-page
216   status_id: 100
217   parent_id: 1
218   published_at: 2006-02-05 08:44:07 
219 inheritance_test_page_child:
220   id: 48
221   title: Inheritance Test Page Child
222   slug: child
223   status_id: 100
224   parent_id: 47
225   published_at: 2006-02-05 08:44:07 
226 inheritance_test_page_grandchild:
227   id: 49
228   title: Inheritance Test Page Grandchild
229   slug: grandchild
230   status_id: 100
231   parent_id: 48
232   published_at: 2006-02-05 08:44:07 
233 gallery:
234   id: 50
235   title: Gallery
236   slug: gallery
237   status_id: 100
238   parent_id: 1
239   published_at: 2006-02-05 08:44:07 
240 file_not_found:
241   id: 51
242   title: File Not Found
243   slug: missing
244   class_name: FileNotFoundPage
245   status_id: 100
246   parent_id: 50
247   published_at: 2006-02-05 08:44:07 
248 page_with_content_type_set_on_layout:
249   id: 54
250   title: Page With Content Type Set On Layout
251   slug: page_with_content_type_set_on_layout
252   status_id: 100
253   layout_id: 2
254   parent_id: 1
255   published_at: 2006-02-05 08:44:07 
256 deep_nested_child_for_breadcrumbs:
257   id: 55
258   title: Deeply nested child for testing breadcrumbs
259   slug: deep-nested-child
260   breadcrumb: Deeply nested child
261   status_id: 100
262   parent_id: 6
263   published_at: 2006-02-05 08:44:07 
264 homepage_draft:
265   id: 56
266   title: Home Page Draft
267   breadcrumb: Home Page Draft
268   slug: homepage_draft
269   status_id: 1
270   parent_id: 1
271   published_at: 2006-01-30 08:41:07 
272 gallery_draft:
273   id: 57
274   title: Gallery Draft
275   slug: gallery_draft
276   status_id: 1
277   parent_id: 50
278   published_at: 2006-02-05 08:44:07 
279 custom_404_root:
280   id: 58
281   title: Custom 404 Root
282   slug: custom_404
283   status_id: 100
284   parent_id: 1
285   published_at: 2006-02-05 08:44:07 
286 custom_404:
287   id: 59
288   title: Custom File Not Found
289   slug: missing
290   class_name: CustomFileNotFoundPage
291   status_id: 100
292   parent_id: 58
293   published_at: 2006-02-05 08:44:07 
294 devtags:
295   id: 60
296   title: Dev Test Page
297   slug: devtags
298   status_id: 100
299   parent_id: 1
300   published_at: 2006-02-05 08:44:07
301 another:
302   id: 61
303   title: Another Page
304   slug: another
305   status_id: 100
306   parent_id: 1
307   published_at: 2006-02-05 08:44:07
308 childless:
309   id: 62
310   title: Childless Page
311   slug: childless
312   status_id: 100
313   parent_id: 1
314   published_at: 2006-02-05 08:44:07
315 virtual:
316   id: 63
317   title: Virtual Page
318   class_name: VirtualPage
319   slug: virtual
320   virtual: true
321   status_id: 100
322   parent_id: 19
323   published_at: 2006-02-05 08:44:07
324 news_child_published_3:
325   id: 65
326   title: Later That Day
327   breadcrumb: news
328   slug: later-that-day
329   status_id: 100
330   parent_id: 30
331   published_at: 2006-02-06 09:44:07
332 news_child_published_4:
333   id: 66
334   title: Next Year in Ruby
335   breadcrumb: news
336   slug: next-year-in-ruby
337   status_id: 100
338   parent_id: 30
339   published_at: 2007-01-30 08:44:07
340 global:
341   id: 67
342   title: Global
343   slug: global
344   status_id: 100
345   parent_id: 60
346   published_at: 2006-02-05 08:44:07
347 global_child:
348   id: 68
349   title: Global Child
350   slug: global-child
351   status_id: 100
352   parent_id: 67
353   published_at: 2006-02-05 08:44:07