utopia 2.5.5 → 2.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +1 -2
- data/Gemfile +1 -0
- data/Rakefile +2 -0
- data/docs/code/Utopia.html +439 -433
- data/docs/code/Utopia/Command.html +201 -195
- data/docs/code/Utopia/Command/Environment.html +244 -244
- data/docs/code/Utopia/Command/Server.html +202 -202
- data/docs/code/Utopia/Command/Server/Create.html +192 -192
- data/docs/code/Utopia/Command/Server/Update.html +235 -235
- data/docs/code/Utopia/Command/Site.html +269 -263
- data/docs/code/Utopia/Command/Site/Create.html +192 -192
- data/docs/code/Utopia/Command/Site/Update.html +246 -246
- data/docs/code/Utopia/Command/Top.html +244 -244
- data/docs/code/Utopia/Content.html +636 -630
- data/docs/code/Utopia/Content/Document.html +1411 -1407
- data/docs/code/Utopia/Content/Document/State.html +1048 -1048
- data/docs/code/Utopia/Content/Link.html +1023 -1023
- data/docs/code/Utopia/Content/Links.html +629 -623
- data/docs/code/Utopia/Content/MarkupParser.html +702 -702
- data/docs/code/Utopia/Content/MarkupParser/ParsedTag.html +375 -375
- data/docs/code/Utopia/Content/MarkupParser/UnbalancedTagError.html +523 -523
- data/docs/code/Utopia/Content/Namespace.html +416 -416
- data/docs/code/Utopia/Content/Node.html +952 -952
- data/docs/code/Utopia/Content/Node/Context.html +790 -790
- data/docs/code/Utopia/Content/Response.html +686 -686
- data/docs/code/Utopia/Content/SymbolicHash.html +365 -365
- data/docs/code/Utopia/Content/Tags.html +134 -134
- data/docs/code/Utopia/Content/UnbalancedTagError.html +270 -270
- data/docs/code/Utopia/ContentLength.html +298 -294
- data/docs/code/Utopia/Controller.html +657 -651
- data/docs/code/Utopia/Controller/Actions.html +260 -260
- data/docs/code/Utopia/Controller/Actions/Action.html +785 -779
- data/docs/code/Utopia/Controller/Actions/ClassMethods.html +360 -360
- data/docs/code/Utopia/Controller/Base.html +989 -989
- data/docs/code/Utopia/Controller/Respond.html +264 -254
- data/docs/code/Utopia/Controller/Respond/ClassMethods.html +207 -207
- data/docs/code/Utopia/Controller/Respond/Converter.html +219 -219
- data/docs/code/Utopia/Controller/Respond/Converter/Callback.html +425 -425
- data/docs/code/Utopia/Controller/Respond/Converter/ToJSON.html +323 -317
- data/docs/code/Utopia/Controller/Respond/Passthrough.html +266 -260
- data/docs/code/Utopia/Controller/Respond/Responder.html +449 -443
- data/docs/code/Utopia/Controller/Rewrite.html +260 -260
- data/docs/code/Utopia/Controller/Rewrite/ClassMethods.html +216 -216
- data/docs/code/Utopia/Controller/Rewrite/ExtractPrefixRule.html +303 -303
- data/docs/code/Utopia/Controller/Rewrite/Rewriter.html +402 -402
- data/docs/code/Utopia/Controller/Rewrite/Rule.html +193 -193
- data/docs/code/Utopia/Controller/Variables.html +428 -428
- data/docs/code/Utopia/Controllers.html +216 -216
- data/docs/code/Utopia/Exceptions.html +125 -125
- data/docs/code/Utopia/Exceptions/Handler.html +405 -405
- data/docs/code/Utopia/Exceptions/Mailer.html +400 -394
- data/docs/code/Utopia/Extensions.html +116 -116
- data/docs/code/Utopia/Extensions/ArraySplit.html +164 -164
- data/docs/code/Utopia/Extensions/DateTimeComparison.html +173 -173
- data/docs/code/Utopia/Extensions/TimeDateComparison.html +173 -173
- data/docs/code/Utopia/HTTP.html +193 -187
- data/docs/code/Utopia/HTTP/Status.html +355 -355
- data/docs/code/Utopia/Locale.html +522 -522
- data/docs/code/Utopia/Localization.html +886 -880
- data/docs/code/Utopia/Localization/Wrapper.html +403 -403
- data/docs/code/Utopia/Logger.html +185 -185
- data/docs/code/Utopia/Logger/CompactFormatter.html +290 -290
- data/docs/code/Utopia/Path.html +2562 -2556
- data/docs/code/Utopia/Path/Matcher.html +395 -395
- data/docs/code/Utopia/Path/Matcher/MatchData.html +418 -418
- data/docs/code/Utopia/Redirection.html +148 -142
- data/docs/code/Utopia/Redirection/ClientRedirect.html +594 -594
- data/docs/code/Utopia/Redirection/DirectoryIndex.html +265 -265
- data/docs/code/Utopia/Redirection/Errors.html +391 -385
- data/docs/code/Utopia/Redirection/Moved.html +265 -265
- data/docs/code/Utopia/Redirection/RequestFailure.html +201 -201
- data/docs/code/Utopia/Redirection/Rewrite.html +265 -265
- data/docs/code/Utopia/Session.html +723 -717
- data/docs/code/Utopia/Session/LazyHash.html +709 -709
- data/docs/code/Utopia/Setup.html +783 -777
- data/docs/code/Utopia/Static.html +516 -510
- data/docs/code/Utopia/Static/LocalFile.html +875 -869
- data/docs/code/Utopia/Static/MimeTypeLoader.html +427 -427
- data/docs/code/Utopia/Static/MimeTypeLoader/ExpansionError.html +123 -123
- data/docs/code/_index.html +757 -757
- data/docs/code/class_list.html +51 -51
- data/docs/code/css/full_list.css +58 -58
- data/docs/code/css/style.css +496 -499
- data/docs/code/file.README.html +72 -70
- data/docs/code/file_list.html +56 -56
- data/docs/code/frames.html +17 -17
- data/docs/code/index.html +72 -70
- data/docs/code/js/app.js +292 -248
- data/docs/code/js/full_list.js +216 -216
- data/docs/code/js/jquery.js +3 -3
- data/docs/code/method_list.html +3443 -3443
- data/docs/code/top-level-namespace.html +109 -109
- data/docs/index.html +2 -2
- data/docs/wiki.html +2 -2
- data/docs/wiki/edit.html +1 -1
- data/docs/wiki/javascript.html +153 -0
- data/docs/wiki/javascript/index.html +153 -0
- data/documentation/.yarnrc +1 -0
- data/documentation/Gemfile +1 -0
- data/documentation/config/environment.rb +1 -0
- data/documentation/pages/wiki/content.md +1 -1
- data/documentation/pages/wiki/javascript/content.md +75 -0
- data/documentation/pages/wiki/links.yaml +3 -1
- data/lib/utopia/command/site.rb +4 -4
- data/lib/utopia/version.rb +1 -1
- data/setup/site/.yarnrc +1 -0
- data/setup/site/tasks/yarn.rake +32 -0
- data/spec/utopia/command_spec.rb +2 -2
- metadata +8 -9
- data/docs/wiki/bower-integration.html +0 -74
- data/docs/wiki/bower-integration/index.html +0 -74
- data/documentation/.bowerrc +0 -4
- data/documentation/pages/wiki/bower-integration/content.md +0 -25
- data/setup/.bowerrc +0 -3
- data/setup/site/.bowerrc +0 -4
- data/setup/site/tasks/bower.rake +0 -45
@@ -1,838 +1,838 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
-
<title>
|
7
|
-
Class: Utopia::Content::Node::Context
|
8
|
-
|
9
|
-
— Documentation by YARD 0.9.
|
10
|
-
|
11
|
-
</title>
|
12
|
-
|
13
|
-
<link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
|
14
|
-
|
15
|
-
<link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
|
16
|
-
|
17
|
-
<script type="text/javascript" charset="utf-8">
|
18
|
-
pathId = "Utopia::Content::Node::Context";
|
19
|
-
relpath = '../../../';
|
20
|
-
</script>
|
21
|
-
|
22
|
-
|
23
|
-
<script type="text/javascript" charset="utf-8" src="../../../js/jquery.js"></script>
|
24
|
-
|
25
|
-
<script type="text/javascript" charset="utf-8" src="../../../js/app.js"></script>
|
26
|
-
|
27
|
-
|
28
|
-
</head>
|
29
|
-
<body>
|
30
|
-
<div class="nav_wrap">
|
31
|
-
<iframe id="nav" src="../../../class_list.html?1"></iframe>
|
32
|
-
<div id="resizer"></div>
|
33
|
-
</div>
|
34
|
-
|
35
|
-
<div id="main" tabindex="-1">
|
36
|
-
<div id="header">
|
37
|
-
<div id="menu">
|
38
|
-
|
39
|
-
<a href="../../../_index.html">Index (C)</a> »
|
40
|
-
<span class='title'><span class='object_link'><a href="../../../Utopia.html" title="Utopia (module)">Utopia</a></span></span> » <span class='title'><span class='object_link'><a href="../../Content.html" title="Utopia::Content (class)">Content</a></span></span> » <span class='title'><span class='object_link'><a href="../Node.html" title="Utopia::Content::Node (class)">Node</a></span></span>
|
41
|
-
»
|
42
|
-
<span class="title">Context</span>
|
43
|
-
|
44
|
-
</div>
|
45
|
-
|
46
|
-
<div id="search">
|
47
|
-
|
48
|
-
<a class="full_list_link" id="class_list_link"
|
49
|
-
href="../../../class_list.html">
|
50
|
-
|
51
|
-
<svg width="24" height="24">
|
52
|
-
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
-
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
-
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
-
</svg>
|
56
|
-
</a>
|
57
|
-
|
58
|
-
</div>
|
59
|
-
<div class="clear"></div>
|
60
|
-
</div>
|
61
|
-
|
62
|
-
<div id="content"><h1>Class: Utopia::Content::Node::Context
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
</h1>
|
67
|
-
<div class="box_info">
|
68
|
-
|
69
|
-
<dl>
|
70
|
-
<dt>Inherits:</dt>
|
71
|
-
<dd>
|
72
|
-
<span class="inheritName">Struct</span>
|
73
|
-
|
74
|
-
<ul class="fullTree">
|
75
|
-
<li>Object</li>
|
76
|
-
|
77
|
-
<li class="next">Struct</li>
|
78
|
-
|
79
|
-
<li class="next">Utopia::Content::Node::Context</li>
|
80
|
-
|
81
|
-
</ul>
|
82
|
-
<a href="#" class="inheritanceTree">show all</a>
|
83
|
-
|
84
|
-
</dd>
|
85
|
-
</dl>
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
<dl>
|
98
|
-
<dt>Defined in:</dt>
|
99
|
-
<dd>lib/utopia/content/node.rb</dd>
|
100
|
-
</dl>
|
101
|
-
|
102
|
-
</div>
|
103
|
-
|
104
|
-
<h2>Overview</h2><div class="docstring">
|
105
|
-
<div class="discussion">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
+
<title>
|
7
|
+
Class: Utopia::Content::Node::Context
|
8
|
+
|
9
|
+
— Documentation by YARD 0.9.18
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
|
16
|
+
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
18
|
+
pathId = "Utopia::Content::Node::Context";
|
19
|
+
relpath = '../../../';
|
20
|
+
</script>
|
21
|
+
|
22
|
+
|
23
|
+
<script type="text/javascript" charset="utf-8" src="../../../js/jquery.js"></script>
|
24
|
+
|
25
|
+
<script type="text/javascript" charset="utf-8" src="../../../js/app.js"></script>
|
26
|
+
|
27
|
+
|
28
|
+
</head>
|
29
|
+
<body>
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="../../../class_list.html?1"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
38
|
+
|
39
|
+
<a href="../../../_index.html">Index (C)</a> »
|
40
|
+
<span class='title'><span class='object_link'><a href="../../../Utopia.html" title="Utopia (module)">Utopia</a></span></span> » <span class='title'><span class='object_link'><a href="../../Content.html" title="Utopia::Content (class)">Content</a></span></span> » <span class='title'><span class='object_link'><a href="../Node.html" title="Utopia::Content::Node (class)">Node</a></span></span>
|
41
|
+
»
|
42
|
+
<span class="title">Context</span>
|
43
|
+
|
44
|
+
</div>
|
45
|
+
|
46
|
+
<div id="search">
|
47
|
+
|
48
|
+
<a class="full_list_link" id="class_list_link"
|
49
|
+
href="../../../class_list.html">
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
56
|
+
</a>
|
57
|
+
|
58
|
+
</div>
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
61
|
+
|
62
|
+
<div id="content"><h1>Class: Utopia::Content::Node::Context
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
</h1>
|
67
|
+
<div class="box_info">
|
68
|
+
|
69
|
+
<dl>
|
70
|
+
<dt>Inherits:</dt>
|
71
|
+
<dd>
|
72
|
+
<span class="inheritName">Struct</span>
|
73
|
+
|
74
|
+
<ul class="fullTree">
|
75
|
+
<li>Object</li>
|
76
|
+
|
77
|
+
<li class="next">Struct</li>
|
78
|
+
|
79
|
+
<li class="next">Utopia::Content::Node::Context</li>
|
80
|
+
|
81
|
+
</ul>
|
82
|
+
<a href="#" class="inheritanceTree">show all</a>
|
83
|
+
|
84
|
+
</dd>
|
85
|
+
</dl>
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
<dl>
|
98
|
+
<dt>Defined in:</dt>
|
99
|
+
<dd>lib/utopia/content/node.rb</dd>
|
100
|
+
</dl>
|
101
|
+
|
102
|
+
</div>
|
103
|
+
|
104
|
+
<h2>Overview</h2><div class="docstring">
|
105
|
+
<div class="discussion">
|
106
106
|
<p>This is a special context in which a limited set of well defined methods are exposed in the content view.</p>
|
107
|
-
|
108
|
-
|
109
|
-
</div>
|
110
|
-
</div>
|
111
|
-
<div class="tags">
|
112
|
-
|
113
|
-
|
114
|
-
</div>
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
119
|
-
<ul class="summary">
|
120
|
-
|
121
|
-
<li class="public ">
|
122
|
-
<span class="summary_signature">
|
123
|
-
|
124
|
-
<a href="#document-instance_method" title="#document (instance method)">#<strong>document</strong> ⇒ Object </a>
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
</span>
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
107
|
+
|
108
|
+
|
109
|
+
</div>
|
110
|
+
</div>
|
111
|
+
<div class="tags">
|
112
|
+
|
113
|
+
|
114
|
+
</div>
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
119
|
+
<ul class="summary">
|
120
|
+
|
121
|
+
<li class="public ">
|
122
|
+
<span class="summary_signature">
|
123
|
+
|
124
|
+
<a href="#document-instance_method" title="#document (instance method)">#<strong>document</strong> ⇒ Object </a>
|
125
|
+
|
126
|
+
|
127
|
+
|
128
|
+
</span>
|
129
|
+
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
|
140
|
+
|
141
141
|
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute document.</p>
|
142
|
-
</div></span>
|
143
|
-
|
144
|
-
</li>
|
145
|
-
|
146
|
-
|
147
|
-
<li class="public ">
|
148
|
-
<span class="summary_signature">
|
149
|
-
|
150
|
-
<a href="#state-instance_method" title="#state (instance method)">#<strong>state</strong> ⇒ Object </a>
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
(also: #current)
|
155
|
-
|
156
|
-
</span>
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
142
|
+
</div></span>
|
143
|
+
|
144
|
+
</li>
|
145
|
+
|
146
|
+
|
147
|
+
<li class="public ">
|
148
|
+
<span class="summary_signature">
|
149
|
+
|
150
|
+
<a href="#state-instance_method" title="#state (instance method)">#<strong>state</strong> ⇒ Object </a>
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
(also: #current)
|
155
|
+
|
156
|
+
</span>
|
157
|
+
|
158
|
+
|
159
|
+
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
|
168
|
+
|
169
169
|
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute state.</p>
|
170
|
-
</div></span>
|
171
|
-
|
172
|
-
</li>
|
173
|
-
|
174
|
-
|
175
|
-
</ul>
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
<h2>
|
182
|
-
Instance Method Summary
|
183
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
184
|
-
</h2>
|
185
|
-
|
186
|
-
<ul class="summary">
|
187
|
-
|
188
|
-
<li class="public ">
|
189
|
-
<span class="summary_signature">
|
190
|
-
|
191
|
-
<a href="#[]-instance_method" title="#[] (instance method)">#<strong>[]</strong>(key) ⇒ Object </a>
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
</span>
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
170
|
+
</div></span>
|
171
|
+
|
172
|
+
</li>
|
173
|
+
|
174
|
+
|
175
|
+
</ul>
|
176
|
+
|
177
|
+
|
178
|
+
|
179
|
+
|
180
|
+
|
181
|
+
<h2>
|
182
|
+
Instance Method Summary
|
183
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
184
|
+
</h2>
|
185
|
+
|
186
|
+
<ul class="summary">
|
187
|
+
|
188
|
+
<li class="public ">
|
189
|
+
<span class="summary_signature">
|
190
|
+
|
191
|
+
<a href="#[]-instance_method" title="#[] (instance method)">#<strong>[]</strong>(key) ⇒ Object </a>
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
</span>
|
196
|
+
|
197
|
+
|
198
|
+
|
199
|
+
|
200
|
+
|
201
|
+
|
202
|
+
|
203
|
+
|
204
|
+
|
205
205
|
<span class="summary_desc"><div class='inline'>
|
206
|
-
</div></span>
|
207
|
-
|
208
|
-
</li>
|
209
|
-
|
210
|
-
|
211
|
-
<li class="public ">
|
212
|
-
<span class="summary_signature">
|
213
|
-
|
214
|
-
<a href="#attributes-instance_method" title="#attributes (instance method)">#<strong>attributes</strong> ⇒ Object </a>
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
</span>
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
206
|
+
</div></span>
|
207
|
+
|
208
|
+
</li>
|
209
|
+
|
210
|
+
|
211
|
+
<li class="public ">
|
212
|
+
<span class="summary_signature">
|
213
|
+
|
214
|
+
<a href="#attributes-instance_method" title="#attributes (instance method)">#<strong>attributes</strong> ⇒ Object </a>
|
215
|
+
|
216
|
+
|
217
|
+
|
218
|
+
</span>
|
219
|
+
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
|
224
|
+
|
225
|
+
|
226
|
+
|
227
|
+
|
228
228
|
<span class="summary_desc"><div class='inline'>
|
229
|
-
</div></span>
|
230
|
-
|
231
|
-
</li>
|
232
|
-
|
233
|
-
|
234
|
-
<li class="public ">
|
235
|
-
<span class="summary_signature">
|
236
|
-
|
237
|
-
<a href="#content-instance_method" title="#content (instance method)">#<strong>content</strong> ⇒ Object </a>
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
</span>
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
229
|
+
</div></span>
|
230
|
+
|
231
|
+
</li>
|
232
|
+
|
233
|
+
|
234
|
+
<li class="public ">
|
235
|
+
<span class="summary_signature">
|
236
|
+
|
237
|
+
<a href="#content-instance_method" title="#content (instance method)">#<strong>content</strong> ⇒ Object </a>
|
238
|
+
|
239
|
+
|
240
|
+
|
241
|
+
</span>
|
242
|
+
|
243
|
+
|
244
|
+
|
245
|
+
|
246
|
+
|
247
|
+
|
248
|
+
|
249
|
+
|
250
|
+
|
251
251
|
<span class="summary_desc"><div class='inline'>
|
252
|
-
</div></span>
|
253
|
-
|
254
|
-
</li>
|
255
|
-
|
256
|
-
|
257
|
-
<li class="public ">
|
258
|
-
<span class="summary_signature">
|
259
|
-
|
260
|
-
<a href="#controller-instance_method" title="#controller (instance method)">#<strong>controller</strong> ⇒ Object </a>
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
</span>
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
252
|
+
</div></span>
|
253
|
+
|
254
|
+
</li>
|
255
|
+
|
256
|
+
|
257
|
+
<li class="public ">
|
258
|
+
<span class="summary_signature">
|
259
|
+
|
260
|
+
<a href="#controller-instance_method" title="#controller (instance method)">#<strong>controller</strong> ⇒ Object </a>
|
261
|
+
|
262
|
+
|
263
|
+
|
264
|
+
</span>
|
265
|
+
|
266
|
+
|
267
|
+
|
268
|
+
|
269
|
+
|
270
|
+
|
271
|
+
|
272
|
+
|
273
|
+
|
274
274
|
<span class="summary_desc"><div class='inline'>
|
275
|
-
</div></span>
|
276
|
-
|
277
|
-
</li>
|
278
|
-
|
279
|
-
|
280
|
-
<li class="public ">
|
281
|
-
<span class="summary_signature">
|
282
|
-
|
283
|
-
<a href="#first-instance_method" title="#first (instance method)">#<strong>first</strong> ⇒ Object </a>
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
</span>
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
275
|
+
</div></span>
|
276
|
+
|
277
|
+
</li>
|
278
|
+
|
279
|
+
|
280
|
+
<li class="public ">
|
281
|
+
<span class="summary_signature">
|
282
|
+
|
283
|
+
<a href="#first-instance_method" title="#first (instance method)">#<strong>first</strong> ⇒ Object </a>
|
284
|
+
|
285
|
+
|
286
|
+
|
287
|
+
</span>
|
288
|
+
|
289
|
+
|
290
|
+
|
291
|
+
|
292
|
+
|
293
|
+
|
294
|
+
|
295
|
+
|
296
|
+
|
297
297
|
<span class="summary_desc"><div class='inline'>
|
298
|
-
</div></span>
|
299
|
-
|
300
|
-
</li>
|
301
|
-
|
302
|
-
|
303
|
-
<li class="public ">
|
304
|
-
<span class="summary_signature">
|
305
|
-
|
306
|
-
<a href="#links-instance_method" title="#links (instance method)">#<strong>links</strong>(*arguments, &block) ⇒ Object </a>
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
</span>
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
298
|
+
</div></span>
|
299
|
+
|
300
|
+
</li>
|
301
|
+
|
302
|
+
|
303
|
+
<li class="public ">
|
304
|
+
<span class="summary_signature">
|
305
|
+
|
306
|
+
<a href="#links-instance_method" title="#links (instance method)">#<strong>links</strong>(*arguments, &block) ⇒ Object </a>
|
307
|
+
|
308
|
+
|
309
|
+
|
310
|
+
</span>
|
311
|
+
|
312
|
+
|
313
|
+
|
314
|
+
|
315
|
+
|
316
|
+
|
317
|
+
|
318
|
+
|
319
|
+
|
320
320
|
<span class="summary_desc"><div class='inline'>
|
321
|
-
</div></span>
|
322
|
-
|
323
|
-
</li>
|
324
|
-
|
325
|
-
|
326
|
-
<li class="public ">
|
327
|
-
<span class="summary_signature">
|
328
|
-
|
329
|
-
<a href="#localization-instance_method" title="#localization (instance method)">#<strong>localization</strong> ⇒ Object </a>
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
</span>
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
321
|
+
</div></span>
|
322
|
+
|
323
|
+
</li>
|
324
|
+
|
325
|
+
|
326
|
+
<li class="public ">
|
327
|
+
<span class="summary_signature">
|
328
|
+
|
329
|
+
<a href="#localization-instance_method" title="#localization (instance method)">#<strong>localization</strong> ⇒ Object </a>
|
330
|
+
|
331
|
+
|
332
|
+
|
333
|
+
</span>
|
334
|
+
|
335
|
+
|
336
|
+
|
337
|
+
|
338
|
+
|
339
|
+
|
340
|
+
|
341
|
+
|
342
|
+
|
343
343
|
<span class="summary_desc"><div class='inline'>
|
344
|
-
</div></span>
|
345
|
-
|
346
|
-
</li>
|
347
|
-
|
348
|
-
|
349
|
-
<li class="public ">
|
350
|
-
<span class="summary_signature">
|
351
|
-
|
352
|
-
<a href="#parent-instance_method" title="#parent (instance method)">#<strong>parent</strong> ⇒ Object </a>
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
</span>
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
344
|
+
</div></span>
|
345
|
+
|
346
|
+
</li>
|
347
|
+
|
348
|
+
|
349
|
+
<li class="public ">
|
350
|
+
<span class="summary_signature">
|
351
|
+
|
352
|
+
<a href="#parent-instance_method" title="#parent (instance method)">#<strong>parent</strong> ⇒ Object </a>
|
353
|
+
|
354
|
+
|
355
|
+
|
356
|
+
</span>
|
357
|
+
|
358
|
+
|
359
|
+
|
360
|
+
|
361
|
+
|
362
|
+
|
363
|
+
|
364
|
+
|
365
|
+
|
366
366
|
<span class="summary_desc"><div class='inline'>
|
367
|
-
</div></span>
|
368
|
-
|
369
|
-
</li>
|
370
|
-
|
371
|
-
|
372
|
-
<li class="public ">
|
373
|
-
<span class="summary_signature">
|
374
|
-
|
375
|
-
<a href="#partial-instance_method" title="#partial (instance method)">#<strong>partial</strong>(*args, &block) ⇒ Object </a>
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
(also: #deferred_tag)
|
380
|
-
|
381
|
-
</span>
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
367
|
+
</div></span>
|
368
|
+
|
369
|
+
</li>
|
370
|
+
|
371
|
+
|
372
|
+
<li class="public ">
|
373
|
+
<span class="summary_signature">
|
374
|
+
|
375
|
+
<a href="#partial-instance_method" title="#partial (instance method)">#<strong>partial</strong>(*args, &block) ⇒ Object </a>
|
376
|
+
|
377
|
+
|
378
|
+
|
379
|
+
(also: #deferred_tag)
|
380
|
+
|
381
|
+
</span>
|
382
|
+
|
383
|
+
|
384
|
+
|
385
|
+
|
386
|
+
|
387
|
+
|
388
|
+
|
389
|
+
|
390
|
+
|
391
391
|
<span class="summary_desc"><div class='inline'>
|
392
|
-
</div></span>
|
393
|
-
|
394
|
-
</li>
|
395
|
-
|
396
|
-
|
397
|
-
<li class="public ">
|
398
|
-
<span class="summary_signature">
|
399
|
-
|
400
|
-
<a href="#request-instance_method" title="#request (instance method)">#<strong>request</strong> ⇒ Object </a>
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
</span>
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
392
|
+
</div></span>
|
393
|
+
|
394
|
+
</li>
|
395
|
+
|
396
|
+
|
397
|
+
<li class="public ">
|
398
|
+
<span class="summary_signature">
|
399
|
+
|
400
|
+
<a href="#request-instance_method" title="#request (instance method)">#<strong>request</strong> ⇒ Object </a>
|
401
|
+
|
402
|
+
|
403
|
+
|
404
|
+
</span>
|
405
|
+
|
406
|
+
|
407
|
+
|
408
|
+
|
409
|
+
|
410
|
+
|
411
|
+
|
412
|
+
|
413
|
+
|
414
414
|
<span class="summary_desc"><div class='inline'>
|
415
|
-
</div></span>
|
416
|
-
|
417
|
-
</li>
|
418
|
-
|
419
|
-
|
420
|
-
<li class="public ">
|
421
|
-
<span class="summary_signature">
|
422
|
-
|
423
|
-
<a href="#response-instance_method" title="#response (instance method)">#<strong>response</strong> ⇒ Object </a>
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
</span>
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
415
|
+
</div></span>
|
416
|
+
|
417
|
+
</li>
|
418
|
+
|
419
|
+
|
420
|
+
<li class="public ">
|
421
|
+
<span class="summary_signature">
|
422
|
+
|
423
|
+
<a href="#response-instance_method" title="#response (instance method)">#<strong>response</strong> ⇒ Object </a>
|
424
|
+
|
425
|
+
|
426
|
+
|
427
|
+
</span>
|
428
|
+
|
429
|
+
|
430
|
+
|
431
|
+
|
432
|
+
|
433
|
+
|
434
|
+
|
435
|
+
|
436
|
+
|
437
437
|
<span class="summary_desc"><div class='inline'>
|
438
|
-
</div></span>
|
439
|
-
|
440
|
-
</li>
|
441
|
-
|
442
|
-
|
443
|
-
</ul>
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
<div id="instance_attr_details" class="attr_details">
|
449
|
-
<h2>Instance Attribute Details</h2>
|
450
|
-
|
451
|
-
|
452
|
-
<span id="document=-instance_method"></span>
|
453
|
-
<div class="method_details first">
|
454
|
-
<h3 class="signature first" id="document-instance_method">
|
455
|
-
|
456
|
-
#<strong>document</strong> ⇒ <tt>Object</tt>
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
</h3><div class="docstring">
|
463
|
-
<div class="discussion">
|
438
|
+
</div></span>
|
439
|
+
|
440
|
+
</li>
|
441
|
+
|
442
|
+
|
443
|
+
</ul>
|
444
|
+
|
445
|
+
|
446
|
+
|
447
|
+
|
448
|
+
<div id="instance_attr_details" class="attr_details">
|
449
|
+
<h2>Instance Attribute Details</h2>
|
450
|
+
|
451
|
+
|
452
|
+
<span id="document=-instance_method"></span>
|
453
|
+
<div class="method_details first">
|
454
|
+
<h3 class="signature first" id="document-instance_method">
|
455
|
+
|
456
|
+
#<strong>document</strong> ⇒ <tt>Object</tt>
|
457
|
+
|
458
|
+
|
459
|
+
|
460
|
+
|
461
|
+
|
462
|
+
</h3><div class="docstring">
|
463
|
+
<div class="discussion">
|
464
464
|
<p>Returns the value of attribute document</p>
|
465
|
-
|
466
|
-
|
467
|
-
</div>
|
468
|
-
</div>
|
469
|
-
<div class="tags">
|
470
|
-
|
471
|
-
<p class="tag_title">Returns:</p>
|
472
|
-
<ul class="return">
|
473
|
-
|
474
|
-
<li>
|
475
|
-
|
476
|
-
|
477
|
-
<span class='type'>(<tt>Object</tt>)</span>
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
—
|
465
|
+
|
466
|
+
|
467
|
+
</div>
|
468
|
+
</div>
|
469
|
+
<div class="tags">
|
470
|
+
|
471
|
+
<p class="tag_title">Returns:</p>
|
472
|
+
<ul class="return">
|
473
|
+
|
474
|
+
<li>
|
475
|
+
|
476
|
+
|
477
|
+
<span class='type'>(<tt>Object</tt>)</span>
|
478
|
+
|
479
|
+
|
480
|
+
|
481
|
+
—
|
482
482
|
<div class='inline'><p>the current value of document</p>
|
483
|
-
</div>
|
484
|
-
|
485
|
-
</li>
|
486
|
-
|
487
|
-
</ul>
|
488
|
-
|
489
|
-
</div><table class="source_code">
|
490
|
-
<tr>
|
491
|
-
<td>
|
483
|
+
</div>
|
484
|
+
|
485
|
+
</li>
|
486
|
+
|
487
|
+
</ul>
|
488
|
+
|
489
|
+
</div><table class="source_code">
|
490
|
+
<tr>
|
491
|
+
<td>
|
492
492
|
<pre class="lines">
|
493
493
|
|
494
494
|
|
495
495
|
126
|
496
496
|
127
|
497
|
-
128</pre>
|
498
|
-
</td>
|
499
|
-
<td>
|
497
|
+
128</pre>
|
498
|
+
</td>
|
499
|
+
<td>
|
500
500
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 126</span>
|
501
501
|
|
502
502
|
<span class='kw'>def</span> <span class='id identifier rubyid_document'>document</span>
|
503
503
|
<span class='ivar'>@document</span>
|
504
|
-
<span class='kw'>end</span></pre>
|
505
|
-
</td>
|
506
|
-
</tr>
|
507
|
-
</table>
|
508
|
-
</div>
|
509
|
-
|
510
|
-
|
511
|
-
<span id="state=-instance_method"></span>
|
512
|
-
<div class="method_details ">
|
513
|
-
<h3 class="signature " id="state-instance_method">
|
514
|
-
|
515
|
-
#<strong>state</strong> ⇒ <tt>Object</tt>
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
<span class="aliases">Also known as:
|
520
|
-
<span class="names"><span id='current-instance_method'>current</span></span>
|
521
|
-
</span>
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
</h3><div class="docstring">
|
526
|
-
<div class="discussion">
|
504
|
+
<span class='kw'>end</span></pre>
|
505
|
+
</td>
|
506
|
+
</tr>
|
507
|
+
</table>
|
508
|
+
</div>
|
509
|
+
|
510
|
+
|
511
|
+
<span id="state=-instance_method"></span>
|
512
|
+
<div class="method_details ">
|
513
|
+
<h3 class="signature " id="state-instance_method">
|
514
|
+
|
515
|
+
#<strong>state</strong> ⇒ <tt>Object</tt>
|
516
|
+
|
517
|
+
|
518
|
+
|
519
|
+
<span class="aliases">Also known as:
|
520
|
+
<span class="names"><span id='current-instance_method'>current</span></span>
|
521
|
+
</span>
|
522
|
+
|
523
|
+
|
524
|
+
|
525
|
+
</h3><div class="docstring">
|
526
|
+
<div class="discussion">
|
527
527
|
<p>Returns the value of attribute state</p>
|
528
|
-
|
529
|
-
|
530
|
-
</div>
|
531
|
-
</div>
|
532
|
-
<div class="tags">
|
533
|
-
|
534
|
-
<p class="tag_title">Returns:</p>
|
535
|
-
<ul class="return">
|
536
|
-
|
537
|
-
<li>
|
538
|
-
|
539
|
-
|
540
|
-
<span class='type'>(<tt>Object</tt>)</span>
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
—
|
528
|
+
|
529
|
+
|
530
|
+
</div>
|
531
|
+
</div>
|
532
|
+
<div class="tags">
|
533
|
+
|
534
|
+
<p class="tag_title">Returns:</p>
|
535
|
+
<ul class="return">
|
536
|
+
|
537
|
+
<li>
|
538
|
+
|
539
|
+
|
540
|
+
<span class='type'>(<tt>Object</tt>)</span>
|
541
|
+
|
542
|
+
|
543
|
+
|
544
|
+
—
|
545
545
|
<div class='inline'><p>the current value of state</p>
|
546
|
-
</div>
|
547
|
-
|
548
|
-
</li>
|
549
|
-
|
550
|
-
</ul>
|
551
|
-
|
552
|
-
</div><table class="source_code">
|
553
|
-
<tr>
|
554
|
-
<td>
|
546
|
+
</div>
|
547
|
+
|
548
|
+
</li>
|
549
|
+
|
550
|
+
</ul>
|
551
|
+
|
552
|
+
</div><table class="source_code">
|
553
|
+
<tr>
|
554
|
+
<td>
|
555
555
|
<pre class="lines">
|
556
556
|
|
557
557
|
|
558
558
|
126
|
559
559
|
127
|
560
|
-
128</pre>
|
561
|
-
</td>
|
562
|
-
<td>
|
560
|
+
128</pre>
|
561
|
+
</td>
|
562
|
+
<td>
|
563
563
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 126</span>
|
564
564
|
|
565
565
|
<span class='kw'>def</span> <span class='id identifier rubyid_state'>state</span>
|
566
566
|
<span class='ivar'>@state</span>
|
567
|
-
<span class='kw'>end</span></pre>
|
568
|
-
</td>
|
569
|
-
</tr>
|
570
|
-
</table>
|
571
|
-
</div>
|
572
|
-
|
573
|
-
</div>
|
574
|
-
|
575
|
-
|
576
|
-
<div id="instance_method_details" class="method_details_list">
|
577
|
-
<h2>Instance Method Details</h2>
|
578
|
-
|
579
|
-
|
580
|
-
<div class="method_details first">
|
581
|
-
<h3 class="signature first" id="[]-instance_method">
|
582
|
-
|
583
|
-
#<strong>[]</strong>(key) ⇒ <tt>Object</tt>
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
</h3><table class="source_code">
|
590
|
-
<tr>
|
591
|
-
<td>
|
567
|
+
<span class='kw'>end</span></pre>
|
568
|
+
</td>
|
569
|
+
</tr>
|
570
|
+
</table>
|
571
|
+
</div>
|
572
|
+
|
573
|
+
</div>
|
574
|
+
|
575
|
+
|
576
|
+
<div id="instance_method_details" class="method_details_list">
|
577
|
+
<h2>Instance Method Details</h2>
|
578
|
+
|
579
|
+
|
580
|
+
<div class="method_details first">
|
581
|
+
<h3 class="signature first" id="[]-instance_method">
|
582
|
+
|
583
|
+
#<strong>[]</strong>(key) ⇒ <tt>Object</tt>
|
584
|
+
|
585
|
+
|
586
|
+
|
587
|
+
|
588
|
+
|
589
|
+
</h3><table class="source_code">
|
590
|
+
<tr>
|
591
|
+
<td>
|
592
592
|
<pre class="lines">
|
593
593
|
|
594
594
|
|
595
595
|
159
|
596
596
|
160
|
597
|
-
161</pre>
|
598
|
-
</td>
|
599
|
-
<td>
|
597
|
+
161</pre>
|
598
|
+
</td>
|
599
|
+
<td>
|
600
600
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 159</span>
|
601
601
|
|
602
602
|
<span class='kw'>def</span> <span class='op'>[]</span> <span class='id identifier rubyid_key'>key</span>
|
603
603
|
<span class='id identifier rubyid_state'>state</span><span class='period'>.</span><span class='id identifier rubyid_attributes'>attributes</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span><span class='lparen'>(</span><span class='id identifier rubyid_key'>key</span><span class='rparen'>)</span> <span class='lbrace'>{</span><span class='id identifier rubyid_document'>document</span><span class='period'>.</span><span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='id identifier rubyid_key'>key</span><span class='rbracket'>]</span><span class='rbrace'>}</span>
|
604
|
-
<span class='kw'>end</span></pre>
|
605
|
-
</td>
|
606
|
-
</tr>
|
607
|
-
</table>
|
608
|
-
</div>
|
609
|
-
|
610
|
-
<div class="method_details ">
|
611
|
-
<h3 class="signature " id="attributes-instance_method">
|
612
|
-
|
613
|
-
#<strong>attributes</strong> ⇒ <tt>Object</tt>
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
</h3><table class="source_code">
|
620
|
-
<tr>
|
621
|
-
<td>
|
604
|
+
<span class='kw'>end</span></pre>
|
605
|
+
</td>
|
606
|
+
</tr>
|
607
|
+
</table>
|
608
|
+
</div>
|
609
|
+
|
610
|
+
<div class="method_details ">
|
611
|
+
<h3 class="signature " id="attributes-instance_method">
|
612
|
+
|
613
|
+
#<strong>attributes</strong> ⇒ <tt>Object</tt>
|
614
|
+
|
615
|
+
|
616
|
+
|
617
|
+
|
618
|
+
|
619
|
+
</h3><table class="source_code">
|
620
|
+
<tr>
|
621
|
+
<td>
|
622
622
|
<pre class="lines">
|
623
623
|
|
624
624
|
|
625
625
|
155
|
626
626
|
156
|
627
|
-
157</pre>
|
628
|
-
</td>
|
629
|
-
<td>
|
627
|
+
157</pre>
|
628
|
+
</td>
|
629
|
+
<td>
|
630
630
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 155</span>
|
631
631
|
|
632
632
|
<span class='kw'>def</span> <span class='id identifier rubyid_attributes'>attributes</span>
|
633
633
|
<span class='id identifier rubyid_state'>state</span><span class='period'>.</span><span class='id identifier rubyid_attributes'>attributes</span>
|
634
|
-
<span class='kw'>end</span></pre>
|
635
|
-
</td>
|
636
|
-
</tr>
|
637
|
-
</table>
|
638
|
-
</div>
|
639
|
-
|
640
|
-
<div class="method_details ">
|
641
|
-
<h3 class="signature " id="content-instance_method">
|
642
|
-
|
643
|
-
#<strong>content</strong> ⇒ <tt>Object</tt>
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
</h3><table class="source_code">
|
650
|
-
<tr>
|
651
|
-
<td>
|
634
|
+
<span class='kw'>end</span></pre>
|
635
|
+
</td>
|
636
|
+
</tr>
|
637
|
+
</table>
|
638
|
+
</div>
|
639
|
+
|
640
|
+
<div class="method_details ">
|
641
|
+
<h3 class="signature " id="content-instance_method">
|
642
|
+
|
643
|
+
#<strong>content</strong> ⇒ <tt>Object</tt>
|
644
|
+
|
645
|
+
|
646
|
+
|
647
|
+
|
648
|
+
|
649
|
+
</h3><table class="source_code">
|
650
|
+
<tr>
|
651
|
+
<td>
|
652
652
|
<pre class="lines">
|
653
653
|
|
654
654
|
|
655
655
|
165
|
656
656
|
166
|
657
|
-
167</pre>
|
658
|
-
</td>
|
659
|
-
<td>
|
657
|
+
167</pre>
|
658
|
+
</td>
|
659
|
+
<td>
|
660
660
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 165</span>
|
661
661
|
|
662
662
|
<span class='kw'>def</span> <span class='id identifier rubyid_content'>content</span>
|
663
663
|
<span class='id identifier rubyid_document'>document</span><span class='period'>.</span><span class='id identifier rubyid_content'>content</span>
|
664
|
-
<span class='kw'>end</span></pre>
|
665
|
-
</td>
|
666
|
-
</tr>
|
667
|
-
</table>
|
668
|
-
</div>
|
669
|
-
|
670
|
-
<div class="method_details ">
|
671
|
-
<h3 class="signature " id="controller-instance_method">
|
672
|
-
|
673
|
-
#<strong>controller</strong> ⇒ <tt>Object</tt>
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
</h3><table class="source_code">
|
680
|
-
<tr>
|
681
|
-
<td>
|
664
|
+
<span class='kw'>end</span></pre>
|
665
|
+
</td>
|
666
|
+
</tr>
|
667
|
+
</table>
|
668
|
+
</div>
|
669
|
+
|
670
|
+
<div class="method_details ">
|
671
|
+
<h3 class="signature " id="controller-instance_method">
|
672
|
+
|
673
|
+
#<strong>controller</strong> ⇒ <tt>Object</tt>
|
674
|
+
|
675
|
+
|
676
|
+
|
677
|
+
|
678
|
+
|
679
|
+
</h3><table class="source_code">
|
680
|
+
<tr>
|
681
|
+
<td>
|
682
682
|
<pre class="lines">
|
683
683
|
|
684
684
|
|
685
685
|
139
|
686
686
|
140
|
687
|
-
141</pre>
|
688
|
-
</td>
|
689
|
-
<td>
|
687
|
+
141</pre>
|
688
|
+
</td>
|
689
|
+
<td>
|
690
690
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 139</span>
|
691
691
|
|
692
692
|
<span class='kw'>def</span> <span class='id identifier rubyid_controller'>controller</span>
|
693
693
|
<span class='id identifier rubyid_document'>document</span><span class='period'>.</span><span class='id identifier rubyid_controller'>controller</span>
|
694
|
-
<span class='kw'>end</span></pre>
|
695
|
-
</td>
|
696
|
-
</tr>
|
697
|
-
</table>
|
698
|
-
</div>
|
699
|
-
|
700
|
-
<div class="method_details ">
|
701
|
-
<h3 class="signature " id="first-instance_method">
|
702
|
-
|
703
|
-
#<strong>first</strong> ⇒ <tt>Object</tt>
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
</h3><table class="source_code">
|
710
|
-
<tr>
|
711
|
-
<td>
|
694
|
+
<span class='kw'>end</span></pre>
|
695
|
+
</td>
|
696
|
+
</tr>
|
697
|
+
</table>
|
698
|
+
</div>
|
699
|
+
|
700
|
+
<div class="method_details ">
|
701
|
+
<h3 class="signature " id="first-instance_method">
|
702
|
+
|
703
|
+
#<strong>first</strong> ⇒ <tt>Object</tt>
|
704
|
+
|
705
|
+
|
706
|
+
|
707
|
+
|
708
|
+
|
709
|
+
</h3><table class="source_code">
|
710
|
+
<tr>
|
711
|
+
<td>
|
712
712
|
<pre class="lines">
|
713
713
|
|
714
714
|
|
715
715
|
173
|
716
716
|
174
|
717
|
-
175</pre>
|
718
|
-
</td>
|
719
|
-
<td>
|
717
|
+
175</pre>
|
718
|
+
</td>
|
719
|
+
<td>
|
720
720
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 173</span>
|
721
721
|
|
722
722
|
<span class='kw'>def</span> <span class='id identifier rubyid_first'>first</span>
|
723
723
|
<span class='id identifier rubyid_document'>document</span><span class='period'>.</span><span class='id identifier rubyid_first'>first</span>
|
724
|
-
<span class='kw'>end</span></pre>
|
725
|
-
</td>
|
726
|
-
</tr>
|
727
|
-
</table>
|
728
|
-
</div>
|
729
|
-
|
730
|
-
<div class="method_details ">
|
731
|
-
<h3 class="signature " id="links-instance_method">
|
732
|
-
|
733
|
-
#<strong>links</strong>(*arguments, &block) ⇒ <tt>Object</tt>
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
</h3><table class="source_code">
|
740
|
-
<tr>
|
741
|
-
<td>
|
724
|
+
<span class='kw'>end</span></pre>
|
725
|
+
</td>
|
726
|
+
</tr>
|
727
|
+
</table>
|
728
|
+
</div>
|
729
|
+
|
730
|
+
<div class="method_details ">
|
731
|
+
<h3 class="signature " id="links-instance_method">
|
732
|
+
|
733
|
+
#<strong>links</strong>(*arguments, &block) ⇒ <tt>Object</tt>
|
734
|
+
|
735
|
+
|
736
|
+
|
737
|
+
|
738
|
+
|
739
|
+
</h3><table class="source_code">
|
740
|
+
<tr>
|
741
|
+
<td>
|
742
742
|
<pre class="lines">
|
743
743
|
|
744
744
|
|
745
745
|
177
|
746
746
|
178
|
747
|
-
179</pre>
|
748
|
-
</td>
|
749
|
-
<td>
|
747
|
+
179</pre>
|
748
|
+
</td>
|
749
|
+
<td>
|
750
750
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 177</span>
|
751
751
|
|
752
752
|
<span class='kw'>def</span> <span class='id identifier rubyid_links'>links</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_arguments'>arguments</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
|
753
753
|
<span class='id identifier rubyid_state'>state</span><span class='period'>.</span><span class='id identifier rubyid_node'>node</span><span class='period'>.</span><span class='id identifier rubyid_links'>links</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_arguments'>arguments</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
|
754
|
-
<span class='kw'>end</span></pre>
|
755
|
-
</td>
|
756
|
-
</tr>
|
757
|
-
</table>
|
758
|
-
</div>
|
759
|
-
|
760
|
-
<div class="method_details ">
|
761
|
-
<h3 class="signature " id="localization-instance_method">
|
762
|
-
|
763
|
-
#<strong>localization</strong> ⇒ <tt>Object</tt>
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
</h3><table class="source_code">
|
770
|
-
<tr>
|
771
|
-
<td>
|
754
|
+
<span class='kw'>end</span></pre>
|
755
|
+
</td>
|
756
|
+
</tr>
|
757
|
+
</table>
|
758
|
+
</div>
|
759
|
+
|
760
|
+
<div class="method_details ">
|
761
|
+
<h3 class="signature " id="localization-instance_method">
|
762
|
+
|
763
|
+
#<strong>localization</strong> ⇒ <tt>Object</tt>
|
764
|
+
|
765
|
+
|
766
|
+
|
767
|
+
|
768
|
+
|
769
|
+
</h3><table class="source_code">
|
770
|
+
<tr>
|
771
|
+
<td>
|
772
772
|
<pre class="lines">
|
773
773
|
|
774
774
|
|
775
775
|
143
|
776
776
|
144
|
777
|
-
145</pre>
|
778
|
-
</td>
|
779
|
-
<td>
|
777
|
+
145</pre>
|
778
|
+
</td>
|
779
|
+
<td>
|
780
780
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 143</span>
|
781
781
|
|
782
782
|
<span class='kw'>def</span> <span class='id identifier rubyid_localization'>localization</span>
|
783
783
|
<span class='id identifier rubyid_document'>document</span><span class='period'>.</span><span class='id identifier rubyid_localization'>localization</span>
|
784
|
-
<span class='kw'>end</span></pre>
|
785
|
-
</td>
|
786
|
-
</tr>
|
787
|
-
</table>
|
788
|
-
</div>
|
789
|
-
|
790
|
-
<div class="method_details ">
|
791
|
-
<h3 class="signature " id="parent-instance_method">
|
792
|
-
|
793
|
-
#<strong>parent</strong> ⇒ <tt>Object</tt>
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
</h3><table class="source_code">
|
800
|
-
<tr>
|
801
|
-
<td>
|
784
|
+
<span class='kw'>end</span></pre>
|
785
|
+
</td>
|
786
|
+
</tr>
|
787
|
+
</table>
|
788
|
+
</div>
|
789
|
+
|
790
|
+
<div class="method_details ">
|
791
|
+
<h3 class="signature " id="parent-instance_method">
|
792
|
+
|
793
|
+
#<strong>parent</strong> ⇒ <tt>Object</tt>
|
794
|
+
|
795
|
+
|
796
|
+
|
797
|
+
|
798
|
+
|
799
|
+
</h3><table class="source_code">
|
800
|
+
<tr>
|
801
|
+
<td>
|
802
802
|
<pre class="lines">
|
803
803
|
|
804
804
|
|
805
805
|
169
|
806
806
|
170
|
807
|
-
171</pre>
|
808
|
-
</td>
|
809
|
-
<td>
|
807
|
+
171</pre>
|
808
|
+
</td>
|
809
|
+
<td>
|
810
810
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 169</span>
|
811
811
|
|
812
812
|
<span class='kw'>def</span> <span class='id identifier rubyid_parent'>parent</span>
|
813
813
|
<span class='id identifier rubyid_document'>document</span><span class='period'>.</span><span class='id identifier rubyid_parent'>parent</span>
|
814
|
-
<span class='kw'>end</span></pre>
|
815
|
-
</td>
|
816
|
-
</tr>
|
817
|
-
</table>
|
818
|
-
</div>
|
819
|
-
|
820
|
-
<div class="method_details ">
|
821
|
-
<h3 class="signature " id="partial-instance_method">
|
822
|
-
|
823
|
-
#<strong>partial</strong>(*args, &block) ⇒ <tt>Object</tt>
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
<span class="aliases">Also known as:
|
828
|
-
<span class="names"><span id='deferred_tag-instance_method'>deferred_tag</span></span>
|
829
|
-
</span>
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
</h3><table class="source_code">
|
834
|
-
<tr>
|
835
|
-
<td>
|
814
|
+
<span class='kw'>end</span></pre>
|
815
|
+
</td>
|
816
|
+
</tr>
|
817
|
+
</table>
|
818
|
+
</div>
|
819
|
+
|
820
|
+
<div class="method_details ">
|
821
|
+
<h3 class="signature " id="partial-instance_method">
|
822
|
+
|
823
|
+
#<strong>partial</strong>(*args, &block) ⇒ <tt>Object</tt>
|
824
|
+
|
825
|
+
|
826
|
+
|
827
|
+
<span class="aliases">Also known as:
|
828
|
+
<span class="names"><span id='deferred_tag-instance_method'>deferred_tag</span></span>
|
829
|
+
</span>
|
830
|
+
|
831
|
+
|
832
|
+
|
833
|
+
</h3><table class="source_code">
|
834
|
+
<tr>
|
835
|
+
<td>
|
836
836
|
<pre class="lines">
|
837
837
|
|
838
838
|
|
@@ -844,9 +844,9 @@
|
|
844
844
|
132
|
845
845
|
133
|
846
846
|
134
|
847
|
-
135</pre>
|
848
|
-
</td>
|
849
|
-
<td>
|
847
|
+
135</pre>
|
848
|
+
</td>
|
849
|
+
<td>
|
850
850
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 127</span>
|
851
851
|
|
852
852
|
<span class='kw'>def</span> <span class='id identifier rubyid_partial'>partial</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
|
@@ -857,82 +857,82 @@
|
|
857
857
|
<span class='id identifier rubyid_document'>document</span><span class='period'>.</span><span class='id identifier rubyid_tag'>tag</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span>
|
858
858
|
<span class='kw'>end</span>
|
859
859
|
<span class='kw'>end</span>
|
860
|
-
<span class='kw'>end</span></pre>
|
861
|
-
</td>
|
862
|
-
</tr>
|
863
|
-
</table>
|
864
|
-
</div>
|
865
|
-
|
866
|
-
<div class="method_details ">
|
867
|
-
<h3 class="signature " id="request-instance_method">
|
868
|
-
|
869
|
-
#<strong>request</strong> ⇒ <tt>Object</tt>
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
</h3><table class="source_code">
|
876
|
-
<tr>
|
877
|
-
<td>
|
860
|
+
<span class='kw'>end</span></pre>
|
861
|
+
</td>
|
862
|
+
</tr>
|
863
|
+
</table>
|
864
|
+
</div>
|
865
|
+
|
866
|
+
<div class="method_details ">
|
867
|
+
<h3 class="signature " id="request-instance_method">
|
868
|
+
|
869
|
+
#<strong>request</strong> ⇒ <tt>Object</tt>
|
870
|
+
|
871
|
+
|
872
|
+
|
873
|
+
|
874
|
+
|
875
|
+
</h3><table class="source_code">
|
876
|
+
<tr>
|
877
|
+
<td>
|
878
878
|
<pre class="lines">
|
879
879
|
|
880
880
|
|
881
881
|
147
|
882
882
|
148
|
883
|
-
149</pre>
|
884
|
-
</td>
|
885
|
-
<td>
|
883
|
+
149</pre>
|
884
|
+
</td>
|
885
|
+
<td>
|
886
886
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 147</span>
|
887
887
|
|
888
888
|
<span class='kw'>def</span> <span class='id identifier rubyid_request'>request</span>
|
889
889
|
<span class='id identifier rubyid_document'>document</span><span class='period'>.</span><span class='id identifier rubyid_request'>request</span>
|
890
|
-
<span class='kw'>end</span></pre>
|
891
|
-
</td>
|
892
|
-
</tr>
|
893
|
-
</table>
|
894
|
-
</div>
|
895
|
-
|
896
|
-
<div class="method_details ">
|
897
|
-
<h3 class="signature " id="response-instance_method">
|
898
|
-
|
899
|
-
#<strong>response</strong> ⇒ <tt>Object</tt>
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
</h3><table class="source_code">
|
906
|
-
<tr>
|
907
|
-
<td>
|
890
|
+
<span class='kw'>end</span></pre>
|
891
|
+
</td>
|
892
|
+
</tr>
|
893
|
+
</table>
|
894
|
+
</div>
|
895
|
+
|
896
|
+
<div class="method_details ">
|
897
|
+
<h3 class="signature " id="response-instance_method">
|
898
|
+
|
899
|
+
#<strong>response</strong> ⇒ <tt>Object</tt>
|
900
|
+
|
901
|
+
|
902
|
+
|
903
|
+
|
904
|
+
|
905
|
+
</h3><table class="source_code">
|
906
|
+
<tr>
|
907
|
+
<td>
|
908
908
|
<pre class="lines">
|
909
909
|
|
910
910
|
|
911
911
|
151
|
912
912
|
152
|
913
|
-
153</pre>
|
914
|
-
</td>
|
915
|
-
<td>
|
913
|
+
153</pre>
|
914
|
+
</td>
|
915
|
+
<td>
|
916
916
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 151</span>
|
917
917
|
|
918
918
|
<span class='kw'>def</span> <span class='id identifier rubyid_response'>response</span>
|
919
919
|
<span class='id identifier rubyid_document'>document</span>
|
920
|
-
<span class='kw'>end</span></pre>
|
921
|
-
</td>
|
922
|
-
</tr>
|
923
|
-
</table>
|
924
|
-
</div>
|
925
|
-
|
926
|
-
</div>
|
927
|
-
|
928
|
-
</div>
|
929
|
-
|
930
|
-
<div id="footer">
|
931
|
-
Generated on Sat Mar
|
932
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
933
|
-
0.9.
|
934
|
-
</div>
|
935
|
-
|
936
|
-
</div>
|
937
|
-
</body>
|
920
|
+
<span class='kw'>end</span></pre>
|
921
|
+
</td>
|
922
|
+
</tr>
|
923
|
+
</table>
|
924
|
+
</div>
|
925
|
+
|
926
|
+
</div>
|
927
|
+
|
928
|
+
</div>
|
929
|
+
|
930
|
+
<div id="footer">
|
931
|
+
Generated on Sat Mar 9 12:01:53 2019 by
|
932
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
933
|
+
0.9.18 (ruby-2.6.1).
|
934
|
+
</div>
|
935
|
+
|
936
|
+
</div>
|
937
|
+
</body>
|
938
938
|
</html>
|