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,145 +1,151 @@
|
|
|
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::Redirection
|
|
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::Redirection";
|
|
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> »
|
|
40
|
-
<span class='title'><span class='object_link'><a href="../Utopia.html" title="Utopia (module)">Utopia</a></span></span>
|
|
41
|
-
»
|
|
42
|
-
<span class="title">Redirection</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::Redirection
|
|
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/redirection.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::Redirection
|
|
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::Redirection";
|
|
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> »
|
|
40
|
+
<span class='title'><span class='object_link'><a href="../Utopia.html" title="Utopia (module)">Utopia</a></span></span>
|
|
41
|
+
»
|
|
42
|
+
<span class="title">Redirection</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::Redirection
|
|
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/redirection.rb</dd>
|
|
82
|
+
</dl>
|
|
83
|
+
|
|
84
|
+
</div>
|
|
85
|
+
|
|
86
|
+
<h2>Overview</h2><div class="docstring">
|
|
87
|
+
<div class="discussion">
|
|
88
88
|
<p>A middleware which assists with redirecting from one path to another.</p>
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
</div>
|
|
92
|
-
</div>
|
|
93
|
-
<div class="tags">
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
</div><h2>Defined Under Namespace</h2>
|
|
97
|
-
<p class="children">
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Redirection/ClientRedirect.html" title="Utopia::Redirection::ClientRedirect (class)">ClientRedirect</a></span>, <span class='object_link'><a href="Redirection/DirectoryIndex.html" title="Utopia::Redirection::DirectoryIndex (class)">DirectoryIndex</a></span>, <span class='object_link'><a href="Redirection/Errors.html" title="Utopia::Redirection::Errors (class)">Errors</a></span>, <span class='object_link'><a href="Redirection/Moved.html" title="Utopia::Redirection::Moved (class)">Moved</a></span>, <span class='object_link'><a href="Redirection/RequestFailure.html" title="Utopia::Redirection::RequestFailure (class)">RequestFailure</a></span>, <span class='object_link'><a href="Redirection/Rewrite.html" title="Utopia::Redirection::Rewrite (class)">Rewrite</a></span>
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
</p>
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
<
|
|
111
|
-
|
|
112
|
-
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
</div>
|
|
92
|
+
</div>
|
|
93
|
+
<div class="tags">
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
</div><h2>Defined Under Namespace</h2>
|
|
97
|
+
<p class="children">
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Redirection/ClientRedirect.html" title="Utopia::Redirection::ClientRedirect (class)">ClientRedirect</a></span>, <span class='object_link'><a href="Redirection/DirectoryIndex.html" title="Utopia::Redirection::DirectoryIndex (class)">DirectoryIndex</a></span>, <span class='object_link'><a href="Redirection/Errors.html" title="Utopia::Redirection::Errors (class)">Errors</a></span>, <span class='object_link'><a href="Redirection/Moved.html" title="Utopia::Redirection::Moved (class)">Moved</a></span>, <span class='object_link'><a href="Redirection/RequestFailure.html" title="Utopia::Redirection::RequestFailure (class)">RequestFailure</a></span>, <span class='object_link'><a href="Redirection/Rewrite.html" title="Utopia::Redirection::Rewrite (class)">Rewrite</a></span>
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
</p>
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
<h2>
|
|
109
|
+
Constant Summary
|
|
110
|
+
<small><a href="#" class="constants_summary_toggle">collapse</a></small>
|
|
111
|
+
</h2>
|
|
112
|
+
|
|
113
|
+
<dl class="constants">
|
|
114
|
+
|
|
115
|
+
<dt id="DEFAULT_MAX_AGE-constant" class="">DEFAULT_MAX_AGE =
|
|
116
|
+
<div class="docstring">
|
|
117
|
+
<div class="discussion">
|
|
113
118
|
<p>We cache 301 redirects for 24 hours.</p>
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
</div>
|
|
117
|
-
</div>
|
|
118
|
-
<div class="tags">
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
</div>
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
</div>
|
|
122
|
+
</div>
|
|
123
|
+
<div class="tags">
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
</div>
|
|
127
|
+
</dt>
|
|
128
|
+
<dd><pre class="code"><span class='int'>3600</span><span class='op'>*</span><span class='int'>24</span></pre></dd>
|
|
129
|
+
|
|
130
|
+
</dl>
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
</div>
|
|
142
|
+
|
|
143
|
+
<div id="footer">
|
|
144
|
+
Generated on Sat Mar 9 12:01:52 2019 by
|
|
145
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
146
|
+
0.9.18 (ruby-2.6.1).
|
|
147
|
+
</div>
|
|
148
|
+
|
|
149
|
+
</div>
|
|
150
|
+
</body>
|
|
145
151
|
</html>
|
|
@@ -1,385 +1,385 @@
|
|
|
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::Redirection::ClientRedirect
|
|
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::Redirection::ClientRedirect";
|
|
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="../Redirection.html" title="Utopia::Redirection (module)">Redirection</a></span></span>
|
|
41
|
-
»
|
|
42
|
-
<span class="title">ClientRedirect</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::Redirection::ClientRedirect
|
|
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::Redirection::ClientRedirect</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/redirection.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::Redirection::ClientRedirect
|
|
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::Redirection::ClientRedirect";
|
|
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="../Redirection.html" title="Utopia::Redirection (module)">Redirection</a></span></span>
|
|
41
|
+
»
|
|
42
|
+
<span class="title">ClientRedirect</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::Redirection::ClientRedirect
|
|
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::Redirection::ClientRedirect</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/redirection.rb</dd>
|
|
98
|
+
</dl>
|
|
99
|
+
|
|
100
|
+
</div>
|
|
101
|
+
|
|
102
|
+
<h2>Overview</h2><div class="docstring">
|
|
103
|
+
<div class="discussion">
|
|
104
104
|
<p>A basic client-side redirect.</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="DirectoryIndex.html" title="Utopia::Redirection::DirectoryIndex (class)">DirectoryIndex</a></span>, <span class='object_link'><a href="Moved.html" title="Utopia::Redirection::Moved (class)">Moved</a></span>, <span class='object_link'><a href="Rewrite.html" title="Utopia::Redirection::Rewrite (class)">Rewrite</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="#max_age-instance_method" title="#max_age (instance method)">#<strong>max_age</strong> ⇒ 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="DirectoryIndex.html" title="Utopia::Redirection::DirectoryIndex (class)">DirectoryIndex</a></span>, <span class='object_link'><a href="Moved.html" title="Utopia::Redirection::Moved (class)">Moved</a></span>, <span class='object_link'><a href="Rewrite.html" title="Utopia::Redirection::Rewrite (class)">Rewrite</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="#max_age-instance_method" title="#max_age (instance method)">#<strong>max_age</strong> ⇒ 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 max_age.</p>
|
|
146
|
-
</div></span>
|
|
147
|
-
|
|
148
|
-
</li>
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
<li class="public ">
|
|
152
|
-
<span class="summary_signature">
|
|
153
|
-
|
|
154
|
-
<a href="#status-instance_method" title="#status (instance method)">#<strong>status</strong> ⇒ 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="#status-instance_method" title="#status (instance method)">#<strong>status</strong> ⇒ 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 status.</p>
|
|
174
|
-
</div></span>
|
|
175
|
-
|
|
176
|
-
</li>
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
</ul>
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
<h2>
|
|
186
|
-
Instance Method Summary
|
|
187
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
188
|
-
</h2>
|
|
189
|
-
|
|
190
|
-
<ul class="summary">
|
|
191
|
-
|
|
192
|
-
<li class="public ">
|
|
193
|
-
<span class="summary_signature">
|
|
194
|
-
|
|
195
|
-
<a href="#[]-instance_method" title="#[] (instance method)">#<strong>[]</strong>(path) ⇒ Object </a>
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
</span>
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
174
|
+
</div></span>
|
|
175
|
+
|
|
176
|
+
</li>
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
</ul>
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
<h2>
|
|
186
|
+
Instance Method Summary
|
|
187
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
188
|
+
</h2>
|
|
189
|
+
|
|
190
|
+
<ul class="summary">
|
|
191
|
+
|
|
192
|
+
<li class="public ">
|
|
193
|
+
<span class="summary_signature">
|
|
194
|
+
|
|
195
|
+
<a href="#[]-instance_method" title="#[] (instance method)">#<strong>[]</strong>(path) ⇒ Object </a>
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
</span>
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
209
|
<span class="summary_desc"><div class='inline'>
|
|
210
|
-
</div></span>
|
|
211
|
-
|
|
212
|
-
</li>
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
<li class="public ">
|
|
216
|
-
<span class="summary_signature">
|
|
217
|
-
|
|
218
|
-
<a href="#cache_control-instance_method" title="#cache_control (instance method)">#<strong>cache_control</strong> ⇒ Object </a>
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
</span>
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
210
|
+
</div></span>
|
|
211
|
+
|
|
212
|
+
</li>
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
<li class="public ">
|
|
216
|
+
<span class="summary_signature">
|
|
217
|
+
|
|
218
|
+
<a href="#cache_control-instance_method" title="#cache_control (instance method)">#<strong>cache_control</strong> ⇒ Object </a>
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
</span>
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
232
|
<span class="summary_desc"><div class='inline'>
|
|
233
|
-
</div></span>
|
|
234
|
-
|
|
235
|
-
</li>
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
<li class="public ">
|
|
239
|
-
<span class="summary_signature">
|
|
240
|
-
|
|
241
|
-
<a href="#call-instance_method" title="#call (instance method)">#<strong>call</strong>(env) ⇒ Object </a>
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
</span>
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
233
|
+
</div></span>
|
|
234
|
+
|
|
235
|
+
</li>
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
<li class="public ">
|
|
239
|
+
<span class="summary_signature">
|
|
240
|
+
|
|
241
|
+
<a href="#call-instance_method" title="#call (instance method)">#<strong>call</strong>(env) ⇒ Object </a>
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
</span>
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
255
|
<span class="summary_desc"><div class='inline'>
|
|
256
|
-
</div></span>
|
|
257
|
-
|
|
258
|
-
</li>
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
<li class="public ">
|
|
262
|
-
<span class="summary_signature">
|
|
263
|
-
|
|
264
|
-
<a href="#freeze-instance_method" title="#freeze (instance method)">#<strong>freeze</strong> ⇒ Object </a>
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
</span>
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
256
|
+
</div></span>
|
|
257
|
+
|
|
258
|
+
</li>
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
<li class="public ">
|
|
262
|
+
<span class="summary_signature">
|
|
263
|
+
|
|
264
|
+
<a href="#freeze-instance_method" title="#freeze (instance method)">#<strong>freeze</strong> ⇒ Object </a>
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
</span>
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
278
|
<span class="summary_desc"><div class='inline'>
|
|
279
|
-
</div></span>
|
|
280
|
-
|
|
281
|
-
</li>
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
<li class="public ">
|
|
285
|
-
<span class="summary_signature">
|
|
286
|
-
|
|
287
|
-
<a href="#headers-instance_method" title="#headers (instance method)">#<strong>headers</strong>(location) ⇒ Object </a>
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
</span>
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
279
|
+
</div></span>
|
|
280
|
+
|
|
281
|
+
</li>
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
<li class="public ">
|
|
285
|
+
<span class="summary_signature">
|
|
286
|
+
|
|
287
|
+
<a href="#headers-instance_method" title="#headers (instance method)">#<strong>headers</strong>(location) ⇒ Object </a>
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
</span>
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
|
|
301
301
|
<span class="summary_desc"><div class='inline'>
|
|
302
|
-
</div></span>
|
|
303
|
-
|
|
304
|
-
</li>
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
<li class="public ">
|
|
308
|
-
<span class="summary_signature">
|
|
309
|
-
|
|
310
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(app, status: 307, max_age: DEFAULT_MAX_AGE) ⇒ ClientRedirect </a>
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
</span>
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
<span class="note title constructor">constructor</span>
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
302
|
+
</div></span>
|
|
303
|
+
|
|
304
|
+
</li>
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
<li class="public ">
|
|
308
|
+
<span class="summary_signature">
|
|
309
|
+
|
|
310
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(app, status: 307, max_age: DEFAULT_MAX_AGE) ⇒ ClientRedirect </a>
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
</span>
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
<span class="note title constructor">constructor</span>
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
|
|
326
326
|
<span class="summary_desc"><div class='inline'><p>A new instance of ClientRedirect.</p>
|
|
327
|
-
</div></span>
|
|
328
|
-
|
|
329
|
-
</li>
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
<li class="public ">
|
|
333
|
-
<span class="summary_signature">
|
|
334
|
-
|
|
335
|
-
<a href="#redirect-instance_method" title="#redirect (instance method)">#<strong>redirect</strong>(location) ⇒ Object </a>
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
</span>
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
327
|
+
</div></span>
|
|
328
|
+
|
|
329
|
+
</li>
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
<li class="public ">
|
|
333
|
+
<span class="summary_signature">
|
|
334
|
+
|
|
335
|
+
<a href="#redirect-instance_method" title="#redirect (instance method)">#<strong>redirect</strong>(location) ⇒ Object </a>
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
</span>
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
|
|
349
349
|
<span class="summary_desc"><div class='inline'>
|
|
350
|
-
</div></span>
|
|
351
|
-
|
|
352
|
-
</li>
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
</ul>
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
<div id="constructor_details" class="method_details_list">
|
|
359
|
-
<h2>Constructor Details</h2>
|
|
360
|
-
|
|
361
|
-
<div class="method_details first">
|
|
362
|
-
<h3 class="signature first" id="initialize-instance_method">
|
|
363
|
-
|
|
364
|
-
#<strong>initialize</strong>(app, status: 307, max_age: DEFAULT_MAX_AGE) ⇒ <tt><span class='object_link'><a href="" title="Utopia::Redirection::ClientRedirect (class)">ClientRedirect</a></span></tt>
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
</h3><div class="docstring">
|
|
371
|
-
<div class="discussion">
|
|
350
|
+
</div></span>
|
|
351
|
+
|
|
352
|
+
</li>
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
</ul>
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
<div id="constructor_details" class="method_details_list">
|
|
359
|
+
<h2>Constructor Details</h2>
|
|
360
|
+
|
|
361
|
+
<div class="method_details first">
|
|
362
|
+
<h3 class="signature first" id="initialize-instance_method">
|
|
363
|
+
|
|
364
|
+
#<strong>initialize</strong>(app, status: 307, max_age: DEFAULT_MAX_AGE) ⇒ <tt><span class='object_link'><a href="" title="Utopia::Redirection::ClientRedirect (class)">ClientRedirect</a></span></tt>
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
</h3><div class="docstring">
|
|
371
|
+
<div class="discussion">
|
|
372
372
|
<p>Returns a new instance of ClientRedirect</p>
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
</div>
|
|
376
|
-
</div>
|
|
377
|
-
<div class="tags">
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
</div><table class="source_code">
|
|
381
|
-
<tr>
|
|
382
|
-
<td>
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
</div>
|
|
376
|
+
</div>
|
|
377
|
+
<div class="tags">
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
</div><table class="source_code">
|
|
381
|
+
<tr>
|
|
382
|
+
<td>
|
|
383
383
|
<pre class="lines">
|
|
384
384
|
|
|
385
385
|
|
|
@@ -387,191 +387,191 @@
|
|
|
387
387
|
87
|
|
388
388
|
88
|
|
389
389
|
89
|
|
390
|
-
90</pre>
|
|
391
|
-
</td>
|
|
392
|
-
<td>
|
|
390
|
+
90</pre>
|
|
391
|
+
</td>
|
|
392
|
+
<td>
|
|
393
393
|
<pre class="code"><span class="info file"># File 'lib/utopia/redirection.rb', line 86</span>
|
|
394
394
|
|
|
395
395
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_app'>app</span><span class='comma'>,</span> <span class='label'>status:</span> <span class='int'>307</span><span class='comma'>,</span> <span class='label'>max_age:</span> <span class='const'><span class='object_link'><a href="../Redirection.html#DEFAULT_MAX_AGE-constant" title="Utopia::Redirection::DEFAULT_MAX_AGE (constant)">DEFAULT_MAX_AGE</a></span></span><span class='rparen'>)</span>
|
|
396
396
|
<span class='ivar'>@app</span> <span class='op'>=</span> <span class='id identifier rubyid_app'>app</span>
|
|
397
397
|
<span class='ivar'>@status</span> <span class='op'>=</span> <span class='id identifier rubyid_status'>status</span>
|
|
398
398
|
<span class='ivar'>@max_age</span> <span class='op'>=</span> <span class='id identifier rubyid_max_age'>max_age</span>
|
|
399
|
-
<span class='kw'>end</span></pre>
|
|
400
|
-
</td>
|
|
401
|
-
</tr>
|
|
402
|
-
</table>
|
|
403
|
-
</div>
|
|
404
|
-
|
|
405
|
-
</div>
|
|
406
|
-
|
|
407
|
-
<div id="instance_attr_details" class="attr_details">
|
|
408
|
-
<h2>Instance Attribute Details</h2>
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
<span id=""></span>
|
|
412
|
-
<div class="method_details first">
|
|
413
|
-
<h3 class="signature first" id="max_age-instance_method">
|
|
414
|
-
|
|
415
|
-
#<strong>max_age</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
</h3><div class="docstring">
|
|
422
|
-
<div class="discussion">
|
|
399
|
+
<span class='kw'>end</span></pre>
|
|
400
|
+
</td>
|
|
401
|
+
</tr>
|
|
402
|
+
</table>
|
|
403
|
+
</div>
|
|
404
|
+
|
|
405
|
+
</div>
|
|
406
|
+
|
|
407
|
+
<div id="instance_attr_details" class="attr_details">
|
|
408
|
+
<h2>Instance Attribute Details</h2>
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
<span id=""></span>
|
|
412
|
+
<div class="method_details first">
|
|
413
|
+
<h3 class="signature first" id="max_age-instance_method">
|
|
414
|
+
|
|
415
|
+
#<strong>max_age</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
</h3><div class="docstring">
|
|
422
|
+
<div class="discussion">
|
|
423
423
|
<p>Returns the value of attribute max_age</p>
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
</div>
|
|
427
|
-
</div>
|
|
428
|
-
<div class="tags">
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
</div><table class="source_code">
|
|
432
|
-
<tr>
|
|
433
|
-
<td>
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
</div>
|
|
427
|
+
</div>
|
|
428
|
+
<div class="tags">
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
</div><table class="source_code">
|
|
432
|
+
<tr>
|
|
433
|
+
<td>
|
|
434
434
|
<pre class="lines">
|
|
435
435
|
|
|
436
436
|
|
|
437
437
|
102
|
|
438
438
|
103
|
|
439
|
-
104</pre>
|
|
440
|
-
</td>
|
|
441
|
-
<td>
|
|
439
|
+
104</pre>
|
|
440
|
+
</td>
|
|
441
|
+
<td>
|
|
442
442
|
<pre class="code"><span class="info file"># File 'lib/utopia/redirection.rb', line 102</span>
|
|
443
443
|
|
|
444
444
|
<span class='kw'>def</span> <span class='id identifier rubyid_max_age'>max_age</span>
|
|
445
445
|
<span class='ivar'>@max_age</span>
|
|
446
|
-
<span class='kw'>end</span></pre>
|
|
447
|
-
</td>
|
|
448
|
-
</tr>
|
|
449
|
-
</table>
|
|
450
|
-
</div>
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
<span id=""></span>
|
|
454
|
-
<div class="method_details ">
|
|
455
|
-
<h3 class="signature " id="status-instance_method">
|
|
456
|
-
|
|
457
|
-
#<strong>status</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
</h3><div class="docstring">
|
|
464
|
-
<div class="discussion">
|
|
446
|
+
<span class='kw'>end</span></pre>
|
|
447
|
+
</td>
|
|
448
|
+
</tr>
|
|
449
|
+
</table>
|
|
450
|
+
</div>
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
<span id=""></span>
|
|
454
|
+
<div class="method_details ">
|
|
455
|
+
<h3 class="signature " id="status-instance_method">
|
|
456
|
+
|
|
457
|
+
#<strong>status</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
</h3><div class="docstring">
|
|
464
|
+
<div class="discussion">
|
|
465
465
|
<p>Returns the value of attribute status</p>
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
</div>
|
|
469
|
-
</div>
|
|
470
|
-
<div class="tags">
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
</div><table class="source_code">
|
|
474
|
-
<tr>
|
|
475
|
-
<td>
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
</div>
|
|
469
|
+
</div>
|
|
470
|
+
<div class="tags">
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
</div><table class="source_code">
|
|
474
|
+
<tr>
|
|
475
|
+
<td>
|
|
476
476
|
<pre class="lines">
|
|
477
477
|
|
|
478
478
|
|
|
479
479
|
101
|
|
480
480
|
102
|
|
481
|
-
103</pre>
|
|
482
|
-
</td>
|
|
483
|
-
<td>
|
|
481
|
+
103</pre>
|
|
482
|
+
</td>
|
|
483
|
+
<td>
|
|
484
484
|
<pre class="code"><span class="info file"># File 'lib/utopia/redirection.rb', line 101</span>
|
|
485
485
|
|
|
486
486
|
<span class='kw'>def</span> <span class='id identifier rubyid_status'>status</span>
|
|
487
487
|
<span class='ivar'>@status</span>
|
|
488
|
-
<span class='kw'>end</span></pre>
|
|
489
|
-
</td>
|
|
490
|
-
</tr>
|
|
491
|
-
</table>
|
|
492
|
-
</div>
|
|
493
|
-
|
|
494
|
-
</div>
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
<div id="instance_method_details" class="method_details_list">
|
|
498
|
-
<h2>Instance Method Details</h2>
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
<div class="method_details first">
|
|
502
|
-
<h3 class="signature first" id="[]-instance_method">
|
|
503
|
-
|
|
504
|
-
#<strong>[]</strong>(path) ⇒ <tt>Object</tt>
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
</h3><table class="source_code">
|
|
511
|
-
<tr>
|
|
512
|
-
<td>
|
|
488
|
+
<span class='kw'>end</span></pre>
|
|
489
|
+
</td>
|
|
490
|
+
</tr>
|
|
491
|
+
</table>
|
|
492
|
+
</div>
|
|
493
|
+
|
|
494
|
+
</div>
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
<div id="instance_method_details" class="method_details_list">
|
|
498
|
+
<h2>Instance Method Details</h2>
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
<div class="method_details first">
|
|
502
|
+
<h3 class="signature first" id="[]-instance_method">
|
|
503
|
+
|
|
504
|
+
#<strong>[]</strong>(path) ⇒ <tt>Object</tt>
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
</h3><table class="source_code">
|
|
511
|
+
<tr>
|
|
512
|
+
<td>
|
|
513
513
|
<pre class="lines">
|
|
514
514
|
|
|
515
515
|
|
|
516
516
|
117
|
|
517
517
|
118
|
|
518
|
-
119</pre>
|
|
519
|
-
</td>
|
|
520
|
-
<td>
|
|
518
|
+
119</pre>
|
|
519
|
+
</td>
|
|
520
|
+
<td>
|
|
521
521
|
<pre class="code"><span class="info file"># File 'lib/utopia/redirection.rb', line 117</span>
|
|
522
522
|
|
|
523
523
|
<span class='kw'>def</span> <span class='op'>[]</span> <span class='id identifier rubyid_path'>path</span>
|
|
524
524
|
<span class='kw'>false</span>
|
|
525
|
-
<span class='kw'>end</span></pre>
|
|
526
|
-
</td>
|
|
527
|
-
</tr>
|
|
528
|
-
</table>
|
|
529
|
-
</div>
|
|
530
|
-
|
|
531
|
-
<div class="method_details ">
|
|
532
|
-
<h3 class="signature " id="cache_control-instance_method">
|
|
533
|
-
|
|
534
|
-
#<strong>cache_control</strong> ⇒ <tt>Object</tt>
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
</h3><table class="source_code">
|
|
541
|
-
<tr>
|
|
542
|
-
<td>
|
|
525
|
+
<span class='kw'>end</span></pre>
|
|
526
|
+
</td>
|
|
527
|
+
</tr>
|
|
528
|
+
</table>
|
|
529
|
+
</div>
|
|
530
|
+
|
|
531
|
+
<div class="method_details ">
|
|
532
|
+
<h3 class="signature " id="cache_control-instance_method">
|
|
533
|
+
|
|
534
|
+
#<strong>cache_control</strong> ⇒ <tt>Object</tt>
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
</h3><table class="source_code">
|
|
541
|
+
<tr>
|
|
542
|
+
<td>
|
|
543
543
|
<pre class="lines">
|
|
544
544
|
|
|
545
545
|
|
|
546
546
|
104
|
|
547
547
|
105
|
|
548
548
|
106
|
|
549
|
-
107</pre>
|
|
550
|
-
</td>
|
|
551
|
-
<td>
|
|
549
|
+
107</pre>
|
|
550
|
+
</td>
|
|
551
|
+
<td>
|
|
552
552
|
<pre class="code"><span class="info file"># File 'lib/utopia/redirection.rb', line 104</span>
|
|
553
553
|
|
|
554
554
|
<span class='kw'>def</span> <span class='id identifier rubyid_cache_control'>cache_control</span>
|
|
555
555
|
<span class='comment'># http://jacquesmattheij.com/301-redirects-a-dangerous-one-way-street
|
|
556
556
|
</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>max-age=</span><span class='embexpr_beg'>#{</span><span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_max_age'>max_age</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span>
|
|
557
|
-
<span class='kw'>end</span></pre>
|
|
558
|
-
</td>
|
|
559
|
-
</tr>
|
|
560
|
-
</table>
|
|
561
|
-
</div>
|
|
562
|
-
|
|
563
|
-
<div class="method_details ">
|
|
564
|
-
<h3 class="signature " id="call-instance_method">
|
|
565
|
-
|
|
566
|
-
#<strong>call</strong>(env) ⇒ <tt>Object</tt>
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
</h3><table class="source_code">
|
|
573
|
-
<tr>
|
|
574
|
-
<td>
|
|
557
|
+
<span class='kw'>end</span></pre>
|
|
558
|
+
</td>
|
|
559
|
+
</tr>
|
|
560
|
+
</table>
|
|
561
|
+
</div>
|
|
562
|
+
|
|
563
|
+
<div class="method_details ">
|
|
564
|
+
<h3 class="signature " id="call-instance_method">
|
|
565
|
+
|
|
566
|
+
#<strong>call</strong>(env) ⇒ <tt>Object</tt>
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
</h3><table class="source_code">
|
|
573
|
+
<tr>
|
|
574
|
+
<td>
|
|
575
575
|
<pre class="lines">
|
|
576
576
|
|
|
577
577
|
|
|
@@ -583,9 +583,9 @@
|
|
|
583
583
|
126
|
|
584
584
|
127
|
|
585
585
|
128
|
|
586
|
-
129</pre>
|
|
587
|
-
</td>
|
|
588
|
-
<td>
|
|
586
|
+
129</pre>
|
|
587
|
+
</td>
|
|
588
|
+
<td>
|
|
589
589
|
<pre class="code"><span class="info file"># File 'lib/utopia/redirection.rb', line 121</span>
|
|
590
590
|
|
|
591
591
|
<span class='kw'>def</span> <span class='id identifier rubyid_call'>call</span><span class='lparen'>(</span><span class='id identifier rubyid_env'>env</span><span class='rparen'>)</span>
|
|
@@ -596,24 +596,24 @@
|
|
|
596
596
|
<span class='kw'>end</span>
|
|
597
597
|
|
|
598
598
|
<span class='kw'>return</span> <span class='ivar'>@app</span><span class='period'>.</span><span class='id identifier rubyid_call'>call</span><span class='lparen'>(</span><span class='id identifier rubyid_env'>env</span><span class='rparen'>)</span>
|
|
599
|
-
<span class='kw'>end</span></pre>
|
|
600
|
-
</td>
|
|
601
|
-
</tr>
|
|
602
|
-
</table>
|
|
603
|
-
</div>
|
|
604
|
-
|
|
605
|
-
<div class="method_details ">
|
|
606
|
-
<h3 class="signature " id="freeze-instance_method">
|
|
607
|
-
|
|
608
|
-
#<strong>freeze</strong> ⇒ <tt>Object</tt>
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
</h3><table class="source_code">
|
|
615
|
-
<tr>
|
|
616
|
-
<td>
|
|
599
|
+
<span class='kw'>end</span></pre>
|
|
600
|
+
</td>
|
|
601
|
+
</tr>
|
|
602
|
+
</table>
|
|
603
|
+
</div>
|
|
604
|
+
|
|
605
|
+
<div class="method_details ">
|
|
606
|
+
<h3 class="signature " id="freeze-instance_method">
|
|
607
|
+
|
|
608
|
+
#<strong>freeze</strong> ⇒ <tt>Object</tt>
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
</h3><table class="source_code">
|
|
615
|
+
<tr>
|
|
616
|
+
<td>
|
|
617
617
|
<pre class="lines">
|
|
618
618
|
|
|
619
619
|
|
|
@@ -624,9 +624,9 @@
|
|
|
624
624
|
96
|
|
625
625
|
97
|
|
626
626
|
98
|
|
627
|
-
99</pre>
|
|
628
|
-
</td>
|
|
629
|
-
<td>
|
|
627
|
+
99</pre>
|
|
628
|
+
</td>
|
|
629
|
+
<td>
|
|
630
630
|
<pre class="code"><span class="info file"># File 'lib/utopia/redirection.rb', line 92</span>
|
|
631
631
|
|
|
632
632
|
<span class='kw'>def</span> <span class='id identifier rubyid_freeze'>freeze</span>
|
|
@@ -636,82 +636,82 @@
|
|
|
636
636
|
<span class='ivar'>@max_age</span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span>
|
|
637
637
|
|
|
638
638
|
<span class='kw'>super</span>
|
|
639
|
-
<span class='kw'>end</span></pre>
|
|
640
|
-
</td>
|
|
641
|
-
</tr>
|
|
642
|
-
</table>
|
|
643
|
-
</div>
|
|
644
|
-
|
|
645
|
-
<div class="method_details ">
|
|
646
|
-
<h3 class="signature " id="headers-instance_method">
|
|
647
|
-
|
|
648
|
-
#<strong>headers</strong>(location) ⇒ <tt>Object</tt>
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
</h3><table class="source_code">
|
|
655
|
-
<tr>
|
|
656
|
-
<td>
|
|
639
|
+
<span class='kw'>end</span></pre>
|
|
640
|
+
</td>
|
|
641
|
+
</tr>
|
|
642
|
+
</table>
|
|
643
|
+
</div>
|
|
644
|
+
|
|
645
|
+
<div class="method_details ">
|
|
646
|
+
<h3 class="signature " id="headers-instance_method">
|
|
647
|
+
|
|
648
|
+
#<strong>headers</strong>(location) ⇒ <tt>Object</tt>
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
</h3><table class="source_code">
|
|
655
|
+
<tr>
|
|
656
|
+
<td>
|
|
657
657
|
<pre class="lines">
|
|
658
658
|
|
|
659
659
|
|
|
660
660
|
109
|
|
661
661
|
110
|
|
662
|
-
111</pre>
|
|
663
|
-
</td>
|
|
664
|
-
<td>
|
|
662
|
+
111</pre>
|
|
663
|
+
</td>
|
|
664
|
+
<td>
|
|
665
665
|
<pre class="code"><span class="info file"># File 'lib/utopia/redirection.rb', line 109</span>
|
|
666
666
|
|
|
667
667
|
<span class='kw'>def</span> <span class='id identifier rubyid_headers'>headers</span><span class='lparen'>(</span><span class='id identifier rubyid_location'>location</span><span class='rparen'>)</span>
|
|
668
668
|
<span class='lbrace'>{</span><span class='const'><span class='object_link'><a href="../HTTP.html" title="Utopia::HTTP (module)">HTTP</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../HTTP.html#LOCATION-constant" title="Utopia::HTTP::LOCATION (constant)">LOCATION</a></span></span> <span class='op'>=></span> <span class='id identifier rubyid_location'>location</span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="../HTTP.html" title="Utopia::HTTP (module)">HTTP</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../HTTP.html#CACHE_CONTROL-constant" title="Utopia::HTTP::CACHE_CONTROL (constant)">CACHE_CONTROL</a></span></span> <span class='op'>=></span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_cache_control'>cache_control</span><span class='rbrace'>}</span>
|
|
669
|
-
<span class='kw'>end</span></pre>
|
|
670
|
-
</td>
|
|
671
|
-
</tr>
|
|
672
|
-
</table>
|
|
673
|
-
</div>
|
|
674
|
-
|
|
675
|
-
<div class="method_details ">
|
|
676
|
-
<h3 class="signature " id="redirect-instance_method">
|
|
677
|
-
|
|
678
|
-
#<strong>redirect</strong>(location) ⇒ <tt>Object</tt>
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
</h3><table class="source_code">
|
|
685
|
-
<tr>
|
|
686
|
-
<td>
|
|
669
|
+
<span class='kw'>end</span></pre>
|
|
670
|
+
</td>
|
|
671
|
+
</tr>
|
|
672
|
+
</table>
|
|
673
|
+
</div>
|
|
674
|
+
|
|
675
|
+
<div class="method_details ">
|
|
676
|
+
<h3 class="signature " id="redirect-instance_method">
|
|
677
|
+
|
|
678
|
+
#<strong>redirect</strong>(location) ⇒ <tt>Object</tt>
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
</h3><table class="source_code">
|
|
685
|
+
<tr>
|
|
686
|
+
<td>
|
|
687
687
|
<pre class="lines">
|
|
688
688
|
|
|
689
689
|
|
|
690
690
|
113
|
|
691
691
|
114
|
|
692
|
-
115</pre>
|
|
693
|
-
</td>
|
|
694
|
-
<td>
|
|
692
|
+
115</pre>
|
|
693
|
+
</td>
|
|
694
|
+
<td>
|
|
695
695
|
<pre class="code"><span class="info file"># File 'lib/utopia/redirection.rb', line 113</span>
|
|
696
696
|
|
|
697
697
|
<span class='kw'>def</span> <span class='id identifier rubyid_redirect'>redirect</span><span class='lparen'>(</span><span class='id identifier rubyid_location'>location</span><span class='rparen'>)</span>
|
|
698
698
|
<span class='kw'>return</span> <span class='lbracket'>[</span><span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_status'>status</span><span class='comma'>,</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_headers'>headers</span><span class='lparen'>(</span><span class='id identifier rubyid_location'>location</span><span class='rparen'>)</span><span class='comma'>,</span> <span class='lbracket'>[</span><span class='rbracket'>]</span><span class='rbracket'>]</span>
|
|
699
|
-
<span class='kw'>end</span></pre>
|
|
700
|
-
</td>
|
|
701
|
-
</tr>
|
|
702
|
-
</table>
|
|
703
|
-
</div>
|
|
704
|
-
|
|
705
|
-
</div>
|
|
706
|
-
|
|
707
|
-
</div>
|
|
708
|
-
|
|
709
|
-
<div id="footer">
|
|
710
|
-
Generated on Sat Mar
|
|
711
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
712
|
-
0.9.
|
|
713
|
-
</div>
|
|
714
|
-
|
|
715
|
-
</div>
|
|
716
|
-
</body>
|
|
699
|
+
<span class='kw'>end</span></pre>
|
|
700
|
+
</td>
|
|
701
|
+
</tr>
|
|
702
|
+
</table>
|
|
703
|
+
</div>
|
|
704
|
+
|
|
705
|
+
</div>
|
|
706
|
+
|
|
707
|
+
</div>
|
|
708
|
+
|
|
709
|
+
<div id="footer">
|
|
710
|
+
Generated on Sat Mar 9 12:01:53 2019 by
|
|
711
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
712
|
+
0.9.18 (ruby-2.6.1).
|
|
713
|
+
</div>
|
|
714
|
+
|
|
715
|
+
</div>
|
|
716
|
+
</body>
|
|
717
717
|
</html>
|