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,341 +1,347 @@
|
|
|
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::Exceptions::Mailer
|
|
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::Exceptions::Mailer";
|
|
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="../Exceptions.html" title="Utopia::Exceptions (module)">Exceptions</a></span></span>
|
|
41
|
-
»
|
|
42
|
-
<span class="title">Mailer</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::Exceptions::Mailer
|
|
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::Exceptions::Mailer</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/exceptions/mailer.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::Exceptions::Mailer
|
|
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::Exceptions::Mailer";
|
|
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="../Exceptions.html" title="Utopia::Exceptions (module)">Exceptions</a></span></span>
|
|
41
|
+
»
|
|
42
|
+
<span class="title">Mailer</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::Exceptions::Mailer
|
|
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::Exceptions::Mailer</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/exceptions/mailer.rb</dd>
|
|
98
|
+
</dl>
|
|
99
|
+
|
|
100
|
+
</div>
|
|
101
|
+
|
|
102
|
+
<h2>Overview</h2><div class="docstring">
|
|
103
|
+
<div class="discussion">
|
|
104
104
|
<p>A middleware which catches all exceptions raised from the app it wraps and sends a useful email with the exception, stacktrace, and contents of the environment.</p>
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
</div>
|
|
108
|
-
</div>
|
|
109
|
-
<div class="tags">
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
</div>
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
<
|
|
117
|
-
|
|
118
|
-
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
</div>
|
|
108
|
+
</div>
|
|
109
|
+
<div class="tags">
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
</div>
|
|
113
|
+
|
|
114
|
+
<h2>
|
|
115
|
+
Constant Summary
|
|
116
|
+
<small><a href="#" class="constants_summary_toggle">collapse</a></small>
|
|
117
|
+
</h2>
|
|
118
|
+
|
|
119
|
+
<dl class="constants">
|
|
120
|
+
|
|
121
|
+
<dt id="LOCAL_SMTP-constant" class="">LOCAL_SMTP =
|
|
122
|
+
<div class="docstring">
|
|
123
|
+
<div class="discussion">
|
|
119
124
|
<p>A basic local non-authenticated SMTP server.</p>
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
</div>
|
|
123
|
-
</div>
|
|
124
|
-
<div class="tags">
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
</div>
|
|
128
|
-
|
|
129
|
-
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
</div>
|
|
128
|
+
</div>
|
|
129
|
+
<div class="tags">
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
</div>
|
|
133
|
+
</dt>
|
|
134
|
+
<dd><pre class="code"><span class='lbracket'>[</span><span class='symbol'>:smtp</span><span class='comma'>,</span> <span class='lbrace'>{</span>
|
|
130
135
|
<span class='symbol'>:address</span> <span class='op'>=></span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>localhost</span><span class='tstring_end'>"</span></span><span class='comma'>,</span>
|
|
131
136
|
<span class='symbol'>:port</span> <span class='op'>=></span> <span class='int'>25</span><span class='comma'>,</span>
|
|
132
137
|
<span class='symbol'>:enable_starttls_auto</span> <span class='op'>=></span> <span class='kw'>false</span>
|
|
133
|
-
<span class='rbrace'>}</span><span class='rbracket'>]</span></pre></dd>
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
138
|
+
<span class='rbrace'>}</span><span class='rbracket'>]</span></pre></dd>
|
|
139
|
+
|
|
140
|
+
<dt id="DEFAULT_FROM-constant" class="">DEFAULT_FROM =
|
|
141
|
+
|
|
142
|
+
</dt>
|
|
143
|
+
<dd><pre class="code"><span class='lparen'>(</span><span class='const'>ENV</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>USER</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span> <span class='op'>||</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>utopia</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
|
|
144
|
+
|
|
145
|
+
<dt id="DEFAULT_SUBJECT-constant" class="">DEFAULT_SUBJECT =
|
|
146
|
+
|
|
147
|
+
</dt>
|
|
148
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>%{exception} [PID %{pid} : %{cwd}]</span><span class='tstring_end'>'</span></span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
|
|
149
|
+
|
|
150
|
+
</dl>
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
<h2>
|
|
161
|
+
Instance Method Summary
|
|
162
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
163
|
+
</h2>
|
|
164
|
+
|
|
165
|
+
<ul class="summary">
|
|
166
|
+
|
|
167
|
+
<li class="public ">
|
|
168
|
+
<span class="summary_signature">
|
|
169
|
+
|
|
170
|
+
<a href="#call-instance_method" title="#call (instance method)">#<strong>call</strong>(env) ⇒ Object </a>
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
</span>
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
178
184
|
<span class="summary_desc"><div class='inline'>
|
|
179
|
-
</div></span>
|
|
180
|
-
|
|
181
|
-
</li>
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
<li class="public ">
|
|
185
|
-
<span class="summary_signature">
|
|
186
|
-
|
|
187
|
-
<a href="#freeze-instance_method" title="#freeze (instance method)">#<strong>freeze</strong> ⇒ Object </a>
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
</span>
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
185
|
+
</div></span>
|
|
186
|
+
|
|
187
|
+
</li>
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
<li class="public ">
|
|
191
|
+
<span class="summary_signature">
|
|
192
|
+
|
|
193
|
+
<a href="#freeze-instance_method" title="#freeze (instance method)">#<strong>freeze</strong> ⇒ Object </a>
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
</span>
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
201
207
|
<span class="summary_desc"><div class='inline'>
|
|
202
|
-
</div></span>
|
|
203
|
-
|
|
204
|
-
</li>
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
<li class="public ">
|
|
208
|
-
<span class="summary_signature">
|
|
209
|
-
|
|
210
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(app, to: "postmaster", from: DEFAULT_FROM, subject: DEFAULT_SUBJECT, delivery_method: LOCAL_SMTP, dump_environment: false) ⇒ Mailer </a>
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
</span>
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
<span class="note title constructor">constructor</span>
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
208
|
+
</div></span>
|
|
209
|
+
|
|
210
|
+
</li>
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
<li class="public ">
|
|
214
|
+
<span class="summary_signature">
|
|
215
|
+
|
|
216
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(app, to: "postmaster", from: DEFAULT_FROM, subject: DEFAULT_SUBJECT, delivery_method: LOCAL_SMTP, dump_environment: false) ⇒ Mailer </a>
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
</span>
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
<span class="note title constructor">constructor</span>
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
226
232
|
<span class="summary_desc"><div class='inline'><p>A new instance of Mailer.</p>
|
|
227
|
-
</div></span>
|
|
228
|
-
|
|
229
|
-
</li>
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
</ul>
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
<div id="constructor_details" class="method_details_list">
|
|
236
|
-
<h2>Constructor Details</h2>
|
|
237
|
-
|
|
238
|
-
<div class="method_details first">
|
|
239
|
-
<h3 class="signature first" id="initialize-instance_method">
|
|
240
|
-
|
|
241
|
-
#<strong>initialize</strong>(app, to: "postmaster", from: DEFAULT_FROM, subject: DEFAULT_SUBJECT, delivery_method: LOCAL_SMTP, dump_environment: false) ⇒ <tt><span class='object_link'><a href="" title="Utopia::Exceptions::Mailer (class)">Mailer</a></span></tt>
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
</h3><div class="docstring">
|
|
248
|
-
<div class="discussion">
|
|
233
|
+
</div></span>
|
|
234
|
+
|
|
235
|
+
</li>
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
</ul>
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
<div id="constructor_details" class="method_details_list">
|
|
242
|
+
<h2>Constructor Details</h2>
|
|
243
|
+
|
|
244
|
+
<div class="method_details first">
|
|
245
|
+
<h3 class="signature first" id="initialize-instance_method">
|
|
246
|
+
|
|
247
|
+
#<strong>initialize</strong>(app, to: "postmaster", from: DEFAULT_FROM, subject: DEFAULT_SUBJECT, delivery_method: LOCAL_SMTP, dump_environment: false) ⇒ <tt><span class='object_link'><a href="" title="Utopia::Exceptions::Mailer (class)">Mailer</a></span></tt>
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
</h3><div class="docstring">
|
|
254
|
+
<div class="discussion">
|
|
249
255
|
<p>Returns a new instance of Mailer</p>
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
</div>
|
|
253
|
-
</div>
|
|
254
|
-
<div class="tags">
|
|
255
|
-
<p class="tag_title">Parameters:</p>
|
|
256
|
-
<ul class="param">
|
|
257
|
-
|
|
258
|
-
<li>
|
|
259
|
-
|
|
260
|
-
<span class='name'>to</span>
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
<span class='type'>(<tt>String</tt>)</span>
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
—
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
</div>
|
|
259
|
+
</div>
|
|
260
|
+
<div class="tags">
|
|
261
|
+
<p class="tag_title">Parameters:</p>
|
|
262
|
+
<ul class="param">
|
|
263
|
+
|
|
264
|
+
<li>
|
|
265
|
+
|
|
266
|
+
<span class='name'>to</span>
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
<span class='type'>(<tt>String</tt>)</span>
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
—
|
|
268
274
|
<div class='inline'><p>The address to email error reports to.</p>
|
|
269
|
-
</div>
|
|
270
|
-
|
|
271
|
-
</li>
|
|
272
|
-
|
|
273
|
-
<li>
|
|
274
|
-
|
|
275
|
-
<span class='name'>from</span>
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
<span class='type'>(<tt>String</tt>)</span>
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
—
|
|
275
|
+
</div>
|
|
276
|
+
|
|
277
|
+
</li>
|
|
278
|
+
|
|
279
|
+
<li>
|
|
280
|
+
|
|
281
|
+
<span class='name'>from</span>
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
<span class='type'>(<tt>String</tt>)</span>
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
—
|
|
283
289
|
<div class='inline'><p>The from address for error reports.</p>
|
|
284
|
-
</div>
|
|
285
|
-
|
|
286
|
-
</li>
|
|
287
|
-
|
|
288
|
-
<li>
|
|
289
|
-
|
|
290
|
-
<span class='name'>subject</span>
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
<span class='type'>(<tt>String</tt>)</span>
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
—
|
|
290
|
+
</div>
|
|
291
|
+
|
|
292
|
+
</li>
|
|
293
|
+
|
|
294
|
+
<li>
|
|
295
|
+
|
|
296
|
+
<span class='name'>subject</span>
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
<span class='type'>(<tt>String</tt>)</span>
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
—
|
|
298
304
|
<div class='inline'><p>The subject template which can access attributes defined by <code>#attributes_for</code>.</p>
|
|
299
|
-
</div>
|
|
300
|
-
|
|
301
|
-
</li>
|
|
302
|
-
|
|
303
|
-
<li>
|
|
304
|
-
|
|
305
|
-
<span class='name'>delivery_method</span>
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
<span class='type'>(<tt>Object</tt>)</span>
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
—
|
|
305
|
+
</div>
|
|
306
|
+
|
|
307
|
+
</li>
|
|
308
|
+
|
|
309
|
+
<li>
|
|
310
|
+
|
|
311
|
+
<span class='name'>delivery_method</span>
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
<span class='type'>(<tt>Object</tt>)</span>
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
—
|
|
313
319
|
<div class='inline'><p>The delivery method as required by the mail gem.</p>
|
|
314
|
-
</div>
|
|
315
|
-
|
|
316
|
-
</li>
|
|
317
|
-
|
|
318
|
-
<li>
|
|
319
|
-
|
|
320
|
-
<span class='name'>dump_environment</span>
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
<span class='type'>(<tt>Boolean</tt>)</span>
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
—
|
|
320
|
+
</div>
|
|
321
|
+
|
|
322
|
+
</li>
|
|
323
|
+
|
|
324
|
+
<li>
|
|
325
|
+
|
|
326
|
+
<span class='name'>dump_environment</span>
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
<span class='type'>(<tt>Boolean</tt>)</span>
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
—
|
|
328
334
|
<div class='inline'><p>Attach <code>env</code> as <code>environment.yaml</code> to the error report.</p>
|
|
329
|
-
</div>
|
|
330
|
-
|
|
331
|
-
</li>
|
|
332
|
-
|
|
333
|
-
</ul>
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
</div><table class="source_code">
|
|
337
|
-
<tr>
|
|
338
|
-
<td>
|
|
335
|
+
</div>
|
|
336
|
+
|
|
337
|
+
</li>
|
|
338
|
+
|
|
339
|
+
</ul>
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
</div><table class="source_code">
|
|
343
|
+
<tr>
|
|
344
|
+
<td>
|
|
339
345
|
<pre class="lines">
|
|
340
346
|
|
|
341
347
|
|
|
@@ -347,9 +353,9 @@
|
|
|
347
353
|
48
|
|
348
354
|
49
|
|
349
355
|
50
|
|
350
|
-
51</pre>
|
|
351
|
-
</td>
|
|
352
|
-
<td>
|
|
356
|
+
51</pre>
|
|
357
|
+
</td>
|
|
358
|
+
<td>
|
|
353
359
|
<pre class="code"><span class="info file"># File 'lib/utopia/exceptions/mailer.rb', line 43</span>
|
|
354
360
|
|
|
355
361
|
<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'>to:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>postmaster</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>from:</span> <span class='const'><span class='object_link'><a href="#DEFAULT_FROM-constant" title="Utopia::Exceptions::Mailer::DEFAULT_FROM (constant)">DEFAULT_FROM</a></span></span><span class='comma'>,</span> <span class='label'>subject:</span> <span class='const'><span class='object_link'><a href="#DEFAULT_SUBJECT-constant" title="Utopia::Exceptions::Mailer::DEFAULT_SUBJECT (constant)">DEFAULT_SUBJECT</a></span></span><span class='comma'>,</span> <span class='label'>delivery_method:</span> <span class='const'><span class='object_link'><a href="#LOCAL_SMTP-constant" title="Utopia::Exceptions::Mailer::LOCAL_SMTP (constant)">LOCAL_SMTP</a></span></span><span class='comma'>,</span> <span class='label'>dump_environment:</span> <span class='kw'>false</span><span class='rparen'>)</span>
|
|
@@ -360,31 +366,31 @@
|
|
|
360
366
|
<span class='ivar'>@subject</span> <span class='op'>=</span> <span class='id identifier rubyid_subject'>subject</span>
|
|
361
367
|
<span class='ivar'>@delivery_method</span> <span class='op'>=</span> <span class='id identifier rubyid_delivery_method'>delivery_method</span>
|
|
362
368
|
<span class='ivar'>@dump_environment</span> <span class='op'>=</span> <span class='id identifier rubyid_dump_environment'>dump_environment</span>
|
|
363
|
-
<span class='kw'>end</span></pre>
|
|
364
|
-
</td>
|
|
365
|
-
</tr>
|
|
366
|
-
</table>
|
|
367
|
-
</div>
|
|
368
|
-
|
|
369
|
-
</div>
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
<div id="instance_method_details" class="method_details_list">
|
|
373
|
-
<h2>Instance Method Details</h2>
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
<div class="method_details first">
|
|
377
|
-
<h3 class="signature first" id="call-instance_method">
|
|
378
|
-
|
|
379
|
-
#<strong>call</strong>(env) ⇒ <tt>Object</tt>
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
</h3><table class="source_code">
|
|
386
|
-
<tr>
|
|
387
|
-
<td>
|
|
369
|
+
<span class='kw'>end</span></pre>
|
|
370
|
+
</td>
|
|
371
|
+
</tr>
|
|
372
|
+
</table>
|
|
373
|
+
</div>
|
|
374
|
+
|
|
375
|
+
</div>
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
<div id="instance_method_details" class="method_details_list">
|
|
379
|
+
<h2>Instance Method Details</h2>
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
<div class="method_details first">
|
|
383
|
+
<h3 class="signature first" id="call-instance_method">
|
|
384
|
+
|
|
385
|
+
#<strong>call</strong>(env) ⇒ <tt>Object</tt>
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
</h3><table class="source_code">
|
|
392
|
+
<tr>
|
|
393
|
+
<td>
|
|
388
394
|
<pre class="lines">
|
|
389
395
|
|
|
390
396
|
|
|
@@ -396,9 +402,9 @@
|
|
|
396
402
|
70
|
|
397
403
|
71
|
|
398
404
|
72
|
|
399
|
-
73</pre>
|
|
400
|
-
</td>
|
|
401
|
-
<td>
|
|
405
|
+
73</pre>
|
|
406
|
+
</td>
|
|
407
|
+
<td>
|
|
402
408
|
<pre class="code"><span class="info file"># File 'lib/utopia/exceptions/mailer.rb', line 65</span>
|
|
403
409
|
|
|
404
410
|
<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>
|
|
@@ -409,24 +415,24 @@
|
|
|
409
415
|
|
|
410
416
|
<span class='id identifier rubyid_raise'>raise</span>
|
|
411
417
|
<span class='kw'>end</span>
|
|
412
|
-
<span class='kw'>end</span></pre>
|
|
413
|
-
</td>
|
|
414
|
-
</tr>
|
|
415
|
-
</table>
|
|
416
|
-
</div>
|
|
417
|
-
|
|
418
|
-
<div class="method_details ">
|
|
419
|
-
<h3 class="signature " id="freeze-instance_method">
|
|
420
|
-
|
|
421
|
-
#<strong>freeze</strong> ⇒ <tt>Object</tt>
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
</h3><table class="source_code">
|
|
428
|
-
<tr>
|
|
429
|
-
<td>
|
|
418
|
+
<span class='kw'>end</span></pre>
|
|
419
|
+
</td>
|
|
420
|
+
</tr>
|
|
421
|
+
</table>
|
|
422
|
+
</div>
|
|
423
|
+
|
|
424
|
+
<div class="method_details ">
|
|
425
|
+
<h3 class="signature " id="freeze-instance_method">
|
|
426
|
+
|
|
427
|
+
#<strong>freeze</strong> ⇒ <tt>Object</tt>
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
</h3><table class="source_code">
|
|
434
|
+
<tr>
|
|
435
|
+
<td>
|
|
430
436
|
<pre class="lines">
|
|
431
437
|
|
|
432
438
|
|
|
@@ -440,9 +446,9 @@
|
|
|
440
446
|
60
|
|
441
447
|
61
|
|
442
448
|
62
|
|
443
|
-
63</pre>
|
|
444
|
-
</td>
|
|
445
|
-
<td>
|
|
449
|
+
63</pre>
|
|
450
|
+
</td>
|
|
451
|
+
<td>
|
|
446
452
|
<pre class="code"><span class="info file"># File 'lib/utopia/exceptions/mailer.rb', line 53</span>
|
|
447
453
|
|
|
448
454
|
<span class='kw'>def</span> <span class='id identifier rubyid_freeze'>freeze</span>
|
|
@@ -455,22 +461,22 @@
|
|
|
455
461
|
<span class='ivar'>@dump_environment</span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span>
|
|
456
462
|
|
|
457
463
|
<span class='kw'>super</span>
|
|
458
|
-
<span class='kw'>end</span></pre>
|
|
459
|
-
</td>
|
|
460
|
-
</tr>
|
|
461
|
-
</table>
|
|
462
|
-
</div>
|
|
463
|
-
|
|
464
|
-
</div>
|
|
465
|
-
|
|
466
|
-
</div>
|
|
467
|
-
|
|
468
|
-
<div id="footer">
|
|
469
|
-
Generated on Sat Mar
|
|
470
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
471
|
-
0.9.
|
|
472
|
-
</div>
|
|
473
|
-
|
|
474
|
-
</div>
|
|
475
|
-
</body>
|
|
464
|
+
<span class='kw'>end</span></pre>
|
|
465
|
+
</td>
|
|
466
|
+
</tr>
|
|
467
|
+
</table>
|
|
468
|
+
</div>
|
|
469
|
+
|
|
470
|
+
</div>
|
|
471
|
+
|
|
472
|
+
</div>
|
|
473
|
+
|
|
474
|
+
<div id="footer">
|
|
475
|
+
Generated on Sat Mar 9 12:01:54 2019 by
|
|
476
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
477
|
+
0.9.18 (ruby-2.6.1).
|
|
478
|
+
</div>
|
|
479
|
+
|
|
480
|
+
</div>
|
|
481
|
+
</body>
|
|
476
482
|
</html>
|