ballast 2.2.4 → 2.2.5
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/.rubocop.yml +6 -1
- data/.travis-gemfile +2 -2
- data/.travis.yml +5 -3
- data/.yardopts +1 -1
- data/CHANGELOG.md +9 -0
- data/Gemfile +1 -1
- data/LICENSE.md +21 -0
- data/README.md +22 -17
- data/Rakefile +1 -1
- data/ballast.gemspec +1 -1
- data/{doc → docs}/Ballast.html +19 -21
- data/docs/Ballast/AjaxResponse.html +1470 -0
- data/{doc → docs}/Ballast/Concerns.html +3 -3
- data/{doc → docs}/Ballast/Concerns/AjaxHandling.html +33 -38
- data/{doc → docs}/Ballast/Concerns/Common.html +45 -52
- data/{doc → docs}/Ballast/Concerns/ErrorsHandling.html +13 -14
- data/docs/Ballast/Concerns/JSONApi.html +127 -0
- data/docs/Ballast/Concerns/JSONApi/PaginationHandling.html +617 -0
- data/docs/Ballast/Concerns/JSONApi/RequestHandling.html +775 -0
- data/docs/Ballast/Concerns/JSONApi/ResponseHandling.html +917 -0
- data/{doc → docs}/Ballast/Concerns/View.html +35 -42
- data/{doc → docs}/Ballast/Configuration.html +19 -22
- data/{doc → docs}/Ballast/Emoji.html +1 -1
- data/{doc → docs}/Ballast/Emoji/Character.html +15 -18
- data/docs/Ballast/Emoji/Utils.html +794 -0
- data/{doc → docs}/Ballast/Errors.html +1 -1
- data/{doc → docs}/Ballast/Errors/Base.html +16 -18
- data/{doc → docs}/Ballast/Errors/Failure.html +1 -1
- data/{doc → docs}/Ballast/Errors/InvalidDomain.html +1 -1
- data/{doc → docs}/Ballast/Errors/ValidationFailure.html +1 -1
- data/{doc → docs}/Ballast/Middlewares.html +1 -1
- data/{doc → docs}/Ballast/Middlewares/DefaultHost.html +16 -18
- data/docs/Ballast/RequestDomainMatcher.html +917 -0
- data/docs/Ballast/Service.html +1513 -0
- data/docs/Ballast/Service/Response.html +1270 -0
- data/{doc → docs}/Ballast/Version.html +5 -9
- data/{doc → docs}/_index.html +45 -1
- data/docs/class_list.html +58 -0
- data/{doc → docs}/css/common.css +0 -0
- data/{doc → docs}/css/full_list.css +0 -0
- data/{doc → docs}/css/style.css +0 -0
- data/{doc → docs}/file.README.html +7 -5
- data/{doc → docs}/file_list.html +0 -0
- data/{doc → docs}/frames.html +0 -0
- data/{doc → docs}/index.html +7 -5
- data/{doc → docs}/js/app.js +0 -0
- data/{doc → docs}/js/full_list.js +0 -0
- data/{doc → docs}/js/jquery.js +0 -0
- data/{doc → docs}/method_list.html +150 -36
- data/docs/top-level-namespace.html +149 -0
- data/lib/ballast.rb +1 -1
- data/lib/ballast/ajax_response.rb +1 -1
- data/lib/ballast/concerns/ajax_handling.rb +1 -1
- data/lib/ballast/concerns/common.rb +1 -1
- data/lib/ballast/concerns/errors_handling.rb +1 -1
- data/lib/ballast/concerns/json_api/pagination_handling.rb +83 -0
- data/lib/ballast/concerns/json_api/request_handling.rb +235 -0
- data/lib/ballast/concerns/json_api/response_handling.rb +70 -0
- data/lib/ballast/concerns/view.rb +1 -1
- data/lib/ballast/configuration.rb +1 -1
- data/lib/ballast/emoji.rb +1 -1
- data/lib/ballast/errors.rb +1 -1
- data/lib/ballast/middlewares/default_host.rb +1 -1
- data/lib/ballast/request_domain_matcher.rb +1 -1
- data/lib/ballast/service.rb +1 -1
- data/lib/ballast/version.rb +2 -2
- data/spec/ballast/ajax_response_spec.rb +1 -1
- data/spec/ballast/concerns/ajax_handling_spec.rb +1 -1
- data/spec/ballast/concerns/common_spec.rb +1 -1
- data/spec/ballast/concerns/errors_handling_spec.rb +1 -1
- data/spec/ballast/concerns/view_spec.rb +1 -1
- data/spec/ballast/configuration_spec.rb +1 -1
- data/spec/ballast/errors_spec.rb +1 -1
- data/spec/ballast/middlewares/default_host_spec.rb +1 -1
- data/spec/ballast/request_domain_matcher_spec.rb +1 -1
- data/spec/ballast_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +47 -39
- data/doc/Ballast/AjaxResponse.html +0 -1478
- data/doc/Ballast/Emoji/Utils.html +0 -799
- data/doc/Ballast/RequestDomainMatcher.html +0 -923
- data/doc/Ballast/Service.html +0 -1522
- data/doc/Ballast/Service/Response.html +0 -1278
- data/doc/class_list.html +0 -58
- data/doc/top-level-namespace.html +0 -112
@@ -119,8 +119,7 @@
|
|
119
119
|
|
120
120
|
</div>
|
121
121
|
</dt>
|
122
|
-
<dd><pre class="code"><span class='
|
123
|
-
</pre></dd>
|
122
|
+
<dd><pre class="code"><span class='int'>2</span></pre></dd>
|
124
123
|
|
125
124
|
<dt id="MINOR-constant" class="">MINOR =
|
126
125
|
<div class="docstring">
|
@@ -135,8 +134,7 @@
|
|
135
134
|
|
136
135
|
</div>
|
137
136
|
</dt>
|
138
|
-
<dd><pre class="code"><span class='
|
139
|
-
</pre></dd>
|
137
|
+
<dd><pre class="code"><span class='int'>2</span></pre></dd>
|
140
138
|
|
141
139
|
<dt id="PATCH-constant" class="">PATCH =
|
142
140
|
<div class="docstring">
|
@@ -151,8 +149,7 @@
|
|
151
149
|
|
152
150
|
</div>
|
153
151
|
</dt>
|
154
|
-
<dd><pre class="code"><span class='
|
155
|
-
</pre></dd>
|
152
|
+
<dd><pre class="code"><span class='int'>4</span></pre></dd>
|
156
153
|
|
157
154
|
<dt id="STRING-constant" class="">STRING =
|
158
155
|
<div class="docstring">
|
@@ -167,8 +164,7 @@
|
|
167
164
|
|
168
165
|
</div>
|
169
166
|
</dt>
|
170
|
-
<dd><pre class="code"><span class='
|
171
|
-
</pre></dd>
|
167
|
+
<dd><pre class="code"><span class='lbracket'>[</span><span class='const'>MAJOR</span><span class='comma'>,</span> <span class='const'>MINOR</span><span class='comma'>,</span> <span class='const'>PATCH</span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_compact'>compact</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>.</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span></pre></dd>
|
172
168
|
|
173
169
|
</dl>
|
174
170
|
|
@@ -184,7 +180,7 @@
|
|
184
180
|
</div>
|
185
181
|
|
186
182
|
<div id="footer">
|
187
|
-
Generated on
|
183
|
+
Generated on Thu Aug 18 15:49:48 2016 by
|
188
184
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
189
185
|
0.8.7.6 (ruby-2.3.0).
|
190
186
|
</div>
|
data/{doc → docs}/_index.html
RENAMED
@@ -235,6 +235,21 @@
|
|
235
235
|
</td><td valign='top' width="33%">
|
236
236
|
|
237
237
|
|
238
|
+
<ul id="alpha_J" class="alpha">
|
239
|
+
<li class="letter">J</li>
|
240
|
+
<ul>
|
241
|
+
|
242
|
+
<li>
|
243
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi.html" title="Ballast::Concerns::JSONApi (module)">JSONApi</a></span>
|
244
|
+
|
245
|
+
<small>(Ballast::Concerns)</small>
|
246
|
+
|
247
|
+
</li>
|
248
|
+
|
249
|
+
</ul>
|
250
|
+
</ul>
|
251
|
+
|
252
|
+
|
238
253
|
<ul id="alpha_M" class="alpha">
|
239
254
|
<li class="letter">M</li>
|
240
255
|
<ul>
|
@@ -250,6 +265,21 @@
|
|
250
265
|
</ul>
|
251
266
|
|
252
267
|
|
268
|
+
<ul id="alpha_P" class="alpha">
|
269
|
+
<li class="letter">P</li>
|
270
|
+
<ul>
|
271
|
+
|
272
|
+
<li>
|
273
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/PaginationHandling.html" title="Ballast::Concerns::JSONApi::PaginationHandling (module)">PaginationHandling</a></span>
|
274
|
+
|
275
|
+
<small>(Ballast::Concerns::JSONApi)</small>
|
276
|
+
|
277
|
+
</li>
|
278
|
+
|
279
|
+
</ul>
|
280
|
+
</ul>
|
281
|
+
|
282
|
+
|
253
283
|
<ul id="alpha_R" class="alpha">
|
254
284
|
<li class="letter">R</li>
|
255
285
|
<ul>
|
@@ -261,6 +291,13 @@
|
|
261
291
|
|
262
292
|
</li>
|
263
293
|
|
294
|
+
<li>
|
295
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/RequestHandling.html" title="Ballast::Concerns::JSONApi::RequestHandling (module)">RequestHandling</a></span>
|
296
|
+
|
297
|
+
<small>(Ballast::Concerns::JSONApi)</small>
|
298
|
+
|
299
|
+
</li>
|
300
|
+
|
264
301
|
<li>
|
265
302
|
<span class='object_link'><a href="Ballast/Service/Response.html" title="Ballast::Service::Response (class)">Response</a></span>
|
266
303
|
|
@@ -268,6 +305,13 @@
|
|
268
305
|
|
269
306
|
</li>
|
270
307
|
|
308
|
+
<li>
|
309
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/ResponseHandling.html" title="Ballast::Concerns::JSONApi::ResponseHandling (module)">ResponseHandling</a></span>
|
310
|
+
|
311
|
+
<small>(Ballast::Concerns::JSONApi)</small>
|
312
|
+
|
313
|
+
</li>
|
314
|
+
|
271
315
|
</ul>
|
272
316
|
</ul>
|
273
317
|
|
@@ -339,7 +383,7 @@
|
|
339
383
|
</div>
|
340
384
|
|
341
385
|
<div id="footer">
|
342
|
-
Generated on
|
386
|
+
Generated on Thu Aug 18 15:49:48 2016 by
|
343
387
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
344
388
|
0.8.7.6 (ruby-2.3.0).
|
345
389
|
</div>
|
@@ -0,0 +1,58 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
|
7
|
+
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
+
|
9
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
|
16
|
+
|
17
|
+
|
18
|
+
<title>Class List</title>
|
19
|
+
<base id="base_target" target="_parent" />
|
20
|
+
</head>
|
21
|
+
<body>
|
22
|
+
<script type="text/javascript" charset="utf-8">
|
23
|
+
var hasFrames = false;
|
24
|
+
try {
|
25
|
+
hasFrames = window.top.frames.main ? true : false;
|
26
|
+
} catch (e) { }
|
27
|
+
if (hasFrames) {
|
28
|
+
document.getElementById('base_target').target = 'main';
|
29
|
+
document.body.className = 'frames';
|
30
|
+
}
|
31
|
+
</script>
|
32
|
+
<div id="content">
|
33
|
+
<h1 id="full_list_header">Class List</h1>
|
34
|
+
<div id="nav">
|
35
|
+
|
36
|
+
<span><a target="_self" href="class_list.html">
|
37
|
+
Classes
|
38
|
+
</a></span>
|
39
|
+
|
40
|
+
<span><a target="_self" href="method_list.html">
|
41
|
+
Methods
|
42
|
+
</a></span>
|
43
|
+
|
44
|
+
<span><a target="_self" href="file_list.html">
|
45
|
+
Files
|
46
|
+
</a></span>
|
47
|
+
|
48
|
+
</div>
|
49
|
+
<div id="search">Search: <input type="text" /></div>
|
50
|
+
|
51
|
+
<ul id="full_list" class="class">
|
52
|
+
<li><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></li>
|
53
|
+
<li><a class='toggle'></a> <span class='object_link'><a href="Ballast.html" title="Ballast (module)">Ballast</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="Ballast/AjaxResponse.html" title="Ballast::AjaxResponse (class)">AjaxResponse</a></span> < Object<small class='search_info'>Ballast</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Ballast/Concerns.html" title="Ballast::Concerns (module)">Concerns</a></span><small class='search_info'>Ballast</small></li><ul><li><span class='object_link'><a href="Ballast/Concerns/AjaxHandling.html" title="Ballast::Concerns::AjaxHandling (module)">AjaxHandling</a></span><small class='search_info'>Ballast::Concerns</small></li><li><span class='object_link'><a href="Ballast/Concerns/Common.html" title="Ballast::Concerns::Common (module)">Common</a></span><small class='search_info'>Ballast::Concerns</small></li><li><span class='object_link'><a href="Ballast/Concerns/ErrorsHandling.html" title="Ballast::Concerns::ErrorsHandling (module)">ErrorsHandling</a></span><small class='search_info'>Ballast::Concerns</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Ballast/Concerns/JSONApi.html" title="Ballast::Concerns::JSONApi (module)">JSONApi</a></span><small class='search_info'>Ballast::Concerns</small></li><ul><li><span class='object_link'><a href="Ballast/Concerns/JSONApi/PaginationHandling.html" title="Ballast::Concerns::JSONApi::PaginationHandling (module)">PaginationHandling</a></span><small class='search_info'>Ballast::Concerns::JSONApi</small></li><li><span class='object_link'><a href="Ballast/Concerns/JSONApi/RequestHandling.html" title="Ballast::Concerns::JSONApi::RequestHandling (module)">RequestHandling</a></span><small class='search_info'>Ballast::Concerns::JSONApi</small></li><li><span class='object_link'><a href="Ballast/Concerns/JSONApi/ResponseHandling.html" title="Ballast::Concerns::JSONApi::ResponseHandling (module)">ResponseHandling</a></span><small class='search_info'>Ballast::Concerns::JSONApi</small></li></ul><li><span class='object_link'><a href="Ballast/Concerns/View.html" title="Ballast::Concerns::View (module)">View</a></span><small class='search_info'>Ballast::Concerns</small></li></ul><li><span class='object_link'><a href="Ballast/Configuration.html" title="Ballast::Configuration (class)">Configuration</a></span> < HashWithIndifferentAccess<small class='search_info'>Ballast</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Ballast/Emoji.html" title="Ballast::Emoji (module)">Emoji</a></span><small class='search_info'>Ballast</small></li><ul><li><span class='object_link'><a href="Ballast/Emoji/Character.html" title="Ballast::Emoji::Character (module)">Character</a></span><small class='search_info'>Ballast::Emoji</small></li><li><span class='object_link'><a href="Ballast/Emoji/Utils.html" title="Ballast::Emoji::Utils (module)">Utils</a></span><small class='search_info'>Ballast::Emoji</small></li></ul><li><a class='toggle'></a> <span class='object_link'><a href="Ballast/Errors.html" title="Ballast::Errors (module)">Errors</a></span><small class='search_info'>Ballast</small></li><ul><li><span class='object_link'><a href="Ballast/Errors/Base.html" title="Ballast::Errors::Base (class)">Base</a></span> < RuntimeError<small class='search_info'>Ballast::Errors</small></li><li><span class='object_link'><a href="Ballast/Errors/Failure.html" title="Ballast::Errors::Failure (class)">Failure</a></span> < Base<small class='search_info'>Ballast::Errors</small></li><li><span class='object_link'><a href="Ballast/Errors/InvalidDomain.html" title="Ballast::Errors::InvalidDomain (class)">InvalidDomain</a></span> < Base<small class='search_info'>Ballast::Errors</small></li><li><span class='object_link'><a href="Ballast/Errors/ValidationFailure.html" title="Ballast::Errors::ValidationFailure (class)">ValidationFailure</a></span> < Failure<small class='search_info'>Ballast::Errors</small></li></ul><li><a class='toggle'></a> <span class='object_link'><a href="Ballast/Middlewares.html" title="Ballast::Middlewares (module)">Middlewares</a></span><small class='search_info'>Ballast</small></li><ul><li><span class='object_link'><a href="Ballast/Middlewares/DefaultHost.html" title="Ballast::Middlewares::DefaultHost (class)">DefaultHost</a></span> < Object<small class='search_info'>Ballast::Middlewares</small></li></ul><li><span class='object_link'><a href="Ballast/RequestDomainMatcher.html" title="Ballast::RequestDomainMatcher (class)">RequestDomainMatcher</a></span> < Object<small class='search_info'>Ballast</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Ballast/Service.html" title="Ballast::Service (class)">Service</a></span> < Object<small class='search_info'>Ballast</small></li><ul><li><span class='object_link'><a href="Ballast/Service/Response.html" title="Ballast::Service::Response (class)">Response</a></span> < Object<small class='search_info'>Ballast::Service</small></li></ul><li><span class='object_link'><a href="Ballast/Version.html" title="Ballast::Version (module)">Version</a></span><small class='search_info'>Ballast</small></li></ul>
|
54
|
+
|
55
|
+
</ul>
|
56
|
+
</div>
|
57
|
+
</body>
|
58
|
+
</html>
|
data/{doc → docs}/css/common.css
RENAMED
File without changes
|
File without changes
|
data/{doc → docs}/css/style.css
RENAMED
File without changes
|
@@ -67,13 +67,11 @@
|
|
67
67
|
<a href="https://gemnasium.com/ShogunPanda/ballast"><img src="https://gemnasium.com/ShogunPanda/ballast.png?travis" alt="Dependency Status" /></a>
|
68
68
|
<a href="https://travis-ci.org/ShogunPanda/ballast"><img src="https://secure.travis-ci.org/ShogunPanda/ballast.png?branch=master" alt="Build Status" /></a>
|
69
69
|
<a href="https://codeclimate.com/github/ShogunPanda/ballast"><img src="https://codeclimate.com/github/ShogunPanda/ballast.png" alt="Code Climate" /></a>
|
70
|
-
<a href="https://coveralls.io/
|
70
|
+
<a href="https://coveralls.io/github/ShogunPanda/ballast?branch=master"><img src="https://coveralls.io/repos/github/ShogunPanda/ballast/badge.svg?branch=master" alt="Coverage Status" /></a></p>
|
71
71
|
|
72
72
|
<p>A collection of base utilities for web frameworks.</p>
|
73
73
|
|
74
|
-
<p>
|
75
|
-
|
76
|
-
<p>http://rdoc.info/gems/ballast</p>
|
74
|
+
<p>https://sw.cowtech.it/ballast</p>
|
77
75
|
|
78
76
|
<h1 id="description">Description</h1>
|
79
77
|
|
@@ -85,6 +83,10 @@
|
|
85
83
|
|
86
84
|
<p>Finally, minor concerns are provided to scope CSS and handling errors.</p>
|
87
85
|
|
86
|
+
<h2 id="api-documentation">API Documentation</h2>
|
87
|
+
|
88
|
+
<p>The API documentation can be found <a href="https://sw.cowtech.it/ballast/docs">here</a>.</p>
|
89
|
+
|
88
90
|
<h2 id="contributing-to-ballast">Contributing to ballast</h2>
|
89
91
|
|
90
92
|
<ul>
|
@@ -105,7 +107,7 @@
|
|
105
107
|
</div></div>
|
106
108
|
|
107
109
|
<div id="footer">
|
108
|
-
Generated on
|
110
|
+
Generated on Thu Aug 18 15:49:48 2016 by
|
109
111
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
110
112
|
0.8.7.6 (ruby-2.3.0).
|
111
113
|
</div>
|
data/{doc → docs}/file_list.html
RENAMED
File without changes
|
data/{doc → docs}/frames.html
RENAMED
File without changes
|
data/{doc → docs}/index.html
RENAMED
@@ -67,13 +67,11 @@
|
|
67
67
|
<a href="https://gemnasium.com/ShogunPanda/ballast"><img src="https://gemnasium.com/ShogunPanda/ballast.png?travis" alt="Dependency Status" /></a>
|
68
68
|
<a href="https://travis-ci.org/ShogunPanda/ballast"><img src="https://secure.travis-ci.org/ShogunPanda/ballast.png?branch=master" alt="Build Status" /></a>
|
69
69
|
<a href="https://codeclimate.com/github/ShogunPanda/ballast"><img src="https://codeclimate.com/github/ShogunPanda/ballast.png" alt="Code Climate" /></a>
|
70
|
-
<a href="https://coveralls.io/
|
70
|
+
<a href="https://coveralls.io/github/ShogunPanda/ballast?branch=master"><img src="https://coveralls.io/repos/github/ShogunPanda/ballast/badge.svg?branch=master" alt="Coverage Status" /></a></p>
|
71
71
|
|
72
72
|
<p>A collection of base utilities for web frameworks.</p>
|
73
73
|
|
74
|
-
<p>
|
75
|
-
|
76
|
-
<p>http://rdoc.info/gems/ballast</p>
|
74
|
+
<p>https://sw.cowtech.it/ballast</p>
|
77
75
|
|
78
76
|
<h1 id="description">Description</h1>
|
79
77
|
|
@@ -85,6 +83,10 @@
|
|
85
83
|
|
86
84
|
<p>Finally, minor concerns are provided to scope CSS and handling errors.</p>
|
87
85
|
|
86
|
+
<h2 id="api-documentation">API Documentation</h2>
|
87
|
+
|
88
|
+
<p>The API documentation can be found <a href="https://sw.cowtech.it/ballast/docs">here</a>.</p>
|
89
|
+
|
88
90
|
<h2 id="contributing-to-ballast">Contributing to ballast</h2>
|
89
91
|
|
90
92
|
<ul>
|
@@ -105,7 +107,7 @@
|
|
105
107
|
</div></div>
|
106
108
|
|
107
109
|
<div id="footer">
|
108
|
-
Generated on
|
110
|
+
Generated on Thu Aug 18 15:49:48 2016 by
|
109
111
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
110
112
|
0.8.7.6 (ruby-2.3.0).
|
111
113
|
</div>
|
data/{doc → docs}/js/app.js
RENAMED
File without changes
|
File without changes
|
data/{doc → docs}/js/jquery.js
RENAMED
File without changes
|
@@ -94,8 +94,8 @@
|
|
94
94
|
|
95
95
|
|
96
96
|
<li class="r2 ">
|
97
|
-
<span class='object_link'><a href="Ballast/
|
98
|
-
<small>Ballast::
|
97
|
+
<span class='object_link'><a href="Ballast/Middlewares/DefaultHost.html#call-instance_method" title="Ballast::Middlewares::DefaultHost#call (method)">#call</a></span>
|
98
|
+
<small>Ballast::Middlewares::DefaultHost</small>
|
99
99
|
</li>
|
100
100
|
|
101
101
|
|
@@ -106,8 +106,8 @@
|
|
106
106
|
|
107
107
|
|
108
108
|
<li class="r2 ">
|
109
|
-
<span class='object_link'><a href="Ballast/
|
110
|
-
<small>Ballast::
|
109
|
+
<span class='object_link'><a href="Ballast/Service.html#call-class_method" title="Ballast::Service.call (method)">call</a></span>
|
110
|
+
<small>Ballast::Service</small>
|
111
111
|
</li>
|
112
112
|
|
113
113
|
|
@@ -190,13 +190,13 @@
|
|
190
190
|
|
191
191
|
|
192
192
|
<li class="r2 ">
|
193
|
-
<span class='object_link'><a href="Ballast/Service.html#fail_validation%21-
|
193
|
+
<span class='object_link'><a href="Ballast/Service.html#fail_validation%21-instance_method" title="Ballast::Service#fail_validation! (method)">#fail_validation!</a></span>
|
194
194
|
<small>Ballast::Service</small>
|
195
195
|
</li>
|
196
196
|
|
197
197
|
|
198
198
|
<li class="r1 ">
|
199
|
-
<span class='object_link'><a href="Ballast/Service.html#fail_validation%21-
|
199
|
+
<span class='object_link'><a href="Ballast/Service.html#fail_validation%21-class_method" title="Ballast::Service.fail_validation! (method)">fail_validation!</a></span>
|
200
200
|
<small>Ballast::Service</small>
|
201
201
|
</li>
|
202
202
|
|
@@ -250,89 +250,125 @@
|
|
250
250
|
|
251
251
|
|
252
252
|
<li class="r2 ">
|
253
|
-
<span class='object_link'><a href="Ballast/
|
254
|
-
<small>Ballast::
|
253
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/ResponseHandling.html#included-instance_method" title="Ballast::Concerns::JSONApi::ResponseHandling#included (method)">#included</a></span>
|
254
|
+
<small>Ballast::Concerns::JSONApi::ResponseHandling</small>
|
255
255
|
</li>
|
256
256
|
|
257
257
|
|
258
258
|
<li class="r1 ">
|
259
|
-
<span class='object_link'><a href="Ballast/
|
260
|
-
<small>Ballast::
|
259
|
+
<span class='object_link'><a href="Ballast/AjaxResponse.html#initialize-instance_method" title="Ballast::AjaxResponse#initialize (method)">#initialize</a></span>
|
260
|
+
<small>Ballast::AjaxResponse</small>
|
261
261
|
</li>
|
262
262
|
|
263
263
|
|
264
264
|
<li class="r2 ">
|
265
|
-
<span class='object_link'><a href="Ballast/
|
266
|
-
<small>Ballast::
|
265
|
+
<span class='object_link'><a href="Ballast/Middlewares/DefaultHost.html#initialize-instance_method" title="Ballast::Middlewares::DefaultHost#initialize (method)">#initialize</a></span>
|
266
|
+
<small>Ballast::Middlewares::DefaultHost</small>
|
267
267
|
</li>
|
268
268
|
|
269
269
|
|
270
270
|
<li class="r1 ">
|
271
|
-
<span class='object_link'><a href="Ballast/
|
272
|
-
<small>Ballast::
|
271
|
+
<span class='object_link'><a href="Ballast/Service/Response.html#initialize-instance_method" title="Ballast::Service::Response#initialize (method)">#initialize</a></span>
|
272
|
+
<small>Ballast::Service::Response</small>
|
273
273
|
</li>
|
274
274
|
|
275
275
|
|
276
276
|
<li class="r2 ">
|
277
|
-
<span class='object_link'><a href="Ballast/
|
278
|
-
<small>Ballast::
|
277
|
+
<span class='object_link'><a href="Ballast/Configuration.html#initialize-instance_method" title="Ballast::Configuration#initialize (method)">#initialize</a></span>
|
278
|
+
<small>Ballast::Configuration</small>
|
279
279
|
</li>
|
280
280
|
|
281
281
|
|
282
282
|
<li class="r1 ">
|
283
|
-
<span class='object_link'><a href="Ballast/
|
284
|
-
<small>Ballast::
|
283
|
+
<span class='object_link'><a href="Ballast/Errors/Base.html#initialize-instance_method" title="Ballast::Errors::Base#initialize (method)">#initialize</a></span>
|
284
|
+
<small>Ballast::Errors::Base</small>
|
285
285
|
</li>
|
286
286
|
|
287
287
|
|
288
288
|
<li class="r2 ">
|
289
|
-
<span class='object_link'><a href="Ballast/
|
290
|
-
<small>Ballast::
|
289
|
+
<span class='object_link'><a href="Ballast/Service.html#initialize-instance_method" title="Ballast::Service#initialize (method)">#initialize</a></span>
|
290
|
+
<small>Ballast::Service</small>
|
291
291
|
</li>
|
292
292
|
|
293
293
|
|
294
294
|
<li class="r1 ">
|
295
|
+
<span class='object_link'><a href="Ballast/RequestDomainMatcher.html#initialize-instance_method" title="Ballast::RequestDomainMatcher#initialize (method)">#initialize</a></span>
|
296
|
+
<small>Ballast::RequestDomainMatcher</small>
|
297
|
+
</li>
|
298
|
+
|
299
|
+
|
300
|
+
<li class="r2 ">
|
295
301
|
<span class='object_link'><a href="Ballast/Concerns/View.html#javascript_params-instance_method" title="Ballast::Concerns::View#javascript_params (method)">#javascript_params</a></span>
|
296
302
|
<small>Ballast::Concerns::View</small>
|
297
303
|
</li>
|
298
304
|
|
299
305
|
|
300
|
-
<li class="
|
306
|
+
<li class="r1 ">
|
301
307
|
<span class='object_link'><a href="Ballast/Concerns/Common.html#json%3F-instance_method" title="Ballast::Concerns::Common#json? (method)">#json?</a></span>
|
302
308
|
<small>Ballast::Concerns::Common</small>
|
303
309
|
</li>
|
304
310
|
|
305
311
|
|
306
|
-
<li class="
|
312
|
+
<li class="r2 ">
|
307
313
|
<span class='object_link'><a href="Ballast/Concerns/View.html#layout_params-instance_method" title="Ballast::Concerns::View#layout_params (method)">#layout_params</a></span>
|
308
314
|
<small>Ballast::Concerns::View</small>
|
309
315
|
</li>
|
310
316
|
|
311
317
|
|
312
|
-
<li class="
|
318
|
+
<li class="r1 ">
|
313
319
|
<span class='object_link'><a href="Ballast/Emoji/Character.html#markup-instance_method" title="Ballast::Emoji::Character#markup (method)">#markup</a></span>
|
314
320
|
<small>Ballast::Emoji::Character</small>
|
315
321
|
</li>
|
316
322
|
|
317
323
|
|
318
|
-
<li class="
|
324
|
+
<li class="r2 ">
|
319
325
|
<span class='object_link'><a href="Ballast/RequestDomainMatcher.html#matches%3F-instance_method" title="Ballast::RequestDomainMatcher#matches? (method)">#matches?</a></span>
|
320
326
|
<small>Ballast::RequestDomainMatcher</small>
|
321
327
|
</li>
|
322
328
|
|
323
329
|
|
324
|
-
<li class="
|
330
|
+
<li class="r1 ">
|
325
331
|
<span class='object_link'><a href="Ballast/AjaxResponse.html#numeric_status-instance_method" title="Ballast::AjaxResponse#numeric_status (method)">#numeric_status</a></span>
|
326
332
|
<small>Ballast::AjaxResponse</small>
|
327
333
|
</li>
|
328
334
|
|
329
335
|
|
330
|
-
<li class="
|
336
|
+
<li class="r2 ">
|
331
337
|
<span class='object_link'><a href="Ballast/Service.html#owner-instance_method" title="Ballast::Service#owner (method)">#owner</a></span>
|
332
338
|
<small>Ballast::Service</small>
|
333
339
|
</li>
|
334
340
|
|
335
341
|
|
342
|
+
<li class="r1 ">
|
343
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/PaginationHandling.html#paginate-instance_method" title="Ballast::Concerns::JSONApi::PaginationHandling#paginate (method)">#paginate</a></span>
|
344
|
+
<small>Ballast::Concerns::JSONApi::PaginationHandling</small>
|
345
|
+
</li>
|
346
|
+
|
347
|
+
|
348
|
+
<li class="r2 ">
|
349
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/PaginationHandling.html#pagination_field-instance_method" title="Ballast::Concerns::JSONApi::PaginationHandling#pagination_field (method)">#pagination_field</a></span>
|
350
|
+
<small>Ballast::Concerns::JSONApi::PaginationHandling</small>
|
351
|
+
</li>
|
352
|
+
|
353
|
+
|
354
|
+
<li class="r1 ">
|
355
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/PaginationHandling.html#pagination_skip%3F-instance_method" title="Ballast::Concerns::JSONApi::PaginationHandling#pagination_skip? (method)">#pagination_skip?</a></span>
|
356
|
+
<small>Ballast::Concerns::JSONApi::PaginationHandling</small>
|
357
|
+
</li>
|
358
|
+
|
359
|
+
|
360
|
+
<li class="r2 ">
|
361
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/PaginationHandling.html#pagination_supported%3F-instance_method" title="Ballast::Concerns::JSONApi::PaginationHandling#pagination_supported? (method)">#pagination_supported?</a></span>
|
362
|
+
<small>Ballast::Concerns::JSONApi::PaginationHandling</small>
|
363
|
+
</li>
|
364
|
+
|
365
|
+
|
366
|
+
<li class="r1 ">
|
367
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/PaginationHandling.html#pagination_url-instance_method" title="Ballast::Concerns::JSONApi::PaginationHandling#pagination_url (method)">#pagination_url</a></span>
|
368
|
+
<small>Ballast::Concerns::JSONApi::PaginationHandling</small>
|
369
|
+
</li>
|
370
|
+
|
371
|
+
|
336
372
|
<li class="r2 ">
|
337
373
|
<span class='object_link'><a href="Ballast/Concerns/Common.html#perform_service-instance_method" title="Ballast::Concerns::Common#perform_service (method)">#perform_service</a></span>
|
338
374
|
<small>Ballast::Concerns::Common</small>
|
@@ -388,72 +424,150 @@
|
|
388
424
|
|
389
425
|
|
390
426
|
<li class="r1 ">
|
427
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/RequestHandling.html#request_cast_attributes-instance_method" title="Ballast::Concerns::JSONApi::RequestHandling#request_cast_attributes (method)">#request_cast_attributes</a></span>
|
428
|
+
<small>Ballast::Concerns::JSONApi::RequestHandling</small>
|
429
|
+
</li>
|
430
|
+
|
431
|
+
|
432
|
+
<li class="r2 ">
|
391
433
|
<span class='object_link'><a href="Ballast/Concerns/Common.html#request_data%3F-instance_method" title="Ballast::Concerns::Common#request_data? (method)">#request_data?</a></span>
|
392
434
|
<small>Ballast::Concerns::Common</small>
|
393
435
|
</li>
|
394
436
|
|
395
437
|
|
438
|
+
<li class="r1 ">
|
439
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/RequestHandling.html#request_extract_model-instance_method" title="Ballast::Concerns::JSONApi::RequestHandling#request_extract_model (method)">#request_extract_model</a></span>
|
440
|
+
<small>Ballast::Concerns::JSONApi::RequestHandling</small>
|
441
|
+
</li>
|
442
|
+
|
443
|
+
|
444
|
+
<li class="r2 ">
|
445
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/RequestHandling.html#request_handle_cors-instance_method" title="Ballast::Concerns::JSONApi::RequestHandling#request_handle_cors (method)">#request_handle_cors</a></span>
|
446
|
+
<small>Ballast::Concerns::JSONApi::RequestHandling</small>
|
447
|
+
</li>
|
448
|
+
|
449
|
+
|
450
|
+
<li class="r1 ">
|
451
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/RequestHandling.html#request_source_host-instance_method" title="Ballast::Concerns::JSONApi::RequestHandling#request_source_host (method)">#request_source_host</a></span>
|
452
|
+
<small>Ballast::Concerns::JSONApi::RequestHandling</small>
|
453
|
+
</li>
|
454
|
+
|
455
|
+
|
456
|
+
<li class="r2 ">
|
457
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/RequestHandling.html#request_valid_content_type-instance_method" title="Ballast::Concerns::JSONApi::RequestHandling#request_valid_content_type (method)">#request_valid_content_type</a></span>
|
458
|
+
<small>Ballast::Concerns::JSONApi::RequestHandling</small>
|
459
|
+
</li>
|
460
|
+
|
461
|
+
|
462
|
+
<li class="r1 ">
|
463
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/RequestHandling.html#request_validate-instance_method" title="Ballast::Concerns::JSONApi::RequestHandling#request_validate (method)">#request_validate</a></span>
|
464
|
+
<small>Ballast::Concerns::JSONApi::RequestHandling</small>
|
465
|
+
</li>
|
466
|
+
|
467
|
+
|
468
|
+
<li class="r2 ">
|
469
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/ResponseHandling.html#response_data-instance_method" title="Ballast::Concerns::JSONApi::ResponseHandling#response_data (method)">#response_data</a></span>
|
470
|
+
<small>Ballast::Concerns::JSONApi::ResponseHandling</small>
|
471
|
+
</li>
|
472
|
+
|
473
|
+
|
474
|
+
<li class="r1 ">
|
475
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/ResponseHandling.html#response_include-instance_method" title="Ballast::Concerns::JSONApi::ResponseHandling#response_include (method)">#response_include</a></span>
|
476
|
+
<small>Ballast::Concerns::JSONApi::ResponseHandling</small>
|
477
|
+
</li>
|
478
|
+
|
479
|
+
|
480
|
+
<li class="r2 ">
|
481
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/ResponseHandling.html#response_included-instance_method" title="Ballast::Concerns::JSONApi::ResponseHandling#response_included (method)">#response_included</a></span>
|
482
|
+
<small>Ballast::Concerns::JSONApi::ResponseHandling</small>
|
483
|
+
</li>
|
484
|
+
|
485
|
+
|
486
|
+
<li class="r1 ">
|
487
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/ResponseHandling.html#response_links-instance_method" title="Ballast::Concerns::JSONApi::ResponseHandling#response_links (method)">#response_links</a></span>
|
488
|
+
<small>Ballast::Concerns::JSONApi::ResponseHandling</small>
|
489
|
+
</li>
|
490
|
+
|
491
|
+
|
396
492
|
<li class="r2 ">
|
493
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/ResponseHandling.html#response_meta-instance_method" title="Ballast::Concerns::JSONApi::ResponseHandling#response_meta (method)">#response_meta</a></span>
|
494
|
+
<small>Ballast::Concerns::JSONApi::ResponseHandling</small>
|
495
|
+
</li>
|
496
|
+
|
497
|
+
|
498
|
+
<li class="r1 ">
|
499
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/ResponseHandling.html#response_template_for-instance_method" title="Ballast::Concerns::JSONApi::ResponseHandling#response_template_for (method)">#response_template_for</a></span>
|
500
|
+
<small>Ballast::Concerns::JSONApi::ResponseHandling</small>
|
501
|
+
</li>
|
502
|
+
|
503
|
+
|
504
|
+
<li class="r2 ">
|
505
|
+
<span class='object_link'><a href="Ballast/Concerns/JSONApi/ResponseHandling.html#response_timestamp-instance_method" title="Ballast::Concerns::JSONApi::ResponseHandling#response_timestamp (method)">#response_timestamp</a></span>
|
506
|
+
<small>Ballast::Concerns::JSONApi::ResponseHandling</small>
|
507
|
+
</li>
|
508
|
+
|
509
|
+
|
510
|
+
<li class="r1 ">
|
397
511
|
<span class='object_link'><a href="Ballast.html#run_in_thread-class_method" title="Ballast.run_in_thread (method)">run_in_thread</a></span>
|
398
512
|
<small>Ballast</small>
|
399
513
|
</li>
|
400
514
|
|
401
515
|
|
402
|
-
<li class="
|
516
|
+
<li class="r2 ">
|
403
517
|
<span class='object_link'><a href="Ballast/Concerns/View.html#scope_css-instance_method" title="Ballast::Concerns::View#scope_css (method)">#scope_css</a></span>
|
404
518
|
<small>Ballast::Concerns::View</small>
|
405
519
|
</li>
|
406
520
|
|
407
521
|
|
408
|
-
<li class="
|
522
|
+
<li class="r1 ">
|
409
523
|
<span class='object_link'><a href="Ballast/AjaxResponse.html#status-instance_method" title="Ballast::AjaxResponse#status (method)">#status</a></span>
|
410
524
|
<small>Ballast::AjaxResponse</small>
|
411
525
|
</li>
|
412
526
|
|
413
527
|
|
414
|
-
<li class="
|
528
|
+
<li class="r2 ">
|
415
529
|
<span class='object_link'><a href="Ballast/Service/Response.html#success-instance_method" title="Ballast::Service::Response#success (method)">#success</a></span>
|
416
530
|
<small>Ballast::Service::Response</small>
|
417
531
|
</li>
|
418
532
|
|
419
533
|
|
420
|
-
<li class="
|
534
|
+
<li class="r1 ">
|
421
535
|
<span class='object_link'><a href="Ballast/Service/Response.html#success%3F-instance_method" title="Ballast::Service::Response#success? (method)">#success?</a></span>
|
422
536
|
<small>Ballast::Service::Response</small>
|
423
537
|
</li>
|
424
538
|
|
425
539
|
|
426
|
-
<li class="
|
540
|
+
<li class="r2 ">
|
427
541
|
<span class='object_link'><a href="Ballast/AjaxResponse.html#transport-instance_method" title="Ballast::AjaxResponse#transport (method)">#transport</a></span>
|
428
542
|
<small>Ballast::AjaxResponse</small>
|
429
543
|
</li>
|
430
544
|
|
431
545
|
|
432
|
-
<li class="
|
546
|
+
<li class="r1 ">
|
433
547
|
<span class='object_link'><a href="Ballast/Concerns/View.html#update_javascript_params-instance_method" title="Ballast::Concerns::View#update_javascript_params (method)">#update_javascript_params</a></span>
|
434
548
|
<small>Ballast::Concerns::View</small>
|
435
549
|
</li>
|
436
550
|
|
437
551
|
|
438
|
-
<li class="
|
552
|
+
<li class="r2 ">
|
439
553
|
<span class='object_link'><a href="Ballast/Concerns/View.html#update_layout_params-instance_method" title="Ballast::Concerns::View#update_layout_params (method)">#update_layout_params</a></span>
|
440
554
|
<small>Ballast::Concerns::View</small>
|
441
555
|
</li>
|
442
556
|
|
443
557
|
|
444
|
-
<li class="
|
558
|
+
<li class="r1 ">
|
445
559
|
<span class='object_link'><a href="Ballast/Emoji/Character.html#url-instance_method" title="Ballast::Emoji::Character#url (method)">#url</a></span>
|
446
560
|
<small>Ballast::Emoji::Character</small>
|
447
561
|
</li>
|
448
562
|
|
449
563
|
|
450
|
-
<li class="
|
564
|
+
<li class="r2 ">
|
451
565
|
<span class='object_link'><a href="Ballast/Emoji/Utils.html#url_for-instance_method" title="Ballast::Emoji::Utils#url_for (method)">#url_for</a></span>
|
452
566
|
<small>Ballast::Emoji::Utils</small>
|
453
567
|
</li>
|
454
568
|
|
455
569
|
|
456
|
-
<li class="
|
570
|
+
<li class="r1 ">
|
457
571
|
<span class='object_link'><a href="Ballast/Emoji/Utils.html#url_mapper-instance_method" title="Ballast::Emoji::Utils#url_mapper (method)">#url_mapper</a></span>
|
458
572
|
<small>Ballast::Emoji::Utils</small>
|
459
573
|
</li>
|