jsonapi_compliable 0.9.2 → 0.10.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.
Files changed (58) hide show
  1. checksums.yaml +4 -4
  2. data/docs/Jsonapi/ResourceGenerator.html +1 -1
  3. data/docs/Jsonapi.html +1 -1
  4. data/docs/JsonapiCompliable/Adapters/Abstract.html +1 -1
  5. data/docs/JsonapiCompliable/Adapters/ActiveRecord.html +1 -1
  6. data/docs/JsonapiCompliable/Adapters/ActiveRecordSideloading.html +1 -1
  7. data/docs/JsonapiCompliable/Adapters/Null.html +1 -1
  8. data/docs/JsonapiCompliable/Adapters.html +1 -1
  9. data/docs/JsonapiCompliable/Base.html +389 -62
  10. data/docs/JsonapiCompliable/Deserializer.html +1 -1
  11. data/docs/JsonapiCompliable/Errors/BadFilter.html +1 -1
  12. data/docs/JsonapiCompliable/Errors/StatNotFound.html +1 -1
  13. data/docs/JsonapiCompliable/Errors/UnsupportedPageSize.html +1 -1
  14. data/docs/JsonapiCompliable/Errors/ValidationError.html +1 -1
  15. data/docs/JsonapiCompliable/Errors.html +1 -1
  16. data/docs/JsonapiCompliable/Extensions/BooleanAttribute/ClassMethods.html +1 -1
  17. data/docs/JsonapiCompliable/Extensions/BooleanAttribute.html +1 -1
  18. data/docs/JsonapiCompliable/Extensions/ExtraAttribute/ClassMethods.html +1 -1
  19. data/docs/JsonapiCompliable/Extensions/ExtraAttribute.html +1 -1
  20. data/docs/JsonapiCompliable/Extensions.html +1 -1
  21. data/docs/JsonapiCompliable/Query.html +27 -21
  22. data/docs/JsonapiCompliable/Rails.html +1 -1
  23. data/docs/JsonapiCompliable/Resource.html +189 -572
  24. data/docs/JsonapiCompliable/Scope.html +1 -1
  25. data/docs/JsonapiCompliable/Scoping/Base.html +1 -1
  26. data/docs/JsonapiCompliable/Scoping/DefaultFilter.html +1 -1
  27. data/docs/JsonapiCompliable/Scoping/ExtraFields.html +1 -1
  28. data/docs/JsonapiCompliable/Scoping/Filter.html +1 -1
  29. data/docs/JsonapiCompliable/Scoping/Filterable.html +1 -1
  30. data/docs/JsonapiCompliable/Scoping/Paginate.html +1 -1
  31. data/docs/JsonapiCompliable/Scoping/Sort.html +1 -1
  32. data/docs/JsonapiCompliable/Scoping.html +1 -1
  33. data/docs/JsonapiCompliable/SerializableTempId.html +1 -1
  34. data/docs/JsonapiCompliable/Sideload.html +164 -384
  35. data/docs/JsonapiCompliable/Stats/DSL.html +1 -1
  36. data/docs/JsonapiCompliable/Stats/Payload.html +1 -1
  37. data/docs/JsonapiCompliable/Stats.html +1 -1
  38. data/docs/JsonapiCompliable/Util/FieldParams.html +1 -1
  39. data/docs/JsonapiCompliable/Util/Hash.html +1 -1
  40. data/docs/JsonapiCompliable/Util/IncludeParams.html +1 -1
  41. data/docs/JsonapiCompliable/Util/Persistence.html +1 -1
  42. data/docs/JsonapiCompliable/Util/RelationshipPayload.html +1 -1
  43. data/docs/JsonapiCompliable/Util/RenderOptions.html +1 -1
  44. data/docs/JsonapiCompliable/Util/ValidationResponse.html +1 -1
  45. data/docs/JsonapiCompliable/Util.html +1 -1
  46. data/docs/JsonapiCompliable.html +2 -2
  47. data/docs/_index.html +1 -1
  48. data/docs/file.README.html +1 -1
  49. data/docs/index.html +1 -1
  50. data/docs/method_list.html +191 -215
  51. data/docs/top-level-namespace.html +1 -1
  52. data/lib/jsonapi_compliable/base.rb +43 -1
  53. data/lib/jsonapi_compliable/query.rb +8 -5
  54. data/lib/jsonapi_compliable/resource.rb +2 -90
  55. data/lib/jsonapi_compliable/scope.rb +2 -4
  56. data/lib/jsonapi_compliable/sideload.rb +7 -59
  57. data/lib/jsonapi_compliable/version.rb +1 -1
  58. metadata +2 -2
@@ -693,7 +693,7 @@ sideload</p>
693
693
  </div>
694
694
 
695
695
  <div id="footer">
696
- Generated on Mon Oct 2 09:38:50 2017 by
696
+ Generated on Tue Oct 3 09:22:25 2017 by
697
697
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
698
698
  0.9.9 (ruby-2.3.0).
699
699
  </div>
@@ -833,7 +833,7 @@ a default in certain contexts.</p>
833
833
  </div>
834
834
 
835
835
  <div id="footer">
836
- Generated on Mon Oct 2 09:38:51 2017 by
836
+ Generated on Tue Oct 3 09:22:26 2017 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 Mon Oct 2 09:38:52 2017 by
311
+ Generated on Tue Oct 3 09:22:27 2017 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 Mon Oct 2 09:38:51 2017 by
294
+ Generated on Tue Oct 3 09:22:27 2017 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 Mon Oct 2 09:38:51 2017 by
306
+ Generated on Tue Oct 3 09:22:26 2017 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 Mon Oct 2 09:38:50 2017 by
357
+ Generated on Tue Oct 3 09:22:25 2017 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 Mon Oct 2 09:38:51 2017 by
606
+ Generated on Tue Oct 3 09:22:26 2017 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>
@@ -444,7 +444,7 @@ proc:</p>
444
444
  </div>
445
445
 
446
446
  <div id="footer">
447
- Generated on Mon Oct 2 09:38:51 2017 by
447
+ Generated on Tue Oct 3 09:22:26 2017 by
448
448
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
449
449
  0.9.9 (ruby-2.3.0).
450
450
  </div>
@@ -107,7 +107,7 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Mon Oct 2 09:38:50 2017 by
110
+ Generated on Tue Oct 3 09:22:25 2017 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 Mon Oct 2 09:38:50 2017 by
209
+ Generated on Tue Oct 3 09:22:25 2017 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>