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.
Files changed (117) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -2
  3. data/Gemfile +1 -0
  4. data/Rakefile +2 -0
  5. data/docs/code/Utopia.html +439 -433
  6. data/docs/code/Utopia/Command.html +201 -195
  7. data/docs/code/Utopia/Command/Environment.html +244 -244
  8. data/docs/code/Utopia/Command/Server.html +202 -202
  9. data/docs/code/Utopia/Command/Server/Create.html +192 -192
  10. data/docs/code/Utopia/Command/Server/Update.html +235 -235
  11. data/docs/code/Utopia/Command/Site.html +269 -263
  12. data/docs/code/Utopia/Command/Site/Create.html +192 -192
  13. data/docs/code/Utopia/Command/Site/Update.html +246 -246
  14. data/docs/code/Utopia/Command/Top.html +244 -244
  15. data/docs/code/Utopia/Content.html +636 -630
  16. data/docs/code/Utopia/Content/Document.html +1411 -1407
  17. data/docs/code/Utopia/Content/Document/State.html +1048 -1048
  18. data/docs/code/Utopia/Content/Link.html +1023 -1023
  19. data/docs/code/Utopia/Content/Links.html +629 -623
  20. data/docs/code/Utopia/Content/MarkupParser.html +702 -702
  21. data/docs/code/Utopia/Content/MarkupParser/ParsedTag.html +375 -375
  22. data/docs/code/Utopia/Content/MarkupParser/UnbalancedTagError.html +523 -523
  23. data/docs/code/Utopia/Content/Namespace.html +416 -416
  24. data/docs/code/Utopia/Content/Node.html +952 -952
  25. data/docs/code/Utopia/Content/Node/Context.html +790 -790
  26. data/docs/code/Utopia/Content/Response.html +686 -686
  27. data/docs/code/Utopia/Content/SymbolicHash.html +365 -365
  28. data/docs/code/Utopia/Content/Tags.html +134 -134
  29. data/docs/code/Utopia/Content/UnbalancedTagError.html +270 -270
  30. data/docs/code/Utopia/ContentLength.html +298 -294
  31. data/docs/code/Utopia/Controller.html +657 -651
  32. data/docs/code/Utopia/Controller/Actions.html +260 -260
  33. data/docs/code/Utopia/Controller/Actions/Action.html +785 -779
  34. data/docs/code/Utopia/Controller/Actions/ClassMethods.html +360 -360
  35. data/docs/code/Utopia/Controller/Base.html +989 -989
  36. data/docs/code/Utopia/Controller/Respond.html +264 -254
  37. data/docs/code/Utopia/Controller/Respond/ClassMethods.html +207 -207
  38. data/docs/code/Utopia/Controller/Respond/Converter.html +219 -219
  39. data/docs/code/Utopia/Controller/Respond/Converter/Callback.html +425 -425
  40. data/docs/code/Utopia/Controller/Respond/Converter/ToJSON.html +323 -317
  41. data/docs/code/Utopia/Controller/Respond/Passthrough.html +266 -260
  42. data/docs/code/Utopia/Controller/Respond/Responder.html +449 -443
  43. data/docs/code/Utopia/Controller/Rewrite.html +260 -260
  44. data/docs/code/Utopia/Controller/Rewrite/ClassMethods.html +216 -216
  45. data/docs/code/Utopia/Controller/Rewrite/ExtractPrefixRule.html +303 -303
  46. data/docs/code/Utopia/Controller/Rewrite/Rewriter.html +402 -402
  47. data/docs/code/Utopia/Controller/Rewrite/Rule.html +193 -193
  48. data/docs/code/Utopia/Controller/Variables.html +428 -428
  49. data/docs/code/Utopia/Controllers.html +216 -216
  50. data/docs/code/Utopia/Exceptions.html +125 -125
  51. data/docs/code/Utopia/Exceptions/Handler.html +405 -405
  52. data/docs/code/Utopia/Exceptions/Mailer.html +400 -394
  53. data/docs/code/Utopia/Extensions.html +116 -116
  54. data/docs/code/Utopia/Extensions/ArraySplit.html +164 -164
  55. data/docs/code/Utopia/Extensions/DateTimeComparison.html +173 -173
  56. data/docs/code/Utopia/Extensions/TimeDateComparison.html +173 -173
  57. data/docs/code/Utopia/HTTP.html +193 -187
  58. data/docs/code/Utopia/HTTP/Status.html +355 -355
  59. data/docs/code/Utopia/Locale.html +522 -522
  60. data/docs/code/Utopia/Localization.html +886 -880
  61. data/docs/code/Utopia/Localization/Wrapper.html +403 -403
  62. data/docs/code/Utopia/Logger.html +185 -185
  63. data/docs/code/Utopia/Logger/CompactFormatter.html +290 -290
  64. data/docs/code/Utopia/Path.html +2562 -2556
  65. data/docs/code/Utopia/Path/Matcher.html +395 -395
  66. data/docs/code/Utopia/Path/Matcher/MatchData.html +418 -418
  67. data/docs/code/Utopia/Redirection.html +148 -142
  68. data/docs/code/Utopia/Redirection/ClientRedirect.html +594 -594
  69. data/docs/code/Utopia/Redirection/DirectoryIndex.html +265 -265
  70. data/docs/code/Utopia/Redirection/Errors.html +391 -385
  71. data/docs/code/Utopia/Redirection/Moved.html +265 -265
  72. data/docs/code/Utopia/Redirection/RequestFailure.html +201 -201
  73. data/docs/code/Utopia/Redirection/Rewrite.html +265 -265
  74. data/docs/code/Utopia/Session.html +723 -717
  75. data/docs/code/Utopia/Session/LazyHash.html +709 -709
  76. data/docs/code/Utopia/Setup.html +783 -777
  77. data/docs/code/Utopia/Static.html +516 -510
  78. data/docs/code/Utopia/Static/LocalFile.html +875 -869
  79. data/docs/code/Utopia/Static/MimeTypeLoader.html +427 -427
  80. data/docs/code/Utopia/Static/MimeTypeLoader/ExpansionError.html +123 -123
  81. data/docs/code/_index.html +757 -757
  82. data/docs/code/class_list.html +51 -51
  83. data/docs/code/css/full_list.css +58 -58
  84. data/docs/code/css/style.css +496 -499
  85. data/docs/code/file.README.html +72 -70
  86. data/docs/code/file_list.html +56 -56
  87. data/docs/code/frames.html +17 -17
  88. data/docs/code/index.html +72 -70
  89. data/docs/code/js/app.js +292 -248
  90. data/docs/code/js/full_list.js +216 -216
  91. data/docs/code/js/jquery.js +3 -3
  92. data/docs/code/method_list.html +3443 -3443
  93. data/docs/code/top-level-namespace.html +109 -109
  94. data/docs/index.html +2 -2
  95. data/docs/wiki.html +2 -2
  96. data/docs/wiki/edit.html +1 -1
  97. data/docs/wiki/javascript.html +153 -0
  98. data/docs/wiki/javascript/index.html +153 -0
  99. data/documentation/.yarnrc +1 -0
  100. data/documentation/Gemfile +1 -0
  101. data/documentation/config/environment.rb +1 -0
  102. data/documentation/pages/wiki/content.md +1 -1
  103. data/documentation/pages/wiki/javascript/content.md +75 -0
  104. data/documentation/pages/wiki/links.yaml +3 -1
  105. data/lib/utopia/command/site.rb +4 -4
  106. data/lib/utopia/version.rb +1 -1
  107. data/setup/site/.yarnrc +1 -0
  108. data/setup/site/tasks/yarn.rake +32 -0
  109. data/spec/utopia/command_spec.rb +2 -2
  110. metadata +8 -9
  111. data/docs/wiki/bower-integration.html +0 -74
  112. data/docs/wiki/bower-integration/index.html +0 -74
  113. data/documentation/.bowerrc +0 -4
  114. data/documentation/pages/wiki/bower-integration/content.md +0 -25
  115. data/setup/.bowerrc +0 -3
  116. data/setup/site/.bowerrc +0 -4
  117. data/setup/site/tasks/bower.rake +0 -45
