utopia 2.5.5 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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,392 +1,392 @@
|
|
|
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::Controller::Respond::Converter::Callback
|
|
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::Controller::Respond::Converter::Callback";
|
|
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="../../../Controller.html" title="Utopia::Controller (class)">Controller</a></span></span> » <span class='title'><span class='object_link'><a href="../../Respond.html" title="Utopia::Controller::Respond (module)">Respond</a></span></span> » <span class='title'><span class='object_link'><a href="../Converter.html" title="Utopia::Controller::Respond::Converter (module)">Converter</a></span></span>
|
|
41
|
-
»
|
|
42
|
-
<span class="title">Callback</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::Controller::Respond::Converter::Callback
|
|
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::Controller::Respond::Converter::Callback</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/controller/respond.rb</dd>
|
|
100
|
-
</dl>
|
|
101
|
-
|
|
102
|
-
</div>
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
|
109
|
-
<ul class="summary">
|
|
110
|
-
|
|
111
|
-
<li class="public ">
|
|
112
|
-
<span class="summary_signature">
|
|
113
|
-
|
|
114
|
-
<a href="#block-instance_method" title="#block (instance method)">#<strong>block</strong> ⇒ Object </a>
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
</span>
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
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::Controller::Respond::Converter::Callback
|
|
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::Controller::Respond::Converter::Callback";
|
|
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="../../../Controller.html" title="Utopia::Controller (class)">Controller</a></span></span> » <span class='title'><span class='object_link'><a href="../../Respond.html" title="Utopia::Controller::Respond (module)">Respond</a></span></span> » <span class='title'><span class='object_link'><a href="../Converter.html" title="Utopia::Controller::Respond::Converter (module)">Converter</a></span></span>
|
|
41
|
+
»
|
|
42
|
+
<span class="title">Callback</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::Controller::Respond::Converter::Callback
|
|
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::Controller::Respond::Converter::Callback</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/controller/respond.rb</dd>
|
|
100
|
+
</dl>
|
|
101
|
+
|
|
102
|
+
</div>
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
|
109
|
+
<ul class="summary">
|
|
110
|
+
|
|
111
|
+
<li class="public ">
|
|
112
|
+
<span class="summary_signature">
|
|
113
|
+
|
|
114
|
+
<a href="#block-instance_method" title="#block (instance method)">#<strong>block</strong> ⇒ Object </a>
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
</span>
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
131
|
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute block.</p>
|
|
132
|
-
</div></span>
|
|
133
|
-
|
|
134
|
-
</li>
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
<li class="public ">
|
|
138
|
-
<span class="summary_signature">
|
|
139
|
-
|
|
140
|
-
<a href="#content_type-instance_method" title="#content_type (instance method)">#<strong>content_type</strong> ⇒ Object </a>
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
</span>
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
132
|
+
</div></span>
|
|
133
|
+
|
|
134
|
+
</li>
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
<li class="public ">
|
|
138
|
+
<span class="summary_signature">
|
|
139
|
+
|
|
140
|
+
<a href="#content_type-instance_method" title="#content_type (instance method)">#<strong>content_type</strong> ⇒ Object </a>
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
</span>
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
157
|
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute content_type.</p>
|
|
158
|
-
</div></span>
|
|
159
|
-
|
|
160
|
-
</li>
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
</ul>
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
<h2>
|
|
170
|
-
Instance Method Summary
|
|
171
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
172
|
-
</h2>
|
|
173
|
-
|
|
174
|
-
<ul class="summary">
|
|
175
|
-
|
|
176
|
-
<li class="public ">
|
|
177
|
-
<span class="summary_signature">
|
|
178
|
-
|
|
179
|
-
<a href="#call-instance_method" title="#call (instance method)">#<strong>call</strong>(context, response, media_range) ⇒ Object </a>
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
</span>
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
158
|
+
</div></span>
|
|
159
|
+
|
|
160
|
+
</li>
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
</ul>
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
<h2>
|
|
170
|
+
Instance Method Summary
|
|
171
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
172
|
+
</h2>
|
|
173
|
+
|
|
174
|
+
<ul class="summary">
|
|
175
|
+
|
|
176
|
+
<li class="public ">
|
|
177
|
+
<span class="summary_signature">
|
|
178
|
+
|
|
179
|
+
<a href="#call-instance_method" title="#call (instance method)">#<strong>call</strong>(context, response, media_range) ⇒ Object </a>
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
</span>
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
193
|
<span class="summary_desc"><div class='inline'>
|
|
194
|
-
</div></span>
|
|
195
|
-
|
|
196
|
-
</li>
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
<li class="public ">
|
|
200
|
-
<span class="summary_signature">
|
|
201
|
-
|
|
202
|
-
<a href="#headers-instance_method" title="#headers (instance method)">#<strong>headers</strong> ⇒ Object </a>
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
</span>
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
194
|
+
</div></span>
|
|
195
|
+
|
|
196
|
+
</li>
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
<li class="public ">
|
|
200
|
+
<span class="summary_signature">
|
|
201
|
+
|
|
202
|
+
<a href="#headers-instance_method" title="#headers (instance method)">#<strong>headers</strong> ⇒ Object </a>
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
</span>
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
216
|
<span class="summary_desc"><div class='inline'>
|
|
217
|
-
</div></span>
|
|
218
|
-
|
|
219
|
-
</li>
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
<li class="public ">
|
|
223
|
-
<span class="summary_signature">
|
|
224
|
-
|
|
225
|
-
<a href="#split-instance_method" title="#split (instance method)">#<strong>split</strong>(*args) ⇒ Object </a>
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
</span>
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
217
|
+
</div></span>
|
|
218
|
+
|
|
219
|
+
</li>
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
<li class="public ">
|
|
223
|
+
<span class="summary_signature">
|
|
224
|
+
|
|
225
|
+
<a href="#split-instance_method" title="#split (instance method)">#<strong>split</strong>(*args) ⇒ Object </a>
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
</span>
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
239
|
<span class="summary_desc"><div class='inline'>
|
|
240
|
-
</div></span>
|
|
241
|
-
|
|
242
|
-
</li>
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
</ul>
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
<div id="instance_attr_details" class="attr_details">
|
|
251
|
-
<h2>Instance Attribute Details</h2>
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
<span id="block=-instance_method"></span>
|
|
255
|
-
<div class="method_details first">
|
|
256
|
-
<h3 class="signature first" id="block-instance_method">
|
|
257
|
-
|
|
258
|
-
#<strong>block</strong> ⇒ <tt>Object</tt>
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
</h3><div class="docstring">
|
|
265
|
-
<div class="discussion">
|
|
240
|
+
</div></span>
|
|
241
|
+
|
|
242
|
+
</li>
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
</ul>
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
<div id="instance_attr_details" class="attr_details">
|
|
251
|
+
<h2>Instance Attribute Details</h2>
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
<span id="block=-instance_method"></span>
|
|
255
|
+
<div class="method_details first">
|
|
256
|
+
<h3 class="signature first" id="block-instance_method">
|
|
257
|
+
|
|
258
|
+
#<strong>block</strong> ⇒ <tt>Object</tt>
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
</h3><div class="docstring">
|
|
265
|
+
<div class="discussion">
|
|
266
266
|
<p>Returns the value of attribute block</p>
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
</div>
|
|
270
|
-
</div>
|
|
271
|
-
<div class="tags">
|
|
272
|
-
|
|
273
|
-
<p class="tag_title">Returns:</p>
|
|
274
|
-
<ul class="return">
|
|
275
|
-
|
|
276
|
-
<li>
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
<span class='type'>(<tt>Object</tt>)</span>
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
—
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
</div>
|
|
270
|
+
</div>
|
|
271
|
+
<div class="tags">
|
|
272
|
+
|
|
273
|
+
<p class="tag_title">Returns:</p>
|
|
274
|
+
<ul class="return">
|
|
275
|
+
|
|
276
|
+
<li>
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
<span class='type'>(<tt>Object</tt>)</span>
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
—
|
|
284
284
|
<div class='inline'><p>the current value of block</p>
|
|
285
|
-
</div>
|
|
286
|
-
|
|
287
|
-
</li>
|
|
288
|
-
|
|
289
|
-
</ul>
|
|
290
|
-
|
|
291
|
-
</div><table class="source_code">
|
|
292
|
-
<tr>
|
|
293
|
-
<td>
|
|
285
|
+
</div>
|
|
286
|
+
|
|
287
|
+
</li>
|
|
288
|
+
|
|
289
|
+
</ul>
|
|
290
|
+
|
|
291
|
+
</div><table class="source_code">
|
|
292
|
+
<tr>
|
|
293
|
+
<td>
|
|
294
294
|
<pre class="lines">
|
|
295
295
|
|
|
296
296
|
|
|
297
297
|
45
|
|
298
298
|
46
|
|
299
|
-
47</pre>
|
|
300
|
-
</td>
|
|
301
|
-
<td>
|
|
299
|
+
47</pre>
|
|
300
|
+
</td>
|
|
301
|
+
<td>
|
|
302
302
|
<pre class="code"><span class="info file"># File 'lib/utopia/controller/respond.rb', line 45</span>
|
|
303
303
|
|
|
304
304
|
<span class='kw'>def</span> <span class='id identifier rubyid_block'>block</span>
|
|
305
305
|
<span class='ivar'>@block</span>
|
|
306
|
-
<span class='kw'>end</span></pre>
|
|
307
|
-
</td>
|
|
308
|
-
</tr>
|
|
309
|
-
</table>
|
|
310
|
-
</div>
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
<span id="content_type=-instance_method"></span>
|
|
314
|
-
<div class="method_details ">
|
|
315
|
-
<h3 class="signature " id="content_type-instance_method">
|
|
316
|
-
|
|
317
|
-
#<strong>content_type</strong> ⇒ <tt>Object</tt>
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
</h3><div class="docstring">
|
|
324
|
-
<div class="discussion">
|
|
306
|
+
<span class='kw'>end</span></pre>
|
|
307
|
+
</td>
|
|
308
|
+
</tr>
|
|
309
|
+
</table>
|
|
310
|
+
</div>
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
<span id="content_type=-instance_method"></span>
|
|
314
|
+
<div class="method_details ">
|
|
315
|
+
<h3 class="signature " id="content_type-instance_method">
|
|
316
|
+
|
|
317
|
+
#<strong>content_type</strong> ⇒ <tt>Object</tt>
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
</h3><div class="docstring">
|
|
324
|
+
<div class="discussion">
|
|
325
325
|
<p>Returns the value of attribute content_type</p>
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
</div>
|
|
329
|
-
</div>
|
|
330
|
-
<div class="tags">
|
|
331
|
-
|
|
332
|
-
<p class="tag_title">Returns:</p>
|
|
333
|
-
<ul class="return">
|
|
334
|
-
|
|
335
|
-
<li>
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
<span class='type'>(<tt>Object</tt>)</span>
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
—
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
</div>
|
|
329
|
+
</div>
|
|
330
|
+
<div class="tags">
|
|
331
|
+
|
|
332
|
+
<p class="tag_title">Returns:</p>
|
|
333
|
+
<ul class="return">
|
|
334
|
+
|
|
335
|
+
<li>
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
<span class='type'>(<tt>Object</tt>)</span>
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
—
|
|
343
343
|
<div class='inline'><p>the current value of content_type</p>
|
|
344
|
-
</div>
|
|
345
|
-
|
|
346
|
-
</li>
|
|
347
|
-
|
|
348
|
-
</ul>
|
|
349
|
-
|
|
350
|
-
</div><table class="source_code">
|
|
351
|
-
<tr>
|
|
352
|
-
<td>
|
|
344
|
+
</div>
|
|
345
|
+
|
|
346
|
+
</li>
|
|
347
|
+
|
|
348
|
+
</ul>
|
|
349
|
+
|
|
350
|
+
</div><table class="source_code">
|
|
351
|
+
<tr>
|
|
352
|
+
<td>
|
|
353
353
|
<pre class="lines">
|
|
354
354
|
|
|
355
355
|
|
|
356
356
|
45
|
|
357
357
|
46
|
|
358
|
-
47</pre>
|
|
359
|
-
</td>
|
|
360
|
-
<td>
|
|
358
|
+
47</pre>
|
|
359
|
+
</td>
|
|
360
|
+
<td>
|
|
361
361
|
<pre class="code"><span class="info file"># File 'lib/utopia/controller/respond.rb', line 45</span>
|
|
362
362
|
|
|
363
363
|
<span class='kw'>def</span> <span class='id identifier rubyid_content_type'>content_type</span>
|
|
364
364
|
<span class='ivar'>@content_type</span>
|
|
365
|
-
<span class='kw'>end</span></pre>
|
|
366
|
-
</td>
|
|
367
|
-
</tr>
|
|
368
|
-
</table>
|
|
369
|
-
</div>
|
|
370
|
-
|
|
371
|
-
</div>
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
<div id="instance_method_details" class="method_details_list">
|
|
375
|
-
<h2>Instance Method Details</h2>
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
<div class="method_details first">
|
|
379
|
-
<h3 class="signature first" id="call-instance_method">
|
|
380
|
-
|
|
381
|
-
#<strong>call</strong>(context, response, media_range) ⇒ <tt>Object</tt>
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
</h3><table class="source_code">
|
|
388
|
-
<tr>
|
|
389
|
-
<td>
|
|
365
|
+
<span class='kw'>end</span></pre>
|
|
366
|
+
</td>
|
|
367
|
+
</tr>
|
|
368
|
+
</table>
|
|
369
|
+
</div>
|
|
370
|
+
|
|
371
|
+
</div>
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
<div id="instance_method_details" class="method_details_list">
|
|
375
|
+
<h2>Instance Method Details</h2>
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
<div class="method_details first">
|
|
379
|
+
<h3 class="signature first" id="call-instance_method">
|
|
380
|
+
|
|
381
|
+
#<strong>call</strong>(context, response, media_range) ⇒ <tt>Object</tt>
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
</h3><table class="source_code">
|
|
388
|
+
<tr>
|
|
389
|
+
<td>
|
|
390
390
|
<pre class="lines">
|
|
391
391
|
|
|
392
392
|
|
|
@@ -394,91 +394,91 @@
|
|
|
394
394
|
55
|
|
395
395
|
56
|
|
396
396
|
57
|
|
397
|
-
58</pre>
|
|
398
|
-
</td>
|
|
399
|
-
<td>
|
|
397
|
+
58</pre>
|
|
398
|
+
</td>
|
|
399
|
+
<td>
|
|
400
400
|
<pre class="code"><span class="info file"># File 'lib/utopia/controller/respond.rb', line 54</span>
|
|
401
401
|
|
|
402
402
|
<span class='kw'>def</span> <span class='id identifier rubyid_call'>call</span><span class='lparen'>(</span><span class='id identifier rubyid_context'>context</span><span class='comma'>,</span> <span class='id identifier rubyid_response'>response</span><span class='comma'>,</span> <span class='id identifier rubyid_media_range'>media_range</span><span class='rparen'>)</span>
|
|
403
403
|
<span class='const'><span class='object_link'><a href="../Converter.html" title="Utopia::Controller::Respond::Converter (module)">Converter</a></span></span><span class='period'>.</span><span class='id identifier rubyid_update_response'><span class='object_link'><a href="../Converter.html#update_response-class_method" title="Utopia::Controller::Respond::Converter.update_response (method)">update_response</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_response'>response</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_content'>content</span><span class='op'>|</span>
|
|
404
404
|
<span class='id identifier rubyid_context'>context</span><span class='period'>.</span><span class='id identifier rubyid_instance_exec'>instance_exec</span><span class='lparen'>(</span><span class='id identifier rubyid_content'>content</span><span class='comma'>,</span> <span class='id identifier rubyid_media_range'>media_range</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
|
|
405
405
|
<span class='kw'>end</span>
|
|
406
|
-
<span class='kw'>end</span></pre>
|
|
407
|
-
</td>
|
|
408
|
-
</tr>
|
|
409
|
-
</table>
|
|
410
|
-
</div>
|
|
411
|
-
|
|
412
|
-
<div class="method_details ">
|
|
413
|
-
<h3 class="signature " id="headers-instance_method">
|
|
414
|
-
|
|
415
|
-
#<strong>headers</strong> ⇒ <tt>Object</tt>
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
</h3><table class="source_code">
|
|
422
|
-
<tr>
|
|
423
|
-
<td>
|
|
406
|
+
<span class='kw'>end</span></pre>
|
|
407
|
+
</td>
|
|
408
|
+
</tr>
|
|
409
|
+
</table>
|
|
410
|
+
</div>
|
|
411
|
+
|
|
412
|
+
<div class="method_details ">
|
|
413
|
+
<h3 class="signature " id="headers-instance_method">
|
|
414
|
+
|
|
415
|
+
#<strong>headers</strong> ⇒ <tt>Object</tt>
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
</h3><table class="source_code">
|
|
422
|
+
<tr>
|
|
423
|
+
<td>
|
|
424
424
|
<pre class="lines">
|
|
425
425
|
|
|
426
426
|
|
|
427
427
|
46
|
|
428
428
|
47
|
|
429
|
-
48</pre>
|
|
430
|
-
</td>
|
|
431
|
-
<td>
|
|
429
|
+
48</pre>
|
|
430
|
+
</td>
|
|
431
|
+
<td>
|
|
432
432
|
<pre class="code"><span class="info file"># File 'lib/utopia/controller/respond.rb', line 46</span>
|
|
433
433
|
|
|
434
434
|
<span class='kw'>def</span> <span class='id identifier rubyid_headers'>headers</span>
|
|
435
435
|
<span class='lbrace'>{</span><span class='const'><span class='object_link'><a href="../../../HTTP.html" title="Utopia::HTTP (module)">HTTP</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../../../HTTP.html#CONTENT_TYPE-constant" title="Utopia::HTTP::CONTENT_TYPE (constant)">CONTENT_TYPE</a></span></span> <span class='op'>=></span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_content_type'>content_type</span><span class='rbrace'>}</span>
|
|
436
|
-
<span class='kw'>end</span></pre>
|
|
437
|
-
</td>
|
|
438
|
-
</tr>
|
|
439
|
-
</table>
|
|
440
|
-
</div>
|
|
441
|
-
|
|
442
|
-
<div class="method_details ">
|
|
443
|
-
<h3 class="signature " id="split-instance_method">
|
|
444
|
-
|
|
445
|
-
#<strong>split</strong>(*args) ⇒ <tt>Object</tt>
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
</h3><table class="source_code">
|
|
452
|
-
<tr>
|
|
453
|
-
<td>
|
|
436
|
+
<span class='kw'>end</span></pre>
|
|
437
|
+
</td>
|
|
438
|
+
</tr>
|
|
439
|
+
</table>
|
|
440
|
+
</div>
|
|
441
|
+
|
|
442
|
+
<div class="method_details ">
|
|
443
|
+
<h3 class="signature " id="split-instance_method">
|
|
444
|
+
|
|
445
|
+
#<strong>split</strong>(*args) ⇒ <tt>Object</tt>
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
</h3><table class="source_code">
|
|
452
|
+
<tr>
|
|
453
|
+
<td>
|
|
454
454
|
<pre class="lines">
|
|
455
455
|
|
|
456
456
|
|
|
457
457
|
50
|
|
458
458
|
51
|
|
459
|
-
52</pre>
|
|
460
|
-
</td>
|
|
461
|
-
<td>
|
|
459
|
+
52</pre>
|
|
460
|
+
</td>
|
|
461
|
+
<td>
|
|
462
462
|
<pre class="code"><span class="info file"># File 'lib/utopia/controller/respond.rb', line 50</span>
|
|
463
463
|
|
|
464
464
|
<span class='kw'>def</span> <span class='id identifier rubyid_split'>split</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span>
|
|
465
465
|
<span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_content_type'>content_type</span><span class='period'>.</span><span class='id identifier rubyid_split'>split</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span>
|
|
466
|
-
<span class='kw'>end</span></pre>
|
|
467
|
-
</td>
|
|
468
|
-
</tr>
|
|
469
|
-
</table>
|
|
470
|
-
</div>
|
|
471
|
-
|
|
472
|
-
</div>
|
|
473
|
-
|
|
474
|
-
</div>
|
|
475
|
-
|
|
476
|
-
<div id="footer">
|
|
477
|
-
Generated on Sat Mar
|
|
478
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
479
|
-
0.9.
|
|
480
|
-
</div>
|
|
481
|
-
|
|
482
|
-
</div>
|
|
483
|
-
</body>
|
|
466
|
+
<span class='kw'>end</span></pre>
|
|
467
|
+
</td>
|
|
468
|
+
</tr>
|
|
469
|
+
</table>
|
|
470
|
+
</div>
|
|
471
|
+
|
|
472
|
+
</div>
|
|
473
|
+
|
|
474
|
+
</div>
|
|
475
|
+
|
|
476
|
+
<div id="footer">
|
|
477
|
+
Generated on Sat Mar 9 12:01:54 2019 by
|
|
478
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
479
|
+
0.9.18 (ruby-2.6.1).
|
|
480
|
+
</div>
|
|
481
|
+
|
|
482
|
+
</div>
|
|
483
|
+
</body>
|
|
484
484
|
</html>
|