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,258 +1,258 @@
|
|
|
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
|
-
Module: Utopia::Controller::Actions::ClassMethods
|
|
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::Actions::ClassMethods";
|
|
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="../Actions.html" title="Utopia::Controller::Actions (module)">Actions</a></span></span>
|
|
41
|
-
»
|
|
42
|
-
<span class="title">ClassMethods</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>Module: Utopia::Controller::Actions::ClassMethods
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
</h1>
|
|
67
|
-
<div class="box_info">
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
<dl>
|
|
80
|
-
<dt>Defined in:</dt>
|
|
81
|
-
<dd>lib/utopia/controller/actions.rb</dd>
|
|
82
|
-
</dl>
|
|
83
|
-
|
|
84
|
-
</div>
|
|
85
|
-
|
|
86
|
-
<h2>Overview</h2><div class="docstring">
|
|
87
|
-
<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
|
+
Module: Utopia::Controller::Actions::ClassMethods
|
|
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::Actions::ClassMethods";
|
|
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="../Actions.html" title="Utopia::Controller::Actions (module)">Actions</a></span></span>
|
|
41
|
+
»
|
|
42
|
+
<span class="title">ClassMethods</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>Module: Utopia::Controller::Actions::ClassMethods
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
</h1>
|
|
67
|
+
<div class="box_info">
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
<dl>
|
|
80
|
+
<dt>Defined in:</dt>
|
|
81
|
+
<dd>lib/utopia/controller/actions.rb</dd>
|
|
82
|
+
</dl>
|
|
83
|
+
|
|
84
|
+
</div>
|
|
85
|
+
|
|
86
|
+
<h2>Overview</h2><div class="docstring">
|
|
87
|
+
<div class="discussion">
|
|
88
88
|
<p>Exposed to the controller class.</p>
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
</div>
|
|
92
|
-
</div>
|
|
93
|
-
<div class="tags">
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
</div>
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
<h2>
|
|
105
|
-
Class Method Summary
|
|
106
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
107
|
-
</h2>
|
|
108
|
-
|
|
109
|
-
<ul class="summary">
|
|
110
|
-
|
|
111
|
-
<li class="public ">
|
|
112
|
-
<span class="summary_signature">
|
|
113
|
-
|
|
114
|
-
<a href="#extended-class_method" title="extended (class method)">.<strong>extended</strong>(klass) ⇒ Object </a>
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
</span>
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
</div>
|
|
92
|
+
</div>
|
|
93
|
+
<div class="tags">
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
</div>
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
<h2>
|
|
105
|
+
Class Method Summary
|
|
106
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
107
|
+
</h2>
|
|
108
|
+
|
|
109
|
+
<ul class="summary">
|
|
110
|
+
|
|
111
|
+
<li class="public ">
|
|
112
|
+
<span class="summary_signature">
|
|
113
|
+
|
|
114
|
+
<a href="#extended-class_method" title="extended (class method)">.<strong>extended</strong>(klass) ⇒ Object </a>
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
</span>
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
128
|
<span class="summary_desc"><div class='inline'>
|
|
129
|
-
</div></span>
|
|
130
|
-
|
|
131
|
-
</li>
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
</ul>
|
|
135
|
-
|
|
136
|
-
<h2>
|
|
137
|
-
Instance Method Summary
|
|
138
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
139
|
-
</h2>
|
|
140
|
-
|
|
141
|
-
<ul class="summary">
|
|
142
|
-
|
|
143
|
-
<li class="public ">
|
|
144
|
-
<span class="summary_signature">
|
|
145
|
-
|
|
146
|
-
<a href="#actions-instance_method" title="#actions (instance method)">#<strong>actions</strong> ⇒ Object </a>
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
</span>
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
129
|
+
</div></span>
|
|
130
|
+
|
|
131
|
+
</li>
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
</ul>
|
|
135
|
+
|
|
136
|
+
<h2>
|
|
137
|
+
Instance Method Summary
|
|
138
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
139
|
+
</h2>
|
|
140
|
+
|
|
141
|
+
<ul class="summary">
|
|
142
|
+
|
|
143
|
+
<li class="public ">
|
|
144
|
+
<span class="summary_signature">
|
|
145
|
+
|
|
146
|
+
<a href="#actions-instance_method" title="#actions (instance method)">#<strong>actions</strong> ⇒ Object </a>
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
</span>
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
160
|
<span class="summary_desc"><div class='inline'>
|
|
161
|
-
</div></span>
|
|
162
|
-
|
|
163
|
-
</li>
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
<li class="public ">
|
|
167
|
-
<span class="summary_signature">
|
|
168
|
-
|
|
169
|
-
<a href="#dispatch-instance_method" title="#dispatch (instance method)">#<strong>dispatch</strong>(controller, request, path) ⇒ Object </a>
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
</span>
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
161
|
+
</div></span>
|
|
162
|
+
|
|
163
|
+
</li>
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
<li class="public ">
|
|
167
|
+
<span class="summary_signature">
|
|
168
|
+
|
|
169
|
+
<a href="#dispatch-instance_method" title="#dispatch (instance method)">#<strong>dispatch</strong>(controller, request, path) ⇒ Object </a>
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
</span>
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
183
|
<span class="summary_desc"><div class='inline'>
|
|
184
|
-
</div></span>
|
|
185
|
-
|
|
186
|
-
</li>
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
<li class="public ">
|
|
190
|
-
<span class="summary_signature">
|
|
191
|
-
|
|
192
|
-
<a href="#on-instance_method" title="#on (instance method)">#<strong>on</strong>(first, *path, **options, &block) ⇒ Object </a>
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
</span>
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
184
|
+
</div></span>
|
|
185
|
+
|
|
186
|
+
</li>
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
<li class="public ">
|
|
190
|
+
<span class="summary_signature">
|
|
191
|
+
|
|
192
|
+
<a href="#on-instance_method" title="#on (instance method)">#<strong>on</strong>(first, *path, **options, &block) ⇒ Object </a>
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
</span>
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
206
|
<span class="summary_desc"><div class='inline'>
|
|
207
|
-
</div></span>
|
|
208
|
-
|
|
209
|
-
</li>
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
<li class="public ">
|
|
213
|
-
<span class="summary_signature">
|
|
214
|
-
|
|
215
|
-
<a href="#otherwise-instance_method" title="#otherwise (instance method)">#<strong>otherwise</strong>(&block) ⇒ Object </a>
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
</span>
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
207
|
+
</div></span>
|
|
208
|
+
|
|
209
|
+
</li>
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
<li class="public ">
|
|
213
|
+
<span class="summary_signature">
|
|
214
|
+
|
|
215
|
+
<a href="#otherwise-instance_method" title="#otherwise (instance method)">#<strong>otherwise</strong>(&block) ⇒ Object </a>
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
</span>
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
229
|
<span class="summary_desc"><div class='inline'>
|
|
230
|
-
</div></span>
|
|
231
|
-
|
|
232
|
-
</li>
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
</ul>
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
<div id="class_method_details" class="method_details_list">
|
|
241
|
-
<h2>Class Method Details</h2>
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
<div class="method_details first">
|
|
245
|
-
<h3 class="signature first" id="extended-class_method">
|
|
246
|
-
|
|
247
|
-
.<strong>extended</strong>(klass) ⇒ <tt>Object</tt>
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
</h3><table class="source_code">
|
|
254
|
-
<tr>
|
|
255
|
-
<td>
|
|
230
|
+
</div></span>
|
|
231
|
+
|
|
232
|
+
</li>
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
</ul>
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
<div id="class_method_details" class="method_details_list">
|
|
241
|
+
<h2>Class Method Details</h2>
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
<div class="method_details first">
|
|
245
|
+
<h3 class="signature first" id="extended-class_method">
|
|
246
|
+
|
|
247
|
+
.<strong>extended</strong>(klass) ⇒ <tt>Object</tt>
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
</h3><table class="source_code">
|
|
254
|
+
<tr>
|
|
255
|
+
<td>
|
|
256
256
|
<pre class="lines">
|
|
257
257
|
|
|
258
258
|
|
|
@@ -261,9 +261,9 @@
|
|
|
261
261
|
128
|
|
262
262
|
129
|
|
263
263
|
130
|
|
264
|
-
131</pre>
|
|
265
|
-
</td>
|
|
266
|
-
<td>
|
|
264
|
+
131</pre>
|
|
265
|
+
</td>
|
|
266
|
+
<td>
|
|
267
267
|
<pre class="code"><span class="info file"># File 'lib/utopia/controller/actions.rb', line 126</span>
|
|
268
268
|
|
|
269
269
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_extended'>extended</span><span class='lparen'>(</span><span class='id identifier rubyid_klass'>klass</span><span class='rparen'>)</span>
|
|
@@ -271,60 +271,60 @@
|
|
|
271
271
|
<span class='ivar'>@actions</span> <span class='op'>=</span> <span class='kw'>nil</span>
|
|
272
272
|
<span class='ivar'>@otherwise</span> <span class='op'>=</span> <span class='kw'>nil</span>
|
|
273
273
|
<span class='kw'>end</span>
|
|
274
|
-
<span class='kw'>end</span></pre>
|
|
275
|
-
</td>
|
|
276
|
-
</tr>
|
|
277
|
-
</table>
|
|
278
|
-
</div>
|
|
279
|
-
|
|
280
|
-
</div>
|
|
281
|
-
|
|
282
|
-
<div id="instance_method_details" class="method_details_list">
|
|
283
|
-
<h2>Instance Method Details</h2>
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
<div class="method_details first">
|
|
287
|
-
<h3 class="signature first" id="actions-instance_method">
|
|
288
|
-
|
|
289
|
-
#<strong>actions</strong> ⇒ <tt>Object</tt>
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
</h3><table class="source_code">
|
|
296
|
-
<tr>
|
|
297
|
-
<td>
|
|
274
|
+
<span class='kw'>end</span></pre>
|
|
275
|
+
</td>
|
|
276
|
+
</tr>
|
|
277
|
+
</table>
|
|
278
|
+
</div>
|
|
279
|
+
|
|
280
|
+
</div>
|
|
281
|
+
|
|
282
|
+
<div id="instance_method_details" class="method_details_list">
|
|
283
|
+
<h2>Instance Method Details</h2>
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
<div class="method_details first">
|
|
287
|
+
<h3 class="signature first" id="actions-instance_method">
|
|
288
|
+
|
|
289
|
+
#<strong>actions</strong> ⇒ <tt>Object</tt>
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
</h3><table class="source_code">
|
|
296
|
+
<tr>
|
|
297
|
+
<td>
|
|
298
298
|
<pre class="lines">
|
|
299
299
|
|
|
300
300
|
|
|
301
301
|
133
|
|
302
302
|
134
|
|
303
|
-
135</pre>
|
|
304
|
-
</td>
|
|
305
|
-
<td>
|
|
303
|
+
135</pre>
|
|
304
|
+
</td>
|
|
305
|
+
<td>
|
|
306
306
|
<pre class="code"><span class="info file"># File 'lib/utopia/controller/actions.rb', line 133</span>
|
|
307
307
|
|
|
308
308
|
<span class='kw'>def</span> <span class='id identifier rubyid_actions'>actions</span>
|
|
309
309
|
<span class='ivar'>@actions</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="Action.html" title="Utopia::Controller::Actions::Action (class)">Action</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Action.html#initialize-instance_method" title="Utopia::Controller::Actions::Action#initialize (method)">new</a></span></span>
|
|
310
|
-
<span class='kw'>end</span></pre>
|
|
311
|
-
</td>
|
|
312
|
-
</tr>
|
|
313
|
-
</table>
|
|
314
|
-
</div>
|
|
315
|
-
|
|
316
|
-
<div class="method_details ">
|
|
317
|
-
<h3 class="signature " id="dispatch-instance_method">
|
|
318
|
-
|
|
319
|
-
#<strong>dispatch</strong>(controller, request, path) ⇒ <tt>Object</tt>
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
</h3><table class="source_code">
|
|
326
|
-
<tr>
|
|
327
|
-
<td>
|
|
310
|
+
<span class='kw'>end</span></pre>
|
|
311
|
+
</td>
|
|
312
|
+
</tr>
|
|
313
|
+
</table>
|
|
314
|
+
</div>
|
|
315
|
+
|
|
316
|
+
<div class="method_details ">
|
|
317
|
+
<h3 class="signature " id="dispatch-instance_method">
|
|
318
|
+
|
|
319
|
+
#<strong>dispatch</strong>(controller, request, path) ⇒ <tt>Object</tt>
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
</h3><table class="source_code">
|
|
326
|
+
<tr>
|
|
327
|
+
<td>
|
|
328
328
|
<pre class="lines">
|
|
329
329
|
|
|
330
330
|
|
|
@@ -338,9 +338,9 @@
|
|
|
338
338
|
156
|
|
339
339
|
157
|
|
340
340
|
158
|
|
341
|
-
159</pre>
|
|
342
|
-
</td>
|
|
343
|
-
<td>
|
|
341
|
+
159</pre>
|
|
342
|
+
</td>
|
|
343
|
+
<td>
|
|
344
344
|
<pre class="code"><span class="info file"># File 'lib/utopia/controller/actions.rb', line 149</span>
|
|
345
345
|
|
|
346
346
|
<span class='kw'>def</span> <span class='id identifier rubyid_dispatch'>dispatch</span><span class='lparen'>(</span><span class='id identifier rubyid_controller'>controller</span><span class='comma'>,</span> <span class='id identifier rubyid_request'>request</span><span class='comma'>,</span> <span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span>
|
|
@@ -353,24 +353,24 @@
|
|
|
353
353
|
<span class='kw'>if</span> <span class='ivar'>@otherwise</span> <span class='kw'>and</span> <span class='op'>!</span><span class='id identifier rubyid_matched'>matched</span>
|
|
354
354
|
<span class='id identifier rubyid_controller'>controller</span><span class='period'>.</span><span class='id identifier rubyid_instance_exec'>instance_exec</span><span class='lparen'>(</span><span class='id identifier rubyid_request'>request</span><span class='comma'>,</span> <span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='op'>&</span><span class='ivar'>@otherwise</span><span class='rparen'>)</span>
|
|
355
355
|
<span class='kw'>end</span>
|
|
356
|
-
<span class='kw'>end</span></pre>
|
|
357
|
-
</td>
|
|
358
|
-
</tr>
|
|
359
|
-
</table>
|
|
360
|
-
</div>
|
|
361
|
-
|
|
362
|
-
<div class="method_details ">
|
|
363
|
-
<h3 class="signature " id="on-instance_method">
|
|
364
|
-
|
|
365
|
-
#<strong>on</strong>(first, *path, **options, &block) ⇒ <tt>Object</tt>
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
</h3><table class="source_code">
|
|
372
|
-
<tr>
|
|
373
|
-
<td>
|
|
356
|
+
<span class='kw'>end</span></pre>
|
|
357
|
+
</td>
|
|
358
|
+
</tr>
|
|
359
|
+
</table>
|
|
360
|
+
</div>
|
|
361
|
+
|
|
362
|
+
<div class="method_details ">
|
|
363
|
+
<h3 class="signature " id="on-instance_method">
|
|
364
|
+
|
|
365
|
+
#<strong>on</strong>(first, *path, **options, &block) ⇒ <tt>Object</tt>
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
</h3><table class="source_code">
|
|
372
|
+
<tr>
|
|
373
|
+
<td>
|
|
374
374
|
<pre class="lines">
|
|
375
375
|
|
|
376
376
|
|
|
@@ -380,9 +380,9 @@
|
|
|
380
380
|
140
|
|
381
381
|
141
|
|
382
382
|
142
|
|
383
|
-
143</pre>
|
|
384
|
-
</td>
|
|
385
|
-
<td>
|
|
383
|
+
143</pre>
|
|
384
|
+
</td>
|
|
385
|
+
<td>
|
|
386
386
|
<pre class="code"><span class="info file"># File 'lib/utopia/controller/actions.rb', line 137</span>
|
|
387
387
|
|
|
388
388
|
<span class='kw'>def</span> <span class='id identifier rubyid_on'>on</span><span class='lparen'>(</span><span class='id identifier rubyid_first'>first</span><span class='comma'>,</span> <span class='op'>*</span><span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='op'>**</span><span class='id identifier rubyid_options'>options</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
|
|
@@ -391,52 +391,52 @@
|
|
|
391
391
|
<span class='kw'>end</span>
|
|
392
392
|
|
|
393
393
|
<span class='id identifier rubyid_actions'>actions</span><span class='period'>.</span><span class='id identifier rubyid_define'>define</span><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="../../Path.html" title="Utopia::Path (class)">Path</a></span></span><span class='period'>.</span><span class='id identifier rubyid_split'><span class='object_link'><a href="../../Path.html#split-class_method" title="Utopia::Path.split (method)">split</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_first'>first</span><span class='rparen'>)</span> <span class='op'>+</span> <span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
|
|
394
|
-
<span class='kw'>end</span></pre>
|
|
395
|
-
</td>
|
|
396
|
-
</tr>
|
|
397
|
-
</table>
|
|
398
|
-
</div>
|
|
399
|
-
|
|
400
|
-
<div class="method_details ">
|
|
401
|
-
<h3 class="signature " id="otherwise-instance_method">
|
|
402
|
-
|
|
403
|
-
#<strong>otherwise</strong>(&block) ⇒ <tt>Object</tt>
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
</h3><table class="source_code">
|
|
410
|
-
<tr>
|
|
411
|
-
<td>
|
|
394
|
+
<span class='kw'>end</span></pre>
|
|
395
|
+
</td>
|
|
396
|
+
</tr>
|
|
397
|
+
</table>
|
|
398
|
+
</div>
|
|
399
|
+
|
|
400
|
+
<div class="method_details ">
|
|
401
|
+
<h3 class="signature " id="otherwise-instance_method">
|
|
402
|
+
|
|
403
|
+
#<strong>otherwise</strong>(&block) ⇒ <tt>Object</tt>
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
</h3><table class="source_code">
|
|
410
|
+
<tr>
|
|
411
|
+
<td>
|
|
412
412
|
<pre class="lines">
|
|
413
413
|
|
|
414
414
|
|
|
415
415
|
145
|
|
416
416
|
146
|
|
417
|
-
147</pre>
|
|
418
|
-
</td>
|
|
419
|
-
<td>
|
|
417
|
+
147</pre>
|
|
418
|
+
</td>
|
|
419
|
+
<td>
|
|
420
420
|
<pre class="code"><span class="info file"># File 'lib/utopia/controller/actions.rb', line 145</span>
|
|
421
421
|
|
|
422
422
|
<span class='kw'>def</span> <span class='id identifier rubyid_otherwise'>otherwise</span><span class='lparen'>(</span><span class='op'>&</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
|
|
423
423
|
<span class='ivar'>@otherwise</span> <span class='op'>=</span> <span class='id identifier rubyid_block'>block</span>
|
|
424
|
-
<span class='kw'>end</span></pre>
|
|
425
|
-
</td>
|
|
426
|
-
</tr>
|
|
427
|
-
</table>
|
|
428
|
-
</div>
|
|
429
|
-
|
|
430
|
-
</div>
|
|
431
|
-
|
|
432
|
-
</div>
|
|
433
|
-
|
|
434
|
-
<div id="footer">
|
|
435
|
-
Generated on Sat Mar
|
|
436
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
437
|
-
0.9.
|
|
438
|
-
</div>
|
|
439
|
-
|
|
440
|
-
</div>
|
|
441
|
-
</body>
|
|
424
|
+
<span class='kw'>end</span></pre>
|
|
425
|
+
</td>
|
|
426
|
+
</tr>
|
|
427
|
+
</table>
|
|
428
|
+
</div>
|
|
429
|
+
|
|
430
|
+
</div>
|
|
431
|
+
|
|
432
|
+
</div>
|
|
433
|
+
|
|
434
|
+
<div id="footer">
|
|
435
|
+
Generated on Sat Mar 9 12:01:52 2019 by
|
|
436
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
437
|
+
0.9.18 (ruby-2.6.1).
|
|
438
|
+
</div>
|
|
439
|
+
|
|
440
|
+
</div>
|
|
441
|
+
</body>
|
|
442
442
|
</html>
|