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,389 +1,389 @@
|
|
|
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::Static::MimeTypeLoader
|
|
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::Static::MimeTypeLoader";
|
|
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 (M)</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="../Static.html" title="Utopia::Static (class)">Static</a></span></span>
|
|
41
|
-
»
|
|
42
|
-
<span class="title">MimeTypeLoader</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::Static::MimeTypeLoader
|
|
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::Static::MimeTypeLoader</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/static/mime_types.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::Static::MimeTypeLoader
|
|
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::Static::MimeTypeLoader";
|
|
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 (M)</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="../Static.html" title="Utopia::Static (class)">Static</a></span></span>
|
|
41
|
+
»
|
|
42
|
+
<span class="title">MimeTypeLoader</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::Static::MimeTypeLoader
|
|
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::Static::MimeTypeLoader</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/static/mime_types.rb</dd>
|
|
98
|
+
</dl>
|
|
99
|
+
|
|
100
|
+
</div>
|
|
101
|
+
|
|
102
|
+
<h2>Overview</h2><div class="docstring">
|
|
103
|
+
<div class="discussion">
|
|
104
104
|
<p>A class to assist with loading mime-type metadata.</p>
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
</div>
|
|
108
|
-
</div>
|
|
109
|
-
<div class="tags">
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
</div><h2>Defined Under Namespace</h2>
|
|
113
|
-
<p class="children">
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
<strong class="classes">Classes:</strong> <span class='object_link'><a href="MimeTypeLoader/ExpansionError.html" title="Utopia::Static::MimeTypeLoader::ExpansionError (class)">ExpansionError</a></span>
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
</p>
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
|
127
|
-
<ul class="summary">
|
|
128
|
-
|
|
129
|
-
<li class="public ">
|
|
130
|
-
<span class="summary_signature">
|
|
131
|
-
|
|
132
|
-
<a href="#extensions-instance_method" title="#extensions (instance method)">#<strong>extensions</strong> ⇒ Object </a>
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
</span>
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
<span class="note title readonly">readonly</span>
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
</div>
|
|
108
|
+
</div>
|
|
109
|
+
<div class="tags">
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
</div><h2>Defined Under Namespace</h2>
|
|
113
|
+
<p class="children">
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="MimeTypeLoader/ExpansionError.html" title="Utopia::Static::MimeTypeLoader::ExpansionError (class)">ExpansionError</a></span>
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
</p>
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
|
127
|
+
<ul class="summary">
|
|
128
|
+
|
|
129
|
+
<li class="public ">
|
|
130
|
+
<span class="summary_signature">
|
|
131
|
+
|
|
132
|
+
<a href="#extensions-instance_method" title="#extensions (instance method)">#<strong>extensions</strong> ⇒ Object </a>
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
</span>
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
<span class="note title readonly">readonly</span>
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
151
|
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute extensions.</p>
|
|
152
|
-
</div></span>
|
|
153
|
-
|
|
154
|
-
</li>
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
</ul>
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
<h2>
|
|
164
|
-
Class Method Summary
|
|
165
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
166
|
-
</h2>
|
|
167
|
-
|
|
168
|
-
<ul class="summary">
|
|
169
|
-
|
|
170
|
-
<li class="public ">
|
|
171
|
-
<span class="summary_signature">
|
|
172
|
-
|
|
173
|
-
<a href="#extensions_for-class_method" title="extensions_for (class method)">.<strong>extensions_for</strong>(types, library = MIME_TYPES) ⇒ Object </a>
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
</span>
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
152
|
+
</div></span>
|
|
153
|
+
|
|
154
|
+
</li>
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
</ul>
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
<h2>
|
|
164
|
+
Class Method Summary
|
|
165
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
166
|
+
</h2>
|
|
167
|
+
|
|
168
|
+
<ul class="summary">
|
|
169
|
+
|
|
170
|
+
<li class="public ">
|
|
171
|
+
<span class="summary_signature">
|
|
172
|
+
|
|
173
|
+
<a href="#extensions_for-class_method" title="extensions_for (class method)">.<strong>extensions_for</strong>(types, library = MIME_TYPES) ⇒ Object </a>
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
</span>
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
187
|
<span class="summary_desc"><div class='inline'>
|
|
188
|
-
</div></span>
|
|
189
|
-
|
|
190
|
-
</li>
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
</ul>
|
|
194
|
-
|
|
195
|
-
<h2>
|
|
196
|
-
Instance Method Summary
|
|
197
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
198
|
-
</h2>
|
|
199
|
-
|
|
200
|
-
<ul class="summary">
|
|
201
|
-
|
|
202
|
-
<li class="public ">
|
|
203
|
-
<span class="summary_signature">
|
|
204
|
-
|
|
205
|
-
<a href="#expand-instance_method" title="#expand (instance method)">#<strong>expand</strong>(types) ⇒ Object </a>
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
</span>
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
188
|
+
</div></span>
|
|
189
|
+
|
|
190
|
+
</li>
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
</ul>
|
|
194
|
+
|
|
195
|
+
<h2>
|
|
196
|
+
Instance Method Summary
|
|
197
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
198
|
+
</h2>
|
|
199
|
+
|
|
200
|
+
<ul class="summary">
|
|
201
|
+
|
|
202
|
+
<li class="public ">
|
|
203
|
+
<span class="summary_signature">
|
|
204
|
+
|
|
205
|
+
<a href="#expand-instance_method" title="#expand (instance method)">#<strong>expand</strong>(types) ⇒ Object </a>
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
</span>
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
219
|
<span class="summary_desc"><div class='inline'>
|
|
220
|
-
</div></span>
|
|
221
|
-
|
|
222
|
-
</li>
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
<li class="public ">
|
|
226
|
-
<span class="summary_signature">
|
|
227
|
-
|
|
228
|
-
<a href="#extract_extensions-instance_method" title="#extract_extensions (instance method)">#<strong>extract_extensions</strong>(mime_types) ⇒ Object </a>
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
</span>
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
220
|
+
</div></span>
|
|
221
|
+
|
|
222
|
+
</li>
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
<li class="public ">
|
|
226
|
+
<span class="summary_signature">
|
|
227
|
+
|
|
228
|
+
<a href="#extract_extensions-instance_method" title="#extract_extensions (instance method)">#<strong>extract_extensions</strong>(mime_types) ⇒ Object </a>
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
</span>
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
242
|
<span class="summary_desc"><div class='inline'>
|
|
243
|
-
</div></span>
|
|
244
|
-
|
|
245
|
-
</li>
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
<li class="public ">
|
|
249
|
-
<span class="summary_signature">
|
|
250
|
-
|
|
251
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(library) ⇒ MimeTypeLoader </a>
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
</span>
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
<span class="note title constructor">constructor</span>
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
243
|
+
</div></span>
|
|
244
|
+
|
|
245
|
+
</li>
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
<li class="public ">
|
|
249
|
+
<span class="summary_signature">
|
|
250
|
+
|
|
251
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(library) ⇒ MimeTypeLoader </a>
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
</span>
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
<span class="note title constructor">constructor</span>
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
267
|
<span class="summary_desc"><div class='inline'><p>A new instance of MimeTypeLoader.</p>
|
|
268
|
-
</div></span>
|
|
269
|
-
|
|
270
|
-
</li>
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
</ul>
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
<div id="constructor_details" class="method_details_list">
|
|
277
|
-
<h2>Constructor Details</h2>
|
|
278
|
-
|
|
279
|
-
<div class="method_details first">
|
|
280
|
-
<h3 class="signature first" id="initialize-instance_method">
|
|
281
|
-
|
|
282
|
-
#<strong>initialize</strong>(library) ⇒ <tt><span class='object_link'><a href="" title="Utopia::Static::MimeTypeLoader (class)">MimeTypeLoader</a></span></tt>
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
</h3><div class="docstring">
|
|
289
|
-
<div class="discussion">
|
|
268
|
+
</div></span>
|
|
269
|
+
|
|
270
|
+
</li>
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
</ul>
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
<div id="constructor_details" class="method_details_list">
|
|
277
|
+
<h2>Constructor Details</h2>
|
|
278
|
+
|
|
279
|
+
<div class="method_details first">
|
|
280
|
+
<h3 class="signature first" id="initialize-instance_method">
|
|
281
|
+
|
|
282
|
+
#<strong>initialize</strong>(library) ⇒ <tt><span class='object_link'><a href="" title="Utopia::Static::MimeTypeLoader (class)">MimeTypeLoader</a></span></tt>
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
</h3><div class="docstring">
|
|
289
|
+
<div class="discussion">
|
|
290
290
|
<p>Returns a new instance of MimeTypeLoader</p>
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
</div>
|
|
294
|
-
</div>
|
|
295
|
-
<div class="tags">
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
</div><table class="source_code">
|
|
299
|
-
<tr>
|
|
300
|
-
<td>
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
</div>
|
|
294
|
+
</div>
|
|
295
|
+
<div class="tags">
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
</div><table class="source_code">
|
|
299
|
+
<tr>
|
|
300
|
+
<td>
|
|
301
301
|
<pre class="lines">
|
|
302
302
|
|
|
303
303
|
|
|
304
304
|
62
|
|
305
305
|
63
|
|
306
306
|
64
|
|
307
|
-
65</pre>
|
|
308
|
-
</td>
|
|
309
|
-
<td>
|
|
307
|
+
65</pre>
|
|
308
|
+
</td>
|
|
309
|
+
<td>
|
|
310
310
|
<pre class="code"><span class="info file"># File 'lib/utopia/static/mime_types.rb', line 62</span>
|
|
311
311
|
|
|
312
312
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_library'>library</span><span class='rparen'>)</span>
|
|
313
313
|
<span class='ivar'>@extensions</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
|
|
314
314
|
<span class='ivar'>@library</span> <span class='op'>=</span> <span class='id identifier rubyid_library'>library</span>
|
|
315
|
-
<span class='kw'>end</span></pre>
|
|
316
|
-
</td>
|
|
317
|
-
</tr>
|
|
318
|
-
</table>
|
|
319
|
-
</div>
|
|
320
|
-
|
|
321
|
-
</div>
|
|
322
|
-
|
|
323
|
-
<div id="instance_attr_details" class="attr_details">
|
|
324
|
-
<h2>Instance Attribute Details</h2>
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
<span id=""></span>
|
|
328
|
-
<div class="method_details first">
|
|
329
|
-
<h3 class="signature first" id="extensions-instance_method">
|
|
330
|
-
|
|
331
|
-
#<strong>extensions</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
</h3><div class="docstring">
|
|
338
|
-
<div class="discussion">
|
|
315
|
+
<span class='kw'>end</span></pre>
|
|
316
|
+
</td>
|
|
317
|
+
</tr>
|
|
318
|
+
</table>
|
|
319
|
+
</div>
|
|
320
|
+
|
|
321
|
+
</div>
|
|
322
|
+
|
|
323
|
+
<div id="instance_attr_details" class="attr_details">
|
|
324
|
+
<h2>Instance Attribute Details</h2>
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
<span id=""></span>
|
|
328
|
+
<div class="method_details first">
|
|
329
|
+
<h3 class="signature first" id="extensions-instance_method">
|
|
330
|
+
|
|
331
|
+
#<strong>extensions</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
</h3><div class="docstring">
|
|
338
|
+
<div class="discussion">
|
|
339
339
|
<p>Returns the value of attribute extensions</p>
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
</div>
|
|
343
|
-
</div>
|
|
344
|
-
<div class="tags">
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
</div><table class="source_code">
|
|
348
|
-
<tr>
|
|
349
|
-
<td>
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
</div>
|
|
343
|
+
</div>
|
|
344
|
+
<div class="tags">
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
</div><table class="source_code">
|
|
348
|
+
<tr>
|
|
349
|
+
<td>
|
|
350
350
|
<pre class="lines">
|
|
351
351
|
|
|
352
352
|
|
|
353
353
|
67
|
|
354
354
|
68
|
|
355
|
-
69</pre>
|
|
356
|
-
</td>
|
|
357
|
-
<td>
|
|
355
|
+
69</pre>
|
|
356
|
+
</td>
|
|
357
|
+
<td>
|
|
358
358
|
<pre class="code"><span class="info file"># File 'lib/utopia/static/mime_types.rb', line 67</span>
|
|
359
359
|
|
|
360
360
|
<span class='kw'>def</span> <span class='id identifier rubyid_extensions'>extensions</span>
|
|
361
361
|
<span class='ivar'>@extensions</span>
|
|
362
|
-
<span class='kw'>end</span></pre>
|
|
363
|
-
</td>
|
|
364
|
-
</tr>
|
|
365
|
-
</table>
|
|
366
|
-
</div>
|
|
367
|
-
|
|
368
|
-
</div>
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
<div id="class_method_details" class="method_details_list">
|
|
372
|
-
<h2>Class Method Details</h2>
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
<div class="method_details first">
|
|
376
|
-
<h3 class="signature first" id="extensions_for-class_method">
|
|
377
|
-
|
|
378
|
-
.<strong>extensions_for</strong>(types, library = MIME_TYPES) ⇒ <tt>Object</tt>
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
</h3><table class="source_code">
|
|
385
|
-
<tr>
|
|
386
|
-
<td>
|
|
362
|
+
<span class='kw'>end</span></pre>
|
|
363
|
+
</td>
|
|
364
|
+
</tr>
|
|
365
|
+
</table>
|
|
366
|
+
</div>
|
|
367
|
+
|
|
368
|
+
</div>
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
<div id="class_method_details" class="method_details_list">
|
|
372
|
+
<h2>Class Method Details</h2>
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
<div class="method_details first">
|
|
376
|
+
<h3 class="signature first" id="extensions_for-class_method">
|
|
377
|
+
|
|
378
|
+
.<strong>extensions_for</strong>(types, library = MIME_TYPES) ⇒ <tt>Object</tt>
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
</h3><table class="source_code">
|
|
385
|
+
<tr>
|
|
386
|
+
<td>
|
|
387
387
|
<pre class="lines">
|
|
388
388
|
|
|
389
389
|
|
|
@@ -391,39 +391,39 @@
|
|
|
391
391
|
70
|
|
392
392
|
71
|
|
393
393
|
72
|
|
394
|
-
73</pre>
|
|
395
|
-
</td>
|
|
396
|
-
<td>
|
|
394
|
+
73</pre>
|
|
395
|
+
</td>
|
|
396
|
+
<td>
|
|
397
397
|
<pre class="code"><span class="info file"># File 'lib/utopia/static/mime_types.rb', line 69</span>
|
|
398
398
|
|
|
399
399
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_extensions_for'>extensions_for</span><span class='lparen'>(</span><span class='id identifier rubyid_types'>types</span><span class='comma'>,</span> <span class='id identifier rubyid_library'>library</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../Static.html#MIME_TYPES-constant" title="Utopia::Static::MIME_TYPES (constant)">MIME_TYPES</a></span></span><span class='rparen'>)</span>
|
|
400
400
|
<span class='id identifier rubyid_loader'>loader</span> <span class='op'>=</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_library'>library</span><span class='rparen'>)</span>
|
|
401
401
|
<span class='id identifier rubyid_loader'>loader</span><span class='period'>.</span><span class='id identifier rubyid_expand'>expand</span><span class='lparen'>(</span><span class='id identifier rubyid_types'>types</span><span class='rparen'>)</span>
|
|
402
402
|
<span class='kw'>return</span> <span class='id identifier rubyid_loader'>loader</span><span class='period'>.</span><span class='id identifier rubyid_extensions'>extensions</span>
|
|
403
|
-
<span class='kw'>end</span></pre>
|
|
404
|
-
</td>
|
|
405
|
-
</tr>
|
|
406
|
-
</table>
|
|
407
|
-
</div>
|
|
408
|
-
|
|
409
|
-
</div>
|
|
410
|
-
|
|
411
|
-
<div id="instance_method_details" class="method_details_list">
|
|
412
|
-
<h2>Instance Method Details</h2>
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
<div class="method_details first">
|
|
416
|
-
<h3 class="signature first" id="expand-instance_method">
|
|
417
|
-
|
|
418
|
-
#<strong>expand</strong>(types) ⇒ <tt>Object</tt>
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
</h3><table class="source_code">
|
|
425
|
-
<tr>
|
|
426
|
-
<td>
|
|
403
|
+
<span class='kw'>end</span></pre>
|
|
404
|
+
</td>
|
|
405
|
+
</tr>
|
|
406
|
+
</table>
|
|
407
|
+
</div>
|
|
408
|
+
|
|
409
|
+
</div>
|
|
410
|
+
|
|
411
|
+
<div id="instance_method_details" class="method_details_list">
|
|
412
|
+
<h2>Instance Method Details</h2>
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
<div class="method_details first">
|
|
416
|
+
<h3 class="signature first" id="expand-instance_method">
|
|
417
|
+
|
|
418
|
+
#<strong>expand</strong>(types) ⇒ <tt>Object</tt>
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
</h3><table class="source_code">
|
|
425
|
+
<tr>
|
|
426
|
+
<td>
|
|
427
427
|
<pre class="lines">
|
|
428
428
|
|
|
429
429
|
|
|
@@ -452,9 +452,9 @@
|
|
|
452
452
|
108
|
|
453
453
|
109
|
|
454
454
|
110
|
|
455
|
-
111</pre>
|
|
456
|
-
</td>
|
|
457
|
-
<td>
|
|
455
|
+
111</pre>
|
|
456
|
+
</td>
|
|
457
|
+
<td>
|
|
458
458
|
<pre class="code"><span class="info file"># File 'lib/utopia/static/mime_types.rb', line 86</span>
|
|
459
459
|
|
|
460
460
|
<span class='kw'>def</span> <span class='id identifier rubyid_expand'>expand</span><span class='lparen'>(</span><span class='id identifier rubyid_types'>types</span><span class='rparen'>)</span>
|
|
@@ -482,24 +482,24 @@
|
|
|
482
482
|
<span class='id identifier rubyid_raise'>raise</span> <span class='const'><span class='object_link'><a href="MimeTypeLoader/ExpansionError.html" title="Utopia::Static::MimeTypeLoader::ExpansionError (class)">ExpansionError</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="#initialize-instance_method" title="Utopia::Static::MimeTypeLoader#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span><span class='embexpr_end'>}</span><span class='tstring_content'>: Could not find any mime type for </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_type'>type</span><span class='period'>.</span><span class='id identifier rubyid_inspect'>inspect</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
483
483
|
<span class='kw'>end</span>
|
|
484
484
|
<span class='kw'>end</span>
|
|
485
|
-
<span class='kw'>end</span></pre>
|
|
486
|
-
</td>
|
|
487
|
-
</tr>
|
|
488
|
-
</table>
|
|
489
|
-
</div>
|
|
490
|
-
|
|
491
|
-
<div class="method_details ">
|
|
492
|
-
<h3 class="signature " id="extract_extensions-instance_method">
|
|
493
|
-
|
|
494
|
-
#<strong>extract_extensions</strong>(mime_types) ⇒ <tt>Object</tt>
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
</h3><table class="source_code">
|
|
501
|
-
<tr>
|
|
502
|
-
<td>
|
|
485
|
+
<span class='kw'>end</span></pre>
|
|
486
|
+
</td>
|
|
487
|
+
</tr>
|
|
488
|
+
</table>
|
|
489
|
+
</div>
|
|
490
|
+
|
|
491
|
+
<div class="method_details ">
|
|
492
|
+
<h3 class="signature " id="extract_extensions-instance_method">
|
|
493
|
+
|
|
494
|
+
#<strong>extract_extensions</strong>(mime_types) ⇒ <tt>Object</tt>
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
</h3><table class="source_code">
|
|
501
|
+
<tr>
|
|
502
|
+
<td>
|
|
503
503
|
<pre class="lines">
|
|
504
504
|
|
|
505
505
|
|
|
@@ -509,9 +509,9 @@
|
|
|
509
509
|
78
|
|
510
510
|
79
|
|
511
511
|
80
|
|
512
|
-
81</pre>
|
|
513
|
-
</td>
|
|
514
|
-
<td>
|
|
512
|
+
81</pre>
|
|
513
|
+
</td>
|
|
514
|
+
<td>
|
|
515
515
|
<pre class="code"><span class="info file"># File 'lib/utopia/static/mime_types.rb', line 75</span>
|
|
516
516
|
|
|
517
517
|
<span class='kw'>def</span> <span class='id identifier rubyid_extract_extensions'>extract_extensions</span><span class='lparen'>(</span><span class='id identifier rubyid_mime_types'>mime_types</span><span class='rparen'>)</span>
|
|
@@ -520,22 +520,22 @@
|
|
|
520
520
|
<span class='ivar'>@extensions</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>.</span><span class='tstring_end'>"</span></span> <span class='op'>+</span> <span class='id identifier rubyid_ext'>ext</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_mime_type'>mime_type</span><span class='period'>.</span><span class='id identifier rubyid_content_type'>content_type</span>
|
|
521
521
|
<span class='kw'>end</span>
|
|
522
522
|
<span class='kw'>end</span>
|
|
523
|
-
<span class='kw'>end</span></pre>
|
|
524
|
-
</td>
|
|
525
|
-
</tr>
|
|
526
|
-
</table>
|
|
527
|
-
</div>
|
|
528
|
-
|
|
529
|
-
</div>
|
|
530
|
-
|
|
531
|
-
</div>
|
|
532
|
-
|
|
533
|
-
<div id="footer">
|
|
534
|
-
Generated on Sat Mar
|
|
535
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
536
|
-
0.9.
|
|
537
|
-
</div>
|
|
538
|
-
|
|
539
|
-
</div>
|
|
540
|
-
</body>
|
|
523
|
+
<span class='kw'>end</span></pre>
|
|
524
|
+
</td>
|
|
525
|
+
</tr>
|
|
526
|
+
</table>
|
|
527
|
+
</div>
|
|
528
|
+
|
|
529
|
+
</div>
|
|
530
|
+
|
|
531
|
+
</div>
|
|
532
|
+
|
|
533
|
+
<div id="footer">
|
|
534
|
+
Generated on Sat Mar 9 12:01:54 2019 by
|
|
535
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
536
|
+
0.9.18 (ruby-2.6.1).
|
|
537
|
+
</div>
|
|
538
|
+
|
|
539
|
+
</div>
|
|
540
|
+
</body>
|
|
541
541
|
</html>
|