@@ -1,415 +1,415 @@
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::Response
8
-
9
- &mdash; Documentation by YARD 0.9.12
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::Response";
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 (R)</a> &raquo;
40
- <span class='title'><span class='object_link'><a href="../../Utopia.html" title="Utopia (module)">Utopia</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Content.html" title="Utopia::Content (class)">Content</a></span></span>
41
- &raquo;
42
- <span class="title">Response</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::Response
63
-
64
-
65
-
66
- </h1>
67
- <div class="box_info">
68
-
69
- <dl>
70
- <dt>Inherits:</dt>
71
- <dd>
72
- <span class="inheritName">Object</span>
73
-
74
- <ul class="fullTree">
75
- <li>Object</li>
76
-
77
- <li class="next">Utopia::Content::Response</li>
78
-
79
- </ul>
80
- <a href="#" class="inheritanceTree">show all</a>
81
-
82
- </dd>
83
- </dl>
84
-
85
-
86
-
87
-
88
-
89
-
90
-
91
-
92
-
93
-
94
-
95
- <dl>
96
- <dt>Defined in:</dt>
97
- <dd>lib/utopia/content/response.rb</dd>
98
- </dl>
99
-
100
- </div>
101
-
102
- <h2>Overview</h2><div class="docstring">
103
- <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::Response
8
+
9
+ &mdash; 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::Response";
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 (R)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../../Utopia.html" title="Utopia (module)">Utopia</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Content.html" title="Utopia::Content (class)">Content</a></span></span>
41
+ &raquo;
42
+ <span class="title">Response</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::Response
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName">Object</span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next">Utopia::Content::Response</li>
78
+
79
+ </ul>
80
+ <a href="#" class="inheritanceTree">show all</a>
81
+
82
+ </dd>
83
+ </dl>
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+ <dl>
96
+ <dt>Defined in:</dt>
97
+ <dd>lib/utopia/content/response.rb</dd>
98
+ </dl>
99
+
100
+ </div>
101
+
102
+ <h2>Overview</h2><div class="docstring">
103
+ <div class="discussion">
104
104
  <p>A basic content response, including useful defaults for typical HTML5 content.</p>
