jsonapi_compliable 0.11.6 → 0.11.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/docs/Jsonapi/ResourceGenerator.html +1 -1
- data/docs/Jsonapi.html +1 -1
- data/docs/JsonapiCompliable/Adapters/Abstract.html +1 -1
- data/docs/JsonapiCompliable/Adapters/ActiveRecord.html +1 -1
- data/docs/JsonapiCompliable/Adapters/ActiveRecordSideloading.html +1 -1
- data/docs/JsonapiCompliable/Adapters/Null.html +1 -1
- data/docs/JsonapiCompliable/Adapters.html +1 -1
- data/docs/JsonapiCompliable/Base.html +1 -1
- data/docs/JsonapiCompliable/Configuration.html +100 -7
- data/docs/JsonapiCompliable/Deserializer.html +1 -1
- data/docs/JsonapiCompliable/Errors/BadFilter.html +1 -1
- data/docs/JsonapiCompliable/Errors/InvalidInclude.html +1 -1
- data/docs/JsonapiCompliable/Errors/RecordNotFound.html +1 -1
- data/docs/JsonapiCompliable/Errors/StatNotFound.html +1 -1
- data/docs/JsonapiCompliable/Errors/UnsupportedPageSize.html +1 -1
- data/docs/JsonapiCompliable/Errors/ValidationError.html +1 -1
- data/docs/JsonapiCompliable/Errors.html +1 -1
- data/docs/JsonapiCompliable/Extensions/BooleanAttribute/ClassMethods.html +1 -1
- data/docs/JsonapiCompliable/Extensions/BooleanAttribute.html +1 -1
- data/docs/JsonapiCompliable/Extensions/ExtraAttribute/ClassMethods.html +1 -1
- data/docs/JsonapiCompliable/Extensions/ExtraAttribute.html +1 -1
- data/docs/JsonapiCompliable/Extensions.html +1 -1
- data/docs/JsonapiCompliable/Query.html +1 -1
- data/docs/JsonapiCompliable/Rails.html +1 -1
- data/docs/JsonapiCompliable/Resource.html +1 -1
- data/docs/JsonapiCompliable/Scope.html +1 -1
- data/docs/JsonapiCompliable/Scoping/Base.html +1 -1
- data/docs/JsonapiCompliable/Scoping/DefaultFilter.html +1 -1
- data/docs/JsonapiCompliable/Scoping/ExtraFields.html +1 -1
- data/docs/JsonapiCompliable/Scoping/Filter.html +1 -1
- data/docs/JsonapiCompliable/Scoping/Filterable.html +1 -1
- data/docs/JsonapiCompliable/Scoping/Paginate.html +1 -1
- data/docs/JsonapiCompliable/Scoping/Sort.html +1 -1
- data/docs/JsonapiCompliable/Scoping.html +1 -1
- data/docs/JsonapiCompliable/SerializableTempId.html +1 -1
- data/docs/JsonapiCompliable/Sideload.html +1 -1
- data/docs/JsonapiCompliable/Stats/DSL.html +1 -1
- data/docs/JsonapiCompliable/Stats/Payload.html +1 -1
- data/docs/JsonapiCompliable/Stats.html +1 -1
- data/docs/JsonapiCompliable/Util/FieldParams.html +1 -1
- data/docs/JsonapiCompliable/Util/Hash.html +1 -1
- data/docs/JsonapiCompliable/Util/IncludeParams.html +1 -1
- data/docs/JsonapiCompliable/Util/Persistence.html +1 -1
- data/docs/JsonapiCompliable/Util/RelationshipPayload.html +1 -1
- data/docs/JsonapiCompliable/Util/RenderOptions.html +20 -4
- data/docs/JsonapiCompliable/Util/Sideload.html +1 -1
- data/docs/JsonapiCompliable/Util/ValidationResponse.html +1 -1
- data/docs/JsonapiCompliable/Util.html +1 -1
- data/docs/JsonapiCompliable.html +2 -2
- data/docs/_index.html +1 -1
- data/docs/file.README.html +1 -1
- data/docs/index.html +1 -1
- data/docs/method_list.html +266 -258
- data/docs/top-level-namespace.html +1 -1
- data/lib/jsonapi_compliable/configuration.rb +11 -0
- data/lib/jsonapi_compliable/scope.rb +22 -1
- data/lib/jsonapi_compliable/util/render_options.rb +1 -0
- data/lib/jsonapi_compliable/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 60f27c537bf287c553e477bb6adbcded75ebe24b
|
4
|
+
data.tar.gz: 1ae2eb4627d60aaca63de6133372878c1c9ebb34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61e47b36632f23dac308e532a259778727fc026944c38e18606c7cb91cad30db12800c5c3d5319903eff197a2a4093996173795befe5f5c8a26823becbf7f817
|
7
|
+
data.tar.gz: 60b001d02e3324dc98717b3b4a71f49413341b026d03c1ad98a1cdb085ee28ea9ae92f38c429f74f333d617f411a6047433bd86a13ac0a55b05b5dd31d4f4f12
|
@@ -215,7 +215,7 @@
|
|
215
215
|
</div>
|
216
216
|
|
217
217
|
<div id="footer">
|
218
|
-
Generated on
|
218
|
+
Generated on Mon May 7 09:24:13 2018 by
|
219
219
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
220
220
|
0.9.9 (ruby-2.3.0).
|
221
221
|
</div>
|
data/docs/Jsonapi.html
CHANGED
@@ -105,7 +105,7 @@
|
|
105
105
|
</div>
|
106
106
|
|
107
107
|
<div id="footer">
|
108
|
-
Generated on
|
108
|
+
Generated on Mon May 7 09:24:11 2018 by
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
110
110
|
0.9.9 (ruby-2.3.0).
|
111
111
|
</div>
|
@@ -2451,7 +2451,7 @@ This method should roll back the transaction if an error is raised.</p>
|
|
2451
2451
|
</div>
|
2452
2452
|
|
2453
2453
|
<div id="footer">
|
2454
|
-
Generated on
|
2454
|
+
Generated on Mon May 7 09:24:13 2018 by
|
2455
2455
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2456
2456
|
0.9.9 (ruby-2.3.0).
|
2457
2457
|
</div>
|
@@ -2243,7 +2243,7 @@ Sideload#allow_sideload</p>
|
|
2243
2243
|
</div>
|
2244
2244
|
|
2245
2245
|
<div id="footer">
|
2246
|
-
Generated on
|
2246
|
+
Generated on Mon May 7 09:24:13 2018 by
|
2247
2247
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2248
2248
|
0.9.9 (ruby-2.3.0).
|
2249
2249
|
</div>
|
@@ -580,7 +580,7 @@ end</pre>
|
|
580
580
|
</div>
|
581
581
|
|
582
582
|
<div id="footer">
|
583
|
-
Generated on
|
583
|
+
Generated on Mon May 7 09:24:11 2018 by
|
584
584
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
585
585
|
0.9.9 (ruby-2.3.0).
|
586
586
|
</div>
|
@@ -1672,7 +1672,7 @@ an HTTP call, etc.</p>
|
|
1672
1672
|
</div>
|
1673
1673
|
|
1674
1674
|
<div id="footer">
|
1675
|
-
Generated on
|
1675
|
+
Generated on Mon May 7 09:24:12 2018 by
|
1676
1676
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1677
1677
|
0.9.9 (ruby-2.3.0).
|
1678
1678
|
</div>
|
@@ -109,7 +109,7 @@
|
|
109
109
|
</div>
|
110
110
|
|
111
111
|
<div id="footer">
|
112
|
-
Generated on
|
112
|
+
Generated on Mon May 7 09:24:11 2018 by
|
113
113
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
114
114
|
0.9.9 (ruby-2.3.0).
|
115
115
|
</div>
|
@@ -1764,7 +1764,7 @@ Helpful for easy-access to things like the current user.</p>
|
|
1764
1764
|
</div>
|
1765
1765
|
|
1766
1766
|
<div id="footer">
|
1767
|
-
Generated on
|
1767
|
+
Generated on Mon May 7 09:24:11 2018 by
|
1768
1768
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1769
1769
|
0.9.9 (ruby-2.3.0).
|
1770
1770
|
</div>
|
@@ -106,6 +106,34 @@
|
|
106
106
|
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
107
107
|
<ul class="summary">
|
108
108
|
|
109
|
+
<li class="public ">
|
110
|
+
<span class="summary_signature">
|
111
|
+
|
112
|
+
<a href="#experimental_concurrency-instance_method" title="#experimental_concurrency (instance method)">#<strong>experimental_concurrency</strong> ⇒ Boolean </a>
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
</span>
|
117
|
+
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
<span class="summary_desc"><div class='inline'>
|
130
|
+
<p>Concurrently fetch sideloads? This is <strong>experimental</strong> and may
|
131
|
+
be removed.</p>
|
132
|
+
</div></span>
|
133
|
+
|
134
|
+
</li>
|
135
|
+
|
136
|
+
|
109
137
|
<li class="public ">
|
110
138
|
<span class="summary_signature">
|
111
139
|
|
@@ -209,15 +237,17 @@ server? Defaults to true.</p>
|
|
209
237
|
<pre class="lines">
|
210
238
|
|
211
239
|
|
212
|
-
|
213
|
-
|
214
|
-
|
240
|
+
13
|
241
|
+
14
|
242
|
+
15
|
243
|
+
16</pre>
|
215
244
|
</td>
|
216
245
|
<td>
|
217
|
-
<pre class="code"><span class="info file"># File 'lib/jsonapi_compliable/configuration.rb', line
|
246
|
+
<pre class="code"><span class="info file"># File 'lib/jsonapi_compliable/configuration.rb', line 13</span>
|
218
247
|
|
219
248
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span>
|
220
249
|
<span class='ivar'>@raise_on_missing_sideload</span> <span class='op'>=</span> <span class='kw'>true</span>
|
250
|
+
<span class='ivar'>@experimental_concurrency</span> <span class='op'>=</span> <span class='kw'>false</span>
|
221
251
|
<span class='kw'>end</span></pre>
|
222
252
|
</td>
|
223
253
|
</tr>
|
@@ -230,9 +260,72 @@ server? Defaults to true.</p>
|
|
230
260
|
<h2>Instance Attribute Details</h2>
|
231
261
|
|
232
262
|
|
233
|
-
<span id="
|
263
|
+
<span id="experimental_concurrency=-instance_method"></span>
|
234
264
|
<div class="method_details first">
|
235
|
-
<h3 class="signature first" id="
|
265
|
+
<h3 class="signature first" id="experimental_concurrency-instance_method">
|
266
|
+
|
267
|
+
#<strong>experimental_concurrency</strong> ⇒ <tt>Boolean</tt>
|
268
|
+
|
269
|
+
|
270
|
+
|
271
|
+
|
272
|
+
|
273
|
+
</h3><div class="docstring">
|
274
|
+
<div class="discussion">
|
275
|
+
|
276
|
+
<p>Returns Concurrently fetch sideloads? This is <strong>experimental</strong>
|
277
|
+
and may be removed. Defaults to false</p>
|
278
|
+
|
279
|
+
|
280
|
+
</div>
|
281
|
+
</div>
|
282
|
+
<div class="tags">
|
283
|
+
|
284
|
+
<p class="tag_title">Returns:</p>
|
285
|
+
<ul class="return">
|
286
|
+
|
287
|
+
<li>
|
288
|
+
|
289
|
+
|
290
|
+
<span class='type'>(<tt>Boolean</tt>)</span>
|
291
|
+
|
292
|
+
|
293
|
+
|
294
|
+
—
|
295
|
+
<div class='inline'>
|
296
|
+
<p>Concurrently fetch sideloads? This is <strong>experimental</strong> and may
|
297
|
+
be removed. Defaults to false</p>
|
298
|
+
</div>
|
299
|
+
|
300
|
+
</li>
|
301
|
+
|
302
|
+
</ul>
|
303
|
+
|
304
|
+
</div><table class="source_code">
|
305
|
+
<tr>
|
306
|
+
<td>
|
307
|
+
<pre class="lines">
|
308
|
+
|
309
|
+
|
310
|
+
9
|
311
|
+
10
|
312
|
+
11</pre>
|
313
|
+
</td>
|
314
|
+
<td>
|
315
|
+
<pre class="code"><span class="info file"># File 'lib/jsonapi_compliable/configuration.rb', line 9</span>
|
316
|
+
|
317
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_experimental_concurrency'>experimental_concurrency</span>
|
318
|
+
<span class='ivar'>@experimental_concurrency</span>
|
319
|
+
<span class='kw'>end</span></pre>
|
320
|
+
</td>
|
321
|
+
</tr>
|
322
|
+
</table>
|
323
|
+
</div>
|
324
|
+
|
325
|
+
|
326
|
+
<span id="raise_on_missing_sideload=-instance_method"></span>
|
327
|
+
<div class="method_details ">
|
328
|
+
<h3 class="signature " id="raise_on_missing_sideload-instance_method">
|
236
329
|
|
237
330
|
#<strong>raise_on_missing_sideload</strong> ⇒ <tt>Boolean</tt>
|
238
331
|
|
@@ -298,7 +391,7 @@ server? Defaults to true.</p>
|
|
298
391
|
</div>
|
299
392
|
|
300
393
|
<div id="footer">
|
301
|
-
Generated on
|
394
|
+
Generated on Mon May 7 09:24:12 2018 by
|
302
395
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
303
396
|
0.9.9 (ruby-2.3.0).
|
304
397
|
</div>
|
@@ -892,7 +892,7 @@ create/update/destroy/disassociate. Based on the request env or the
|
|
892
892
|
</div>
|
893
893
|
|
894
894
|
<div id="footer">
|
895
|
-
Generated on
|
895
|
+
Generated on Mon May 7 09:24:12 2018 by
|
896
896
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
897
897
|
0.9.9 (ruby-2.3.0).
|
898
898
|
</div>
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</div>
|
115
115
|
|
116
116
|
<div id="footer">
|
117
|
-
Generated on
|
117
|
+
Generated on Mon May 7 09:24:11 2018 by
|
118
118
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
119
119
|
0.9.9 (ruby-2.3.0).
|
120
120
|
</div>
|
@@ -256,7 +256,7 @@
|
|
256
256
|
</div>
|
257
257
|
|
258
258
|
<div id="footer">
|
259
|
-
Generated on
|
259
|
+
Generated on Mon May 7 09:24:11 2018 by
|
260
260
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
261
261
|
0.9.9 (ruby-2.3.0).
|
262
262
|
</div>
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</div>
|
115
115
|
|
116
116
|
<div id="footer">
|
117
|
-
Generated on
|
117
|
+
Generated on Mon May 7 09:24:11 2018 by
|
118
118
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
119
119
|
0.9.9 (ruby-2.3.0).
|
120
120
|
</div>
|
@@ -256,7 +256,7 @@
|
|
256
256
|
</div>
|
257
257
|
|
258
258
|
<div id="footer">
|
259
|
-
Generated on
|
259
|
+
Generated on Mon May 7 09:24:11 2018 by
|
260
260
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
261
261
|
0.9.9 (ruby-2.3.0).
|
262
262
|
</div>
|
@@ -254,7 +254,7 @@
|
|
254
254
|
</div>
|
255
255
|
|
256
256
|
<div id="footer">
|
257
|
-
Generated on
|
257
|
+
Generated on Mon May 7 09:24:11 2018 by
|
258
258
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
259
259
|
0.9.9 (ruby-2.3.0).
|
260
260
|
</div>
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</div>
|
115
115
|
|
116
116
|
<div id="footer">
|
117
|
-
Generated on
|
117
|
+
Generated on Mon May 7 09:24:11 2018 by
|
118
118
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
119
119
|
0.9.9 (ruby-2.3.0).
|
120
120
|
</div>
|
@@ -105,7 +105,7 @@
|
|
105
105
|
</div>
|
106
106
|
|
107
107
|
<div id="footer">
|
108
|
-
Generated on
|
108
|
+
Generated on Mon May 7 09:24:11 2018 by
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
110
110
|
0.9.9 (ruby-2.3.0).
|
111
111
|
</div>
|
@@ -219,7 +219,7 @@
|
|
219
219
|
</div>
|
220
220
|
|
221
221
|
<div id="footer">
|
222
|
-
Generated on
|
222
|
+
Generated on Mon May 7 09:24:11 2018 by
|
223
223
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
224
224
|
0.9.9 (ruby-2.3.0).
|
225
225
|
</div>
|
@@ -202,7 +202,7 @@
|
|
202
202
|
</div>
|
203
203
|
|
204
204
|
<div id="footer">
|
205
|
-
Generated on
|
205
|
+
Generated on Mon May 7 09:24:11 2018 by
|
206
206
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
207
207
|
0.9.9 (ruby-2.3.0).
|
208
208
|
</div>
|
@@ -227,7 +227,7 @@
|
|
227
227
|
</div>
|
228
228
|
|
229
229
|
<div id="footer">
|
230
|
-
Generated on
|
230
|
+
Generated on Mon May 7 09:24:11 2018 by
|
231
231
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
232
232
|
0.9.9 (ruby-2.3.0).
|
233
233
|
</div>
|
@@ -232,7 +232,7 @@ extra attribute. See (Resource.extra_field).</p>
|
|
232
232
|
</div>
|
233
233
|
|
234
234
|
<div id="footer">
|
235
|
-
Generated on
|
235
|
+
Generated on Mon May 7 09:24:11 2018 by
|
236
236
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
237
237
|
0.9.9 (ruby-2.3.0).
|
238
238
|
</div>
|
@@ -107,7 +107,7 @@
|
|
107
107
|
</div>
|
108
108
|
|
109
109
|
<div id="footer">
|
110
|
-
Generated on
|
110
|
+
Generated on Mon May 7 09:24:11 2018 by
|
111
111
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
112
112
|
0.9.9 (ruby-2.3.0).
|
113
113
|
</div>
|
@@ -1097,7 +1097,7 @@ get, say, the total count without the overhead of fetching actual records.</p>
|
|
1097
1097
|
</div>
|
1098
1098
|
|
1099
1099
|
<div id="footer">
|
1100
|
-
Generated on
|
1100
|
+
Generated on Mon May 7 09:24:11 2018 by
|
1101
1101
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1102
1102
|
0.9.9 (ruby-2.3.0).
|
1103
1103
|
</div>
|
@@ -201,7 +201,7 @@
|
|
201
201
|
</div>
|
202
202
|
|
203
203
|
<div id="footer">
|
204
|
-
Generated on
|
204
|
+
Generated on Mon May 7 09:24:11 2018 by
|
205
205
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
206
206
|
0.9.9 (ruby-2.3.0).
|
207
207
|
</div>
|
@@ -5091,7 +5091,7 @@ Rails controller context</p>
|
|
5091
5091
|
</div>
|
5092
5092
|
|
5093
5093
|
<div id="footer">
|
5094
|
-
Generated on
|
5094
|
+
Generated on Mon May 7 09:24:12 2018 by
|
5095
5095
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
5096
5096
|
0.9.9 (ruby-2.3.0).
|
5097
5097
|
</div>
|
@@ -847,7 +847,7 @@ sideload</p>
|
|
847
847
|
</div>
|
848
848
|
|
849
849
|
<div id="footer">
|
850
|
-
Generated on
|
850
|
+
Generated on Mon May 7 09:24:11 2018 by
|
851
851
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
852
852
|
0.9.9 (ruby-2.3.0).
|
853
853
|
</div>
|
@@ -833,7 +833,7 @@ a default in certain contexts.</p>
|
|
833
833
|
</div>
|
834
834
|
|
835
835
|
<div id="footer">
|
836
|
-
Generated on
|
836
|
+
Generated on Mon May 7 09:24:12 2018 by
|
837
837
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
838
838
|
0.9.9 (ruby-2.3.0).
|
839
839
|
</div>
|
@@ -308,7 +308,7 @@ filter, and apply the default proc unless an explicit override is requested</p>
|
|
308
308
|
</div>
|
309
309
|
|
310
310
|
<div id="footer">
|
311
|
-
Generated on
|
311
|
+
Generated on Mon May 7 09:24:13 2018 by
|
312
312
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
313
313
|
0.9.9 (ruby-2.3.0).
|
314
314
|
</div>
|
@@ -291,7 +291,7 @@ for that field, run it. Otherwise, do nothing.</p>
|
|
291
291
|
</div>
|
292
292
|
|
293
293
|
<div id="footer">
|
294
|
-
Generated on
|
294
|
+
Generated on Mon May 7 09:24:13 2018 by
|
295
295
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
296
296
|
0.9.9 (ruby-2.3.0).
|
297
297
|
</div>
|
@@ -303,7 +303,7 @@ aliases. If valid, call either the default or custom filtering logic.</p>
|
|
303
303
|
</div>
|
304
304
|
|
305
305
|
<div id="footer">
|
306
|
-
Generated on
|
306
|
+
Generated on Mon May 7 09:24:12 2018 by
|
307
307
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
308
308
|
0.9.9 (ruby-2.3.0).
|
309
309
|
</div>
|
@@ -354,7 +354,7 @@
|
|
354
354
|
</div>
|
355
355
|
|
356
356
|
<div id="footer">
|
357
|
-
Generated on
|
357
|
+
Generated on Mon May 7 09:24:11 2018 by
|
358
358
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
359
359
|
0.9.9 (ruby-2.3.0).
|
360
360
|
</div>
|
@@ -603,7 +603,7 @@ explicitly specified in the request.</p>
|
|
603
603
|
</div>
|
604
604
|
|
605
605
|
<div id="footer">
|
606
|
-
Generated on
|
606
|
+
Generated on Mon May 7 09:24:12 2018 by
|
607
607
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
608
608
|
0.9.9 (ruby-2.3.0).
|
609
609
|
</div>
|
@@ -446,7 +446,7 @@ proc:</p>
|
|
446
446
|
</div>
|
447
447
|
|
448
448
|
<div id="footer">
|
449
|
-
Generated on
|
449
|
+
Generated on Mon May 7 09:24:12 2018 by
|
450
450
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
451
451
|
0.9.9 (ruby-2.3.0).
|
452
452
|
</div>
|
@@ -107,7 +107,7 @@
|
|
107
107
|
</div>
|
108
108
|
|
109
109
|
<div id="footer">
|
110
|
-
Generated on
|
110
|
+
Generated on Mon May 7 09:24:11 2018 by
|
111
111
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
112
112
|
0.9.9 (ruby-2.3.0).
|
113
113
|
</div>
|
@@ -206,7 +206,7 @@ reference it directly.</p>
|
|
206
206
|
</div>
|
207
207
|
|
208
208
|
<div id="footer">
|
209
|
-
Generated on
|
209
|
+
Generated on Mon May 7 09:24:11 2018 by
|
210
210
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
211
211
|
0.9.9 (ruby-2.3.0).
|
212
212
|
</div>
|
@@ -2968,7 +2968,7 @@ in your resource directly.</p>
|
|
2968
2968
|
</div>
|
2969
2969
|
|
2970
2970
|
<div id="footer">
|
2971
|
-
Generated on
|
2971
|
+
Generated on Mon May 7 09:24:12 2018 by
|
2972
2972
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2973
2973
|
0.9.9 (ruby-2.3.0).
|
2974
2974
|
</div>
|
@@ -989,7 +989,7 @@ configured.</p>
|
|
989
989
|
</div>
|
990
990
|
|
991
991
|
<div id="footer">
|
992
|
-
Generated on
|
992
|
+
Generated on Mon May 7 09:24:12 2018 by
|
993
993
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
994
994
|
0.9.9 (ruby-2.3.0).
|
995
995
|
</div>
|
@@ -381,7 +381,7 @@ results.</p>
|
|
381
381
|
</div>
|
382
382
|
|
383
383
|
<div id="footer">
|
384
|
-
Generated on
|
384
|
+
Generated on Mon May 7 09:24:12 2018 by
|
385
385
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
386
386
|
0.9.9 (ruby-2.3.0).
|
387
387
|
</div>
|
@@ -107,7 +107,7 @@
|
|
107
107
|
</div>
|
108
108
|
|
109
109
|
<div id="footer">
|
110
|
-
Generated on
|
110
|
+
Generated on Mon May 7 09:24:11 2018 by
|
111
111
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
112
112
|
0.9.9 (ruby-2.3.0).
|
113
113
|
</div>
|
@@ -218,7 +218,7 @@
|
|
218
218
|
</div>
|
219
219
|
|
220
220
|
<div id="footer">
|
221
|
-
Generated on
|
221
|
+
Generated on Mon May 7 09:24:13 2018 by
|
222
222
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
223
223
|
0.9.9 (ruby-2.3.0).
|
224
224
|
</div>
|
@@ -461,7 +461,7 @@
|
|
461
461
|
</div>
|
462
462
|
|
463
463
|
<div id="footer">
|
464
|
-
Generated on
|
464
|
+
Generated on Mon May 7 09:24:12 2018 by
|
465
465
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
466
466
|
0.9.9 (ruby-2.3.0).
|
467
467
|
</div>
|
@@ -289,7 +289,7 @@
|
|
289
289
|
</div>
|
290
290
|
|
291
291
|
<div id="footer">
|
292
|
-
Generated on
|
292
|
+
Generated on Mon May 7 09:24:13 2018 by
|
293
293
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
294
294
|
0.9.9 (ruby-2.3.0).
|
295
295
|
</div>
|
@@ -435,7 +435,7 @@ know the primary key value of the parent before persisting the child.</p>
|
|
435
435
|
</div>
|
436
436
|
|
437
437
|
<div id="footer">
|
438
|
-
Generated on
|
438
|
+
Generated on Mon May 7 09:24:12 2018 by
|
439
439
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
440
440
|
0.9.9 (ruby-2.3.0).
|
441
441
|
</div>
|
@@ -553,7 +553,7 @@
|
|
553
553
|
</div>
|
554
554
|
|
555
555
|
<div id="footer">
|
556
|
-
Generated on
|
556
|
+
Generated on Mon May 7 09:24:13 2018 by
|
557
557
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
558
558
|
0.9.9 (ruby-2.3.0).
|
559
559
|
</div>
|