Skip to content

Commit 121d957

Browse files
committed
Update site source
1 parent 5222fff commit 121d957

File tree

670 files changed

+15491
-36816
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

670 files changed

+15491
-36816
lines changed

src/classes/AbstractController/Base.html

Lines changed: 54 additions & 126 deletions
Original file line numberDiff line numberDiff line change
@@ -43,142 +43,70 @@ <h1>
4343

4444

4545

46-
<!-- Method ref -->
4746
<h2 id="methods">Methods</h2>
48-
<dl class="methods">
47+
<ul>
4948

50-
<dt>A</dt>
51-
<dd>
52-
<ul>
53-
54-
55-
<li>
56-
<a href="#method-c-abstract-21">abstract!</a>,
57-
</li>
58-
59-
60-
<li>
61-
<a href="#method-c-action_methods">action_methods</a>,
62-
</li>
63-
64-
65-
<li>
66-
<a href="#method-i-action_methods">action_methods</a>,
67-
</li>
68-
69-
70-
<li>
71-
<a href="#method-i-action_name">action_name</a>,
72-
</li>
73-
74-
75-
<li>
76-
<a href="#method-i-available_action-3F">available_action?</a>
77-
</li>
78-
79-
</ul>
80-
</dd>
49+
<li>
50+
<a href="#method-c-abstract-21">abstract!</a>
51+
</li>
8152

82-
<dt>C</dt>
83-
<dd>
84-
<ul>
85-
86-
87-
<li>
88-
<a href="#method-c-clear_action_methods-21">clear_action_methods!</a>,
89-
</li>
90-
91-
92-
<li>
93-
<a href="#method-i-controller_path">controller_path</a>,
94-
</li>
95-
96-
97-
<li>
98-
<a href="#method-c-controller_path">controller_path</a>
99-
</li>
100-
101-
</ul>
102-
</dd>
53+
<li>
54+
<a href="#method-c-action_methods">action_methods</a>
55+
</li>
10356

104-
<dt>F</dt>
105-
<dd>
106-
<ul>
107-
108-
109-
<li>
110-
<a href="#method-i-formats">formats</a>
111-
</li>
112-
113-
</ul>
114-
</dd>
57+
<li>
58+
<a href="#method-i-action_methods">action_methods</a>
59+
</li>
11560

116-
<dt>I</dt>
117-
<dd>
118-
<ul>
119-
120-
121-
<li>
122-
<a href="#method-c-internal_methods">internal_methods</a>
123-
</li>
124-
125-
</ul>
126-
</dd>
61+
<li>
62+
<a href="#method-i-action_name">action_name</a>
63+
</li>
12764

128-
<dt>M</dt>
129-
<dd>
130-
<ul>
131-
132-
133-
<li>
134-
<a href="#method-c-method_added">method_added</a>
135-
</li>
136-
137-
</ul>
138-
</dd>
65+
<li>
66+
<a href="#method-i-available_action-3F">available_action?</a>
67+
</li>
13968

140-
<dt>P</dt>
141-
<dd>
142-
<ul>
143-
144-
145-
<li>
146-
<a href="#method-i-performed-3F">performed?</a>,
147-
</li>
148-
149-
150-
<li>
151-
<a href="#method-i-process">process</a>
152-
</li>
153-
154-
</ul>
155-
</dd>
69+
<li>
70+
<a href="#method-c-clear_action_methods-21">clear_action_methods!</a>
71+
</li>
15672

157-
<dt>R</dt>
158-
<dd>
159-
<ul>
160-
161-
162-
<li>
163-
<a href="#method-i-response_body">response_body</a>
164-
</li>
165-
166-
</ul>
167-
</dd>
73+
<li>
74+
<a href="#method-i-controller_path">controller_path</a>
75+
</li>
16876

169-
<dt>S</dt>
170-
<dd>
171-
<ul>
172-
173-
174-
<li>
175-
<a href="#method-c-supports_path-3F">supports_path?</a>
176-
</li>
177-
178-
</ul>
179-
</dd>
77+
<li>
78+
<a href="#method-c-controller_path">controller_path</a>
79+
</li>
80+
81+
<li>
82+
<a href="#method-i-formats">formats</a>
83+
</li>
18084

181-
</dl>
85+
<li>
86+
<a href="#method-c-internal_methods">internal_methods</a>
87+
</li>
88+
89+
<li>
90+
<a href="#method-c-method_added">method_added</a>
91+
</li>
92+
93+
<li>
94+
<a href="#method-i-performed-3F">performed?</a>
95+
</li>
96+
97+
<li>
98+
<a href="#method-i-process">process</a>
99+
</li>
100+
101+
<li>
102+
<a href="#method-i-response_body">response_body</a>
103+
</li>
104+
105+
<li>
106+
<a href="#method-c-supports_path-3F">supports_path?</a>
107+
</li>
108+
109+
</ul>
182110

183111

184112

src/classes/AbstractController/Caching.html

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -50,35 +50,18 @@ <h3 id="module">Module</h3>
5050

5151

5252

53-
<!-- Method ref -->
5453
<h2 id="methods">Methods</h2>
55-
<dl class="methods">
54+
<ul>
5655

57-
<dt>C</dt>
58-
<dd>
59-
<ul>
60-
61-
62-
<li>
63-
<a href="#method-i-cache">cache</a>
64-
</li>
65-
66-
</ul>
67-
</dd>
56+
<li>
57+
<a href="#method-i-cache">cache</a>
58+
</li>
6859

69-
<dt>V</dt>
70-
<dd>
71-
<ul>
72-
73-
74-
<li>
75-
<a href="#method-i-view_cache_dependencies">view_cache_dependencies</a>
76-
</li>
77-
78-
</ul>
79-
</dd>
60+
<li>
61+
<a href="#method-i-view_cache_dependencies">view_cache_dependencies</a>
62+
</li>
8063

81-
</dl>
64+
</ul>
8265

8366

8467

src/classes/AbstractController/Caching/ClassMethods.html

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,14 @@ <h1>
3131

3232

3333

34-
<!-- Method ref -->
3534
<h2 id="methods">Methods</h2>
36-
<dl class="methods">
35+
<ul>
3736

38-
<dt>V</dt>
39-
<dd>
40-
<ul>
41-
42-
43-
<li>
44-
<a href="#method-i-view_cache_dependency">view_cache_dependency</a>
45-
</li>
46-
47-
</ul>
48-
</dd>
37+
<li>
38+
<a href="#method-i-view_cache_dependency">view_cache_dependency</a>
39+
</li>
4940

50-
</dl>
41+
</ul>
5142

5243

5344

src/classes/AbstractController/Caching/ConfigMethods.html

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,18 @@ <h1>
3131

3232

3333

34-
<!-- Method ref -->
3534
<h2 id="methods">Methods</h2>
36-
<dl class="methods">
35+
<ul>
3736

38-
<dt>C</dt>
39-
<dd>
40-
<ul>
41-
42-
43-
<li>
44-
<a href="#method-i-cache_store">cache_store</a>,
45-
</li>
46-
47-
48-
<li>
49-
<a href="#method-i-cache_store-3D">cache_store=</a>
50-
</li>
51-
52-
</ul>
53-
</dd>
37+
<li>
38+
<a href="#method-i-cache_store">cache_store</a>
39+
</li>
40+
41+
<li>
42+
<a href="#method-i-cache_store-3D">cache_store=</a>
43+
</li>
5444

55-
</dl>
45+
</ul>
5646

5747

5848

0 commit comments

Comments
 (0)