105
-
106
-
107
- </div>
108
- </div>
109
- <div class="tags">
110
-
111
-
112
- </div><div id="subclasses">
113
- <h2>Direct Known Subclasses</h2>
114
- <p class="children"><span class='object_link'><a href="Document.html" title="Utopia::Content::Document (class)">Document</a></span></p>
115
- </div>
116
-
117
-
118
-
119
-
120
- <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
121
- <ul class="summary">
122
-
123
- <li class="public ">
124
- <span class="summary_signature">
125
-
126
- <a href="#body-instance_method" title="#body (instance method)">#<strong>body</strong> &#x21d2; Object </a>
127
-
128
-
129
-
130
- </span>
131
-
132
-
133
-
134
-
135
- <span class="note title readonly">readonly</span>
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
105
+
106
+
107
+ </div>
108
+ </div>
109
+ <div class="tags">
110
+
111
+
112
+ </div><div id="subclasses">
113
+ <h2>Direct Known Subclasses</h2>
114
+ <p class="children"><span class='object_link'><a href="Document.html" title="Utopia::Content::Document (class)">Document</a></span></p>
115
+ </div>
116
+
117
+
118
+
119
+
120
+ <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
121
+ <ul class="summary">
122
+
123
+ <li class="public ">
124
+ <span class="summary_signature">
125
+
126
+ <a href="#body-instance_method" title="#body (instance method)">#<strong>body</strong> &#x21d2; Object </a>
127
+
128
+
129
+
130
+ </span>
131
+
132
+
133
+
134
+
135
+ <span class="note title readonly">readonly</span>
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
145
  <span class="summary_desc"><div class='inline'><p>Returns the value of attribute body.</p>
146
- </div></span>
147
-
148
- </li>
149
-
150
-
151
- <li class="public ">
152
- <span class="summary_signature">
153
-
154
- <a href="#headers-instance_method" title="#headers (instance method)">#<strong>headers</strong> &#x21d2; Object </a>
155
-
156
-
157
-
158
- </span>
159
-
160
-
161
-
162
-
163
- <span class="note title readonly">readonly</span>
164
-
165
-
166
-
167
-
168
-
169
-
170
-
171
-
172
-
146
+ </div></span>
147
+
148
+ </li>
149
+
150
+
151
+ <li class="public ">
152
+ <span class="summary_signature">
153
+
154
+ <a href="#headers-instance_method" title="#headers (instance method)">#<strong>headers</strong> &#x21d2; Object </a>
155
+
156
+
157
+
158
+ </span>
159
+
160
+
161
+
162
+
163
+ <span class="note title readonly">readonly</span>
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
173
  <span class="summary_desc"><div class='inline'><p>Returns the value of attribute headers.</p>
174
- </div></span>
175
-
176
- </li>
177
-
178
-
179
- <li class="public ">
180
- <span class="summary_signature">
181
-
182
- <a href="#status-instance_method" title="#status (instance method)">#<strong>status</strong> &#x21d2; Object </a>
183
-
184
-
185
-
186
- </span>
187
-
188
-
189
-
190
-
191
- <span class="note title readonly">readonly</span>
192
-
193
-
194
-
195
-
196
-
197
-
198
-
199
-
200
-
174
+ </div></span>
175
+
176
+ </li>
177
+
178
+
179
+ <li class="public ">
180
+ <span class="summary_signature">
181
+
182
+ <a href="#status-instance_method" title="#status (instance method)">#<strong>status</strong> &#x21d2; Object </a>
183
+
184
+
185
+
186
+ </span>
187
+
188
+
189
+
190
+
191
+ <span class="note title readonly">readonly</span>
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
201
  <span class="summary_desc"><div class='inline'><p>Returns the value of attribute status.</p>
202
- </div></span>
203
-
204
- </li>
205
-
206
-
207
- </ul>
208
-
209
-
210
-
211
-
212
-
213
- <h2>
214
- Instance Method Summary
215
- <small><a href="#" class="summary_toggle">collapse</a></small>
216
- </h2>
217
-
218
- <ul class="summary">
219
-
220
- <li class="public ">
221
- <span class="summary_signature">
222
-
223
- <a href="#cache!-instance_method" title="#cache! (instance method)">#<strong>cache!</strong>(duration = 3600, access: &quot;public&quot;) &#x21d2; Object </a>
224
-
225
-
226
-
227
- </span>
228
-
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
-
202
+ </div></span>
203
+
204
+ </li>
205
+
206
+
207
+ </ul>
208
+
209
+
210
+
211
+
212
+
213
+ <h2>
214
+ Instance Method Summary
215
+ <small><a href="#" class="summary_toggle">collapse</a></small>
216
+ </h2>
217
+
218
+ <ul class="summary">
219
+
220
+ <li class="public ">
221
+ <span class="summary_signature">
222
+
223
+ <a href="#cache!-instance_method" title="#cache! (instance method)">#<strong>cache!</strong>(duration = 3600, access: &quot;public&quot;) &#x21d2; Object </a>
224
+
225
+
226
+
227
+ </span>
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
237
  <span class="summary_desc"><div class='inline'><p>Specify that the content could be cached.</p>
238
- </div></span>
239
-
240
- </li>
241
-
242
-
243
- <li class="public ">
244
- <span class="summary_signature">
245
-
246
- <a href="#content-instance_method" title="#content (instance method)">#<strong>content</strong> &#x21d2; Object </a>
247
-
248
-
249
-
250
- </span>
251
-
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259
-
238
+ </div></span>
239
+
240
+ </li>
241
+
242
+
243
+ <li class="public ">
244
+ <span class="summary_signature">
245
+
246
+ <a href="#content-instance_method" title="#content (instance method)">#<strong>content</strong> &#x21d2; Object </a>
247
+
248
+
249
+
250
+ </span>
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
260
  <span class="summary_desc"><div class='inline'>
261
- </div></span>
262
-
263
- </li>
264
-
265
-
266
- <li class="public ">
267
- <span class="summary_signature">
268
-
269
- <a href="#content_type=-instance_method" title="#content_type= (instance method)">#<strong>content_type=</strong>(value) &#x21d2; Object </a>
270
-
271
-
272
-
273
- (also: #content_type!)
274
-
275
- </span>
276
-
277
-
278
-
279
-
280
-
281
-
282
-
283
-
284
-
261
+ </div></span>
262
+
263
+ </li>
264
+
265
+
266
+ <li class="public ">
267
+ <span class="summary_signature">
268
+
269
+ <a href="#content_type=-instance_method" title="#content_type= (instance method)">#<strong>content_type=</strong>(value) &#x21d2; Object </a>
270
+
271
+
272
+
273
+ (also: #content_type!)
274
+
275
+ </span>
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
285
  <span class="summary_desc"><div class='inline'><p>Specify the content type of the response data.</p>
286
- </div></span>
287
-
288
- </li>
289
-
290
-
291
- <li class="public ">
292
- <span class="summary_signature">
293
-
294
- <a href="#do_not_cache!-instance_method" title="#do_not_cache! (instance method)">#<strong>do_not_cache!</strong> &#x21d2; Object </a>
295
-
296
-
297
-
298
- </span>
299
-
300
-
301
-
302
-
303
-
304
-
305
-
306
-
307
-
286
+ </div></span>
287
+
288
+ </li>
289
+
290
+
291
+ <li class="public ">
292
+ <span class="summary_signature">
293
+
294
+ <a href="#do_not_cache!-instance_method" title="#do_not_cache! (instance method)">#<strong>do_not_cache!</strong> &#x21d2; Object </a>
295
+
296
+
297
+
298
+ </span>
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+
308
308
  <span class="summary_desc"><div class='inline'><p>Specifies that the content shouldn’t be cached.</p>
309
- </div></span>
310
-
311
- </li>
312
-
313
-
314
- <li class="public ">
315
- <span class="summary_signature">
316
-
317
- <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong> &#x21d2; Response </a>
318
-
319
-
320
-
321
- </span>
322
-
323
-
324
- <span class="note title constructor">constructor</span>
325
-
326
-
327
-
328
-
329
-
330
-
331
-
332
-
309
+ </div></span>
310
+
311
+ </li>
312
+
313
+
314
+ <li class="public ">
315
+ <span class="summary_signature">
316
+
317
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong> &#x21d2; Response </a>
318
+
319
+
320
+
321
+ </span>
322
+
323
+
324
+ <span class="note title constructor">constructor</span>
325
+
326
+
327
+
328
+
329
+
330
+
331
+
332
+
333
333
  <span class="summary_desc"><div class='inline'><p>A new instance of Response.</p>
334
- </div></span>
335
-
336
- </li>
337
-
338
-
339
- <li class="public ">
340
- <span class="summary_signature">
341
-
342
- <a href="#lookup-instance_method" title="#lookup (instance method)">#<strong>lookup</strong>(tag) &#x21d2; Object </a>
343
-
344
-
345
-
346
- </span>
347
-
348
-
349
-
350
-
351
-
352
-
353
-
354
-
355
-
334
+ </div></span>
335
+
336
+ </li>
337
+
338
+
339
+ <li class="public ">
340
+ <span class="summary_signature">
341
+
342
+ <a href="#lookup-instance_method" title="#lookup (instance method)">#<strong>lookup</strong>(tag) &#x21d2; Object </a>
343
+
344
+
345
+
346
+ </span>
347
+
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
356
  <span class="summary_desc"><div class='inline'>
357
- </div></span>
358
-
359
- </li>
360
-
361
-
362
- <li class="public ">
363
- <span class="summary_signature">
364
-
365
- <a href="#to_a-instance_method" title="#to_a (instance method)">#<strong>to_a</strong> &#x21d2; Object </a>
366
-
367
-
368
-
369
- </span>
370
-
371
-
372
-
373
-
374
-
375
-
376
-
377
-
378
-
357
+ </div></span>
358
+
359
+ </li>
360
+
361
+
362
+ <li class="public ">
363
+ <span class="summary_signature">
364
+
365
+ <a href="#to_a-instance_method" title="#to_a (instance method)">#<strong>to_a</strong> &#x21d2; Object </a>
366
+
367
+
368
+
369
+ </span>
370
+
371
+
372
+
373
+
374
+
375
+
376
+
377
+
378
+
379
379
  <span class="summary_desc"><div class='inline'>
380
- </div></span>
381
-
382
- </li>
383
-
384
-
385
- </ul>
386
-
387
-
388
- <div id="constructor_details" class="method_details_list">
389
- <h2>Constructor Details</h2>
390
-
391
- <div class="method_details first">
392
- <h3 class="signature first" id="initialize-instance_method">
393
-
394
- #<strong>initialize</strong> &#x21d2; <tt><span class='object_link'><a href="" title="Utopia::Content::Response (class)">Response</a></span></tt>
395
-
396
-
397
-
398
-
399
-
400
- </h3><div class="docstring">
401
- <div class="discussion">
380
+ </div></span>
381
+
382
+ </li>
383
+
384
+
385
+ </ul>
386
+
387
+
388
+ <div id="constructor_details" class="method_details_list">
389
+ <h2>Constructor Details</h2>
390
+
391
+ <div class="method_details first">
392
+ <h3 class="signature first" id="initialize-instance_method">
393
+
394
+ #<strong>initialize</strong> &#x21d2; <tt><span class='object_link'><a href="" title="Utopia::Content::Response (class)">Response</a></span></tt>
395
+
396
+
397
+
398
+
399
+
400
+ </h3><div class="docstring">
401
+ <div class="discussion">
402
402
  <p>Returns a new instance of Response</p>
403
-
404
-
405
- </div>
406
- </div>
407
- <div class="tags">
408
-
409
-
410
- </div><table class="source_code">
411
- <tr>
412
- <td>
403
+
404
+
405
+ </div>
406
+ </div>
407
+ <div class="tags">
408
+
409
+
410
+ </div><table class="source_code">
411
+ <tr>
412
+ <td>
413
413
  <pre class="lines">
414
414
 
415
415
 
@@ -420,9 +420,9 @@
420
420
  35
421
421
  36
422
422
  37
423
- 38</pre>
424
- </td>
425
- <td>
423
+ 38</pre>
424
+ </td>
425
+ <td>
426
426
  <pre class="code"><span class="info file"># File 'lib/utopia/content/response.rb', line 31</span>
427
427
 
428
428
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span>
@@ -432,172 +432,172 @@
432
432
 
433
433
  <span class='comment'># The default content type:
434
434
  </span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_content_type'>content_type</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>text/html; charset=utf-8</span><span class='tstring_end'>&quot;</span></span>
435
- <span class='kw'>end</span></pre>
436
- </td>
437
- </tr>
438
- </table>
439
- </div>
440
-
441
- </div>
442
-
443
- <div id="instance_attr_details" class="attr_details">
444
- <h2>Instance Attribute Details</h2>
445
-
446
-
447
- <span id=""></span>
448
- <div class="method_details first">
449
- <h3 class="signature first" id="body-instance_method">
450
-
451
- #<strong>body</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
452
-
453
-
454
-
455
-
456
-
457
- </h3><div class="docstring">
458
- <div class="discussion">
435
+ <span class='kw'>end</span></pre>
436
+ </td>
437
+ </tr>
438
+ </table>
439
+ </div>
440
+
441
+ </div>
442
+
443
+ <div id="instance_attr_details" class="attr_details">
444
+ <h2>Instance Attribute Details</h2>
445
+
446
+
447
+ <span id=""></span>
448
+ <div class="method_details first">
449
+ <h3 class="signature first" id="body-instance_method">
450
+
451
+ #<strong>body</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
452
+
453
+
454
+
455
+
456
+
457
+ </h3><div class="docstring">
458
+ <div class="discussion">
459
459
  <p>Returns the value of attribute body</p>
460
-
461
-
462
- </div>
463
- </div>
464
- <div class="tags">
465
-
466
-
467
- </div><table class="source_code">
468
- <tr>
469
- <td>
460
+
461
+
462
+ </div>
463
+ </div>
464
+ <div class="tags">
465
+
466
+
467
+ </div><table class="source_code">
468
+ <tr>
469
+ <td>
470
470
  <pre class="lines">
471
471
 
472
472
 
473
473
  42
474
474
  43
475
- 44</pre>
476
- </td>
477
- <td>
475
+ 44</pre>
476
+ </td>
477
+ <td>
478
478
  <pre class="code"><span class="info file"># File 'lib/utopia/content/response.rb', line 42</span>
479
479
 
480
480
  <span class='kw'>def</span> <span class='id identifier rubyid_body'>body</span>
481
481
  <span class='ivar'>@body</span>
482
- <span class='kw'>end</span></pre>
483
- </td>
484
- </tr>
485
- </table>
486
- </div>
487
-
488
-
489
- <span id=""></span>
490
- <div class="method_details ">
491
- <h3 class="signature " id="headers-instance_method">
492
-
493
- #<strong>headers</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
494
-
495
-
496
-
497
-
498
-
499
- </h3><div class="docstring">
500
- <div class="discussion">
482
+ <span class='kw'>end</span></pre>
483
+ </td>
484
+ </tr>
485
+ </table>
486
+ </div>
487
+
488
+
489
+ <span id=""></span>
490
+ <div class="method_details ">
491
+ <h3 class="signature " id="headers-instance_method">
492
+
493
+ #<strong>headers</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
494
+
495
+
496
+
497
+
498
+
499
+ </h3><div class="docstring">
500
+ <div class="discussion">
501
501
  <p>Returns the value of attribute headers</p>
502
-
503
-
504
- </div>
505
- </div>
506
- <div class="tags">
507
-
508
-
509
- </div><table class="source_code">
510
- <tr>
511
- <td>
502
+
503
+
504
+ </div>
505
+ </div>
506
+ <div class="tags">
507
+
508
+
509
+ </div><table class="source_code">
510
+ <tr>
511
+ <td>
512
512
  <pre class="lines">
513
513
 
514
514
 
515
515
  41
516
516
  42
517
- 43</pre>
518
- </td>
519
- <td>
517
+ 43</pre>
518
+ </td>
519
+ <td>
520
520
  <pre class="code"><span class="info file"># File 'lib/utopia/content/response.rb', line 41</span>
521
521
 
522
522
  <span class='kw'>def</span> <span class='id identifier rubyid_headers'>headers</span>
523
523
  <span class='ivar'>@headers</span>
524
- <span class='kw'>end</span></pre>
525
- </td>
526
- </tr>
527
- </table>
528
- </div>
529
-
530
-
531
- <span id=""></span>
532
- <div class="method_details ">
533
- <h3 class="signature " id="status-instance_method">
534
-
535
- #<strong>status</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
536
-
537
-
538
-
539
-
540
-
541
- </h3><div class="docstring">
542
- <div class="discussion">
524
+ <span class='kw'>end</span></pre>
525
+ </td>
526
+ </tr>
527
+ </table>
528
+ </div>
529
+
530
+
531
+ <span id=""></span>
532
+ <div class="method_details ">
533
+ <h3 class="signature " id="status-instance_method">
534
+
535
+ #<strong>status</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
536
+
537
+
538
+
539
+
540
+
541
+ </h3><div class="docstring">
542
+ <div class="discussion">
543
543
  <p>Returns the value of attribute status</p>
544
-
545
-
546
- </div>
547
- </div>
548
- <div class="tags">
549
-
550
-
551
- </div><table class="source_code">
552
- <tr>
553
- <td>
544
+
545
+
546
+ </div>
547
+ </div>
548
+ <div class="tags">
549
+
550
+
551
+ </div><table class="source_code">
552
+ <tr>
553
+ <td>
554
554
  <pre class="lines">
555
555
 
556
556
 
557
557
  40
558
558
  41
559
- 42</pre>
560
- </td>
561
- <td>
559
+ 42</pre>
560
+ </td>
561
+ <td>
562
562
  <pre class="code"><span class="info file"># File 'lib/utopia/content/response.rb', line 40</span>
563
563
 
564
564
  <span class='kw'>def</span> <span class='id identifier rubyid_status'>status</span>
565
565
  <span class='ivar'>@status</span>
566
- <span class='kw'>end</span></pre>
567
- </td>
568
- </tr>
569
- </table>
570
- </div>
571
-
572
- </div>
573
-
574
-
575
- <div id="instance_method_details" class="method_details_list">
576
- <h2>Instance Method Details</h2>
577
-
578
-
579
- <div class="method_details first">
580
- <h3 class="signature first" id="cache!-instance_method">
581
-
582
- #<strong>cache!</strong>(duration = 3600, access: &quot;public&quot;) &#x21d2; <tt>Object</tt>
583
-
584
-
585
-
586
-
587
-
588
- </h3><div class="docstring">
589
- <div class="discussion">
566
+ <span class='kw'>end</span></pre>
567
+ </td>
568
+ </tr>
569
+ </table>
570
+ </div>
571
+
572
+ </div>
573
+
574
+
575
+ <div id="instance_method_details" class="method_details_list">
576
+ <h2>Instance Method Details</h2>
577
+
578
+
579
+ <div class="method_details first">
580
+ <h3 class="signature first" id="cache!-instance_method">
581
+
582
+ #<strong>cache!</strong>(duration = 3600, access: &quot;public&quot;) &#x21d2; <tt>Object</tt>
583
+
584
+
585
+
586
+
587
+
588
+ </h3><div class="docstring">
589
+ <div class="discussion">
590
590
  <p>Specify that the content could be cached.</p>
591
-
592
-
593
- </div>
594
- </div>
595
- <div class="tags">
596
-
597
-
598
- </div><table class="source_code">
599
- <tr>
600
- <td>
591
+
592
+
593
+ </div>
594
+ </div>
595
+ <div class="tags">
596
+
597
+
598
+ </div><table class="source_code">
599
+ <tr>
600
+ <td>
601
601
  <pre class="lines">
602
602
 
603
603
 
@@ -606,9 +606,9 @@
606
606
  65
607
607
  66
608
608
  67
609
- 68</pre>
610
- </td>
611
- <td>
609
+ 68</pre>
610
+ </td>
611
+ <td>
612
612
  <pre class="code"><span class="info file"># File 'lib/utopia/content/response.rb', line 63</span>
613
613
 
614
614
  <span class='kw'>def</span> <span class='id identifier rubyid_cache!'>cache!</span><span class='lparen'>(</span><span class='id identifier rubyid_duration'>duration</span> <span class='op'>=</span> <span class='int'>3600</span><span class='comma'>,</span> <span class='label'>access:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>public</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
@@ -616,198 +616,198 @@
616
616
  <span class='ivar'>@headers</span><span class='lbracket'>[</span><span class='const'><span class='object_link'><a href="../Content.html#CACHE_CONTROL-constant" title="Utopia::Content::CACHE_CONTROL (constant)">CACHE_CONTROL</a></span></span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_access'>access</span><span class='embexpr_end'>}</span><span class='tstring_content'>, max-age=</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_duration'>duration</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span>
617
617
  <span class='ivar'>@headers</span><span class='lbracket'>[</span><span class='const'><span class='object_link'><a href="../Content.html#EXPIRES-constant" title="Utopia::Content::EXPIRES (constant)">EXPIRES</a></span></span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='lparen'>(</span><span class='const'>Time</span><span class='period'>.</span><span class='id identifier rubyid_now'>now</span> <span class='op'>+</span> <span class='id identifier rubyid_duration'>duration</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_httpdate'>httpdate</span>
618
618
  <span class='kw'>end</span>
619
- <span class='kw'>end</span></pre>
620
- </td>
621
- </tr>
622
- </table>
623
- </div>
624
-
625
- <div class="method_details ">
626
- <h3 class="signature " id="content-instance_method">
627
-
628
- #<strong>content</strong> &#x21d2; <tt>Object</tt>
629
-
630
-
631
-
632
-
633
-
634
- </h3><table class="source_code">
635
- <tr>
636
- <td>
619
+ <span class='kw'>end</span></pre>
620
+ </td>
621
+ </tr>
622
+ </table>
623
+ </div>
624
+
625
+ <div class="method_details ">
626
+ <h3 class="signature " id="content-instance_method">
627
+
628
+ #<strong>content</strong> &#x21d2; <tt>Object</tt>
629
+
630
+
631
+
632
+
633
+
634
+ </h3><table class="source_code">
635
+ <tr>
636
+ <td>
637
637
  <pre class="lines">
638
638
 
639
639
 
640
640
  44
641
641
  45
642
- 46</pre>
643
- </td>
644
- <td>
642
+ 46</pre>
643
+ </td>
644
+ <td>
645
645
  <pre class="code"><span class="info file"># File 'lib/utopia/content/response.rb', line 44</span>
646
646
 
647
647
  <span class='kw'>def</span> <span class='id identifier rubyid_content'>content</span>
648
648
  <span class='ivar'>@body</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span>
649
- <span class='kw'>end</span></pre>
650
- </td>
651
- </tr>
652
- </table>
653
- </div>
654
-
655
- <div class="method_details ">
656
- <h3 class="signature " id="content_type=-instance_method">
657
-
658
- #<strong>content_type=</strong>(value) &#x21d2; <tt>Object</tt>
659
-
660
-
661
-
662
- <span class="aliases">Also known as:
663
- <span class="names"><span id='content_type!-instance_method'>content_type!</span></span>
664
- </span>
665
-
666
-
667
-
668
- </h3><div class="docstring">
669
- <div class="discussion">
649
+ <span class='kw'>end</span></pre>
650
+ </td>
651
+ </tr>
652
+ </table>
653
+ </div>
654
+
655
+ <div class="method_details ">
656
+ <h3 class="signature " id="content_type=-instance_method">
657
+
658
+ #<strong>content_type=</strong>(value) &#x21d2; <tt>Object</tt>
659
+
660
+
661
+
662
+ <span class="aliases">Also known as:
663
+ <span class="names"><span id='content_type!-instance_method'>content_type!</span></span>
664
+ </span>
665
+
666
+
667
+
668
+ </h3><div class="docstring">
669
+ <div class="discussion">
670
670
  <p>Specify the content type of the response data.</p>
671
-
672
-
673
- </div>
674
- </div>
675
- <div class="tags">
676
-
677
-
678
- </div><table class="source_code">
679
- <tr>
680
- <td>
671
+
672
+
673
+ </div>
674
+ </div>
675
+ <div class="tags">
676
+
677
+
678
+ </div><table class="source_code">
679
+ <tr>
680
+ <td>
681
681
  <pre class="lines">
682
682
 
683
683
 
684
684
  71
685
685
  72
686
- 73</pre>
687
- </td>
688
- <td>
686
+ 73</pre>
687
+ </td>
688
+ <td>
689
689
  <pre class="code"><span class="info file"># File 'lib/utopia/content/response.rb', line 71</span>
690
690
 
691
691
  <span class='kw'>def</span> <span class='id identifier rubyid_content_type='>content_type=</span> <span class='id identifier rubyid_value'>value</span>
692
692
  <span class='ivar'>@headers</span><span class='lbracket'>[</span><span class='const'><span class='object_link'><a href="../Content.html#CONTENT_TYPE-constant" title="Utopia::Content::CONTENT_TYPE (constant)">CONTENT_TYPE</a></span></span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_value'>value</span>
693
- <span class='kw'>end</span></pre>
694
- </td>
695
- </tr>
696
- </table>
697
- </div>
698
-
699
- <div class="method_details ">
700
- <h3 class="signature " id="do_not_cache!-instance_method">
701
-
702
- #<strong>do_not_cache!</strong> &#x21d2; <tt>Object</tt>
703
-
704
-
705
-
706
-
707
-
708
- </h3><div class="docstring">
709
- <div class="discussion">
693
+ <span class='kw'>end</span></pre>
694
+ </td>
695
+ </tr>
696
+ </table>
697
+ </div>
698
+
699
+ <div class="method_details ">
700
+ <h3 class="signature " id="do_not_cache!-instance_method">
701
+
702
+ #<strong>do_not_cache!</strong> &#x21d2; <tt>Object</tt>
703
+
704
+
705
+
706
+
707
+
708
+ </h3><div class="docstring">
709
+ <div class="discussion">
710
710
  <p>Specifies that the content shouldn’t be cached. Overrides <code>cache!</code> if already called.</p>
711
-
712
-
713
- </div>
714
- </div>
715
- <div class="tags">
716
-
717
-
718
- </div><table class="source_code">
719
- <tr>
720
- <td>
711
+
712
+
713
+ </div>
714
+ </div>
715
+ <div class="tags">
716
+
717
+
718
+ </div><table class="source_code">
719
+ <tr>
720
+ <td>
721
721
  <pre class="lines">
722
722
 
723
723
 
724
724
  57
725
725
  58
726
726
  59
727
- 60</pre>
728
- </td>
729
- <td>
727
+ 60</pre>
728
+ </td>
729
+ <td>
730
730
  <pre class="code"><span class="info file"># File 'lib/utopia/content/response.rb', line 57</span>
731
731
 
732
732
  <span class='kw'>def</span> <span class='id identifier rubyid_do_not_cache!'>do_not_cache!</span>
733
733
  <span class='ivar'>@headers</span><span class='lbracket'>[</span><span class='const'><span class='object_link'><a href="../Content.html#CACHE_CONTROL-constant" title="Utopia::Content::CACHE_CONTROL (constant)">CACHE_CONTROL</a></span></span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>no-cache, must-revalidate</span><span class='tstring_end'>&quot;</span></span>
734
734
  <span class='ivar'>@headers</span><span class='lbracket'>[</span><span class='const'><span class='object_link'><a href="../Content.html#EXPIRES-constant" title="Utopia::Content::EXPIRES (constant)">EXPIRES</a></span></span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='const'>Time</span><span class='period'>.</span><span class='id identifier rubyid_now'>now</span><span class='period'>.</span><span class='id identifier rubyid_httpdate'>httpdate</span>
735
- <span class='kw'>end</span></pre>
736
- </td>
737
- </tr>
738
- </table>
739
- </div>
740
-
741
- <div class="method_details ">
742
- <h3 class="signature " id="lookup-instance_method">
743
-
744
- #<strong>lookup</strong>(tag) &#x21d2; <tt>Object</tt>
745
-
746
-
747
-
748
-
749
-
750
- </h3><table class="source_code">
751
- <tr>
752
- <td>
735
+ <span class='kw'>end</span></pre>
736
+ </td>
737
+ </tr>
738
+ </table>
739
+ </div>
740
+
741
+ <div class="method_details ">
742
+ <h3 class="signature " id="lookup-instance_method">
743
+
744
+ #<strong>lookup</strong>(tag) &#x21d2; <tt>Object</tt>
745
+
746
+
747
+
748
+
749
+
750
+ </h3><table class="source_code">
751
+ <tr>
752
+ <td>
753
753
  <pre class="lines">
754
754
 
755
755
 
756
756
  48
757
757
  49
758
- 50</pre>
759
- </td>
760
- <td>
758
+ 50</pre>
759
+ </td>
760
+ <td>
761
761
  <pre class="code"><span class="info file"># File 'lib/utopia/content/response.rb', line 48</span>
762
762
 
763
763
  <span class='kw'>def</span> <span class='id identifier rubyid_lookup'>lookup</span><span class='lparen'>(</span><span class='id identifier rubyid_tag'>tag</span><span class='rparen'>)</span>
764
764
  <span class='kw'>return</span> <span class='kw'>nil</span>
765
- <span class='kw'>end</span></pre>
766
- </td>
767
- </tr>
768
- </table>
769
- </div>
770
-
771
- <div class="method_details ">
772
- <h3 class="signature " id="to_a-instance_method">
773
-
774
- #<strong>to_a</strong> &#x21d2; <tt>Object</tt>
775
-
776
-
777
-
778
-
779
-
780
- </h3><table class="source_code">
781
- <tr>
782
- <td>
765
+ <span class='kw'>end</span></pre>
766
+ </td>
767
+ </tr>
768
+ </table>
769
+ </div>
770
+
771
+ <div class="method_details ">
772
+ <h3 class="signature " id="to_a-instance_method">
773
+
774
+ #<strong>to_a</strong> &#x21d2; <tt>Object</tt>
775
+
776
+
777
+
778
+
779
+
780
+ </h3><table class="source_code">
781
+ <tr>
782
+ <td>
783
783
  <pre class="lines">
784
784
 
785
785
 
786
786
  52
787
787
  53
788
- 54</pre>
789
- </td>
790
- <td>
788
+ 54</pre>
789
+ </td>
790
+ <td>
791
791
  <pre class="code"><span class="info file"># File 'lib/utopia/content/response.rb', line 52</span>
792
792
 
793
793
  <span class='kw'>def</span> <span class='id identifier rubyid_to_a'>to_a</span>
794
794
  <span class='lbracket'>[</span><span class='ivar'>@status</span><span class='comma'>,</span> <span class='ivar'>@headers</span><span class='comma'>,</span> <span class='ivar'>@body</span><span class='rbracket'>]</span>
795
- <span class='kw'>end</span></pre>
796
- </td>
797
- </tr>
798
- </table>
799
- </div>
800
-
801
- </div>
802
-
803
- </div>
804
-
805
- <div id="footer">
806
- Generated on Sat Mar 24 21:17:21 2018 by
807
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
808
- 0.9.12 (ruby-2.5.0).
809
- </div>
810
-
811
- </div>
812
- </body>
795
+ <span class='kw'>end</span></pre>
796
+ </td>
797
+ </tr>
798
+ </table>
799
+ </div>
800
+
801
+ </div>
802
+
803
+ </div>
804
+
805
+ <div id="footer">
806
+ Generated on Sat Mar 9 12:01:54 2019 by
807
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
808
+ 0.9.18 (ruby-2.6.1).
809
+ </div>
810
+
811
+ </div>
812
+ </body>
813
813
  </html>