active_model_serializers 0.10.7 → 0.10.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (213) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +62 -1
  3. data/README.md +20 -20
  4. data/lib/action_controller/serialization.rb +11 -1
  5. data/lib/active_model/serializable_resource.rb +2 -0
  6. data/lib/active_model/serializer.rb +33 -18
  7. data/lib/active_model/serializer/adapter.rb +2 -0
  8. data/lib/active_model/serializer/adapter/attributes.rb +2 -0
  9. data/lib/active_model/serializer/adapter/base.rb +2 -0
  10. data/lib/active_model/serializer/adapter/json.rb +2 -0
  11. data/lib/active_model/serializer/adapter/json_api.rb +2 -0
  12. data/lib/active_model/serializer/adapter/null.rb +2 -0
  13. data/lib/active_model/serializer/array_serializer.rb +2 -0
  14. data/lib/active_model/serializer/association.rb +2 -0
  15. data/lib/active_model/serializer/attribute.rb +2 -0
  16. data/lib/active_model/serializer/belongs_to_reflection.rb +2 -0
  17. data/lib/active_model/serializer/collection_serializer.rb +6 -6
  18. data/lib/active_model/serializer/concerns/caching.rb +7 -2
  19. data/lib/active_model/serializer/error_serializer.rb +2 -0
  20. data/lib/active_model/serializer/errors_serializer.rb +2 -0
  21. data/lib/active_model/serializer/field.rb +2 -0
  22. data/lib/active_model/serializer/fieldset.rb +3 -1
  23. data/lib/active_model/serializer/has_many_reflection.rb +2 -0
  24. data/lib/active_model/serializer/has_one_reflection.rb +2 -0
  25. data/lib/active_model/serializer/lazy_association.rb +6 -2
  26. data/lib/active_model/serializer/link.rb +23 -0
  27. data/lib/active_model/serializer/lint.rb +2 -0
  28. data/lib/active_model/serializer/null.rb +2 -0
  29. data/lib/active_model/serializer/reflection.rb +9 -4
  30. data/lib/active_model/serializer/version.rb +3 -1
  31. data/lib/active_model_serializers.rb +20 -10
  32. data/lib/active_model_serializers/adapter.rb +3 -1
  33. data/lib/active_model_serializers/adapter/attributes.rb +23 -0
  34. data/lib/active_model_serializers/adapter/base.rb +2 -0
  35. data/lib/active_model_serializers/adapter/json.rb +2 -0
  36. data/lib/active_model_serializers/adapter/json_api.rb +14 -9
  37. data/lib/active_model_serializers/adapter/json_api/deserialization.rb +2 -0
  38. data/lib/active_model_serializers/adapter/json_api/error.rb +2 -0
  39. data/lib/active_model_serializers/adapter/json_api/jsonapi.rb +2 -0
  40. data/lib/active_model_serializers/adapter/json_api/link.rb +2 -0
  41. data/lib/active_model_serializers/adapter/json_api/meta.rb +2 -0
  42. data/lib/active_model_serializers/adapter/json_api/pagination_links.rb +2 -0
  43. data/lib/active_model_serializers/adapter/json_api/relationship.rb +2 -0
  44. data/lib/active_model_serializers/adapter/json_api/resource_identifier.rb +3 -1
  45. data/lib/active_model_serializers/adapter/null.rb +2 -0
  46. data/lib/active_model_serializers/callbacks.rb +2 -0
  47. data/lib/active_model_serializers/deprecate.rb +2 -0
  48. data/lib/active_model_serializers/deserialization.rb +2 -0
  49. data/lib/active_model_serializers/json_pointer.rb +2 -0
  50. data/lib/active_model_serializers/logging.rb +2 -0
  51. data/lib/active_model_serializers/lookup_chain.rb +2 -0
  52. data/lib/active_model_serializers/model.rb +2 -0
  53. data/lib/active_model_serializers/model/caching.rb +25 -0
  54. data/lib/active_model_serializers/railtie.rb +4 -0
  55. data/lib/active_model_serializers/register_jsonapi_renderer.rb +2 -0
  56. data/lib/active_model_serializers/serializable_resource.rb +4 -2
  57. data/lib/active_model_serializers/serialization_context.rb +2 -0
  58. data/lib/active_model_serializers/test.rb +2 -0
  59. data/lib/active_model_serializers/test/schema.rb +2 -0
  60. data/lib/active_model_serializers/test/serializer.rb +2 -0
  61. data/lib/generators/rails/resource_override.rb +2 -0
  62. data/lib/generators/rails/serializer_generator.rb +2 -0
  63. data/lib/grape/active_model_serializers.rb +2 -0
  64. data/lib/grape/formatters/active_model_serializers.rb +2 -0
  65. data/lib/grape/helpers/active_model_serializers.rb +2 -0
  66. data/lib/tasks/rubocop.rake +2 -0
  67. metadata +70 -295
  68. data/.github/ISSUE_TEMPLATE.md +0 -29
  69. data/.github/PULL_REQUEST_TEMPLATE.md +0 -15
  70. data/.gitignore +0 -35
  71. data/.rubocop.yml +0 -105
  72. data/.simplecov +0 -110
  73. data/.travis.yml +0 -52
  74. data/CODE_OF_CONDUCT.md +0 -74
  75. data/CONTRIBUTING.md +0 -105
  76. data/Gemfile +0 -72
  77. data/Rakefile +0 -74
  78. data/active_model_serializers.gemspec +0 -63
  79. data/appveyor.yml +0 -28
  80. data/bin/bench +0 -171
  81. data/bin/bench_regression +0 -316
  82. data/bin/rubocop +0 -38
  83. data/bin/serve_benchmark +0 -39
  84. data/docs/README.md +0 -41
  85. data/docs/STYLE.md +0 -58
  86. data/docs/general/adapters.md +0 -269
  87. data/docs/general/caching.md +0 -58
  88. data/docs/general/configuration_options.md +0 -185
  89. data/docs/general/deserialization.md +0 -100
  90. data/docs/general/fields.md +0 -31
  91. data/docs/general/getting_started.md +0 -133
  92. data/docs/general/instrumentation.md +0 -40
  93. data/docs/general/key_transforms.md +0 -40
  94. data/docs/general/logging.md +0 -21
  95. data/docs/general/rendering.md +0 -293
  96. data/docs/general/serializers.md +0 -483
  97. data/docs/how-open-source-maintained.jpg +0 -0
  98. data/docs/howto/add_pagination_links.md +0 -138
  99. data/docs/howto/add_relationship_links.md +0 -140
  100. data/docs/howto/add_root_key.md +0 -62
  101. data/docs/howto/grape_integration.md +0 -42
  102. data/docs/howto/outside_controller_use.md +0 -66
  103. data/docs/howto/passing_arbitrary_options.md +0 -27
  104. data/docs/howto/serialize_poro.md +0 -73
  105. data/docs/howto/test.md +0 -154
  106. data/docs/howto/upgrade_from_0_8_to_0_10.md +0 -265
  107. data/docs/integrations/ember-and-json-api.md +0 -147
  108. data/docs/integrations/grape.md +0 -19
  109. data/docs/jsonapi/errors.md +0 -56
  110. data/docs/jsonapi/schema.md +0 -151
  111. data/docs/jsonapi/schema/schema.json +0 -366
  112. data/docs/rfcs/0000-namespace.md +0 -106
  113. data/docs/rfcs/template.md +0 -15
  114. data/test/action_controller/adapter_selector_test.rb +0 -62
  115. data/test/action_controller/explicit_serializer_test.rb +0 -135
  116. data/test/action_controller/json/include_test.rb +0 -246
  117. data/test/action_controller/json_api/deserialization_test.rb +0 -112
  118. data/test/action_controller/json_api/errors_test.rb +0 -40
  119. data/test/action_controller/json_api/fields_test.rb +0 -66
  120. data/test/action_controller/json_api/linked_test.rb +0 -202
  121. data/test/action_controller/json_api/pagination_test.rb +0 -124
  122. data/test/action_controller/json_api/transform_test.rb +0 -189
  123. data/test/action_controller/lookup_proc_test.rb +0 -49
  124. data/test/action_controller/namespace_lookup_test.rb +0 -232
  125. data/test/action_controller/serialization_scope_name_test.rb +0 -235
  126. data/test/action_controller/serialization_test.rb +0 -472
  127. data/test/active_model_serializers/adapter_for_test.rb +0 -208
  128. data/test/active_model_serializers/json_pointer_test.rb +0 -22
  129. data/test/active_model_serializers/logging_test.rb +0 -77
  130. data/test/active_model_serializers/model_test.rb +0 -142
  131. data/test/active_model_serializers/railtie_test_isolated.rb +0 -68
  132. data/test/active_model_serializers/register_jsonapi_renderer_test_isolated.rb +0 -161
  133. data/test/active_model_serializers/serialization_context_test_isolated.rb +0 -71
  134. data/test/active_model_serializers/test/schema_test.rb +0 -131
  135. data/test/active_model_serializers/test/serializer_test.rb +0 -62
  136. data/test/active_record_test.rb +0 -9
  137. data/test/adapter/attributes_test.rb +0 -40
  138. data/test/adapter/deprecation_test.rb +0 -100
  139. data/test/adapter/json/belongs_to_test.rb +0 -45
  140. data/test/adapter/json/collection_test.rb +0 -104
  141. data/test/adapter/json/has_many_test.rb +0 -53
  142. data/test/adapter/json/transform_test.rb +0 -93
  143. data/test/adapter/json_api/belongs_to_test.rb +0 -155
  144. data/test/adapter/json_api/collection_test.rb +0 -96
  145. data/test/adapter/json_api/errors_test.rb +0 -76
  146. data/test/adapter/json_api/fields_test.rb +0 -96
  147. data/test/adapter/json_api/has_many_explicit_serializer_test.rb +0 -96
  148. data/test/adapter/json_api/has_many_test.rb +0 -173
  149. data/test/adapter/json_api/has_one_test.rb +0 -80
  150. data/test/adapter/json_api/include_data_if_sideloaded_test.rb +0 -213
  151. data/test/adapter/json_api/json_api_test.rb +0 -33
  152. data/test/adapter/json_api/linked_test.rb +0 -413
  153. data/test/adapter/json_api/links_test.rb +0 -95
  154. data/test/adapter/json_api/pagination_links_test.rb +0 -206
  155. data/test/adapter/json_api/parse_test.rb +0 -137
  156. data/test/adapter/json_api/relationship_test.rb +0 -397
  157. data/test/adapter/json_api/resource_meta_test.rb +0 -100
  158. data/test/adapter/json_api/toplevel_jsonapi_test.rb +0 -82
  159. data/test/adapter/json_api/transform_test.rb +0 -512
  160. data/test/adapter/json_api/type_test.rb +0 -193
  161. data/test/adapter/json_test.rb +0 -46
  162. data/test/adapter/null_test.rb +0 -22
  163. data/test/adapter/polymorphic_test.rb +0 -218
  164. data/test/adapter_test.rb +0 -67
  165. data/test/array_serializer_test.rb +0 -22
  166. data/test/benchmark/app.rb +0 -65
  167. data/test/benchmark/benchmarking_support.rb +0 -67
  168. data/test/benchmark/bm_active_record.rb +0 -81
  169. data/test/benchmark/bm_adapter.rb +0 -38
  170. data/test/benchmark/bm_caching.rb +0 -119
  171. data/test/benchmark/bm_lookup_chain.rb +0 -83
  172. data/test/benchmark/bm_transform.rb +0 -45
  173. data/test/benchmark/config.ru +0 -3
  174. data/test/benchmark/controllers.rb +0 -83
  175. data/test/benchmark/fixtures.rb +0 -219
  176. data/test/cache_test.rb +0 -651
  177. data/test/collection_serializer_test.rb +0 -127
  178. data/test/fixtures/active_record.rb +0 -113
  179. data/test/fixtures/poro.rb +0 -225
  180. data/test/generators/scaffold_controller_generator_test.rb +0 -24
  181. data/test/generators/serializer_generator_test.rb +0 -75
  182. data/test/grape_test.rb +0 -196
  183. data/test/lint_test.rb +0 -49
  184. data/test/logger_test.rb +0 -20
  185. data/test/poro_test.rb +0 -9
  186. data/test/serializable_resource_test.rb +0 -79
  187. data/test/serializers/association_macros_test.rb +0 -37
  188. data/test/serializers/associations_test.rb +0 -468
  189. data/test/serializers/attribute_test.rb +0 -153
  190. data/test/serializers/attributes_test.rb +0 -52
  191. data/test/serializers/caching_configuration_test_isolated.rb +0 -170
  192. data/test/serializers/configuration_test.rb +0 -32
  193. data/test/serializers/fieldset_test.rb +0 -14
  194. data/test/serializers/meta_test.rb +0 -202
  195. data/test/serializers/options_test.rb +0 -32
  196. data/test/serializers/read_attribute_for_serialization_test.rb +0 -79
  197. data/test/serializers/reflection_test.rb +0 -427
  198. data/test/serializers/root_test.rb +0 -21
  199. data/test/serializers/serialization_test.rb +0 -55
  200. data/test/serializers/serializer_for_test.rb +0 -136
  201. data/test/serializers/serializer_for_with_namespace_test.rb +0 -88
  202. data/test/support/custom_schemas/active_model_serializers/test/schema_test/my/index.json +0 -6
  203. data/test/support/isolated_unit.rb +0 -84
  204. data/test/support/rails5_shims.rb +0 -53
  205. data/test/support/rails_app.rb +0 -38
  206. data/test/support/schemas/active_model_serializers/test/schema_test/my/index.json +0 -6
  207. data/test/support/schemas/active_model_serializers/test/schema_test/my/show.json +0 -6
  208. data/test/support/schemas/custom/show.json +0 -7
  209. data/test/support/schemas/hyper_schema.json +0 -93
  210. data/test/support/schemas/render_using_json_api.json +0 -43
  211. data/test/support/schemas/simple_json_pointers.json +0 -10
  212. data/test/support/serialization_testing.rb +0 -79
  213. data/test/test_helper.rb +0 -70
@@ -1,206 +0,0 @@
1
- require 'test_helper'
2
- require 'will_paginate/array'
3
- require 'kaminari'
4
- require 'kaminari/hooks'
5
- ::Kaminari::Hooks.init
6
-
7
- module ActiveModelSerializers
8
- module Adapter
9
- class JsonApi
10
- class PaginationLinksTest < ActiveSupport::TestCase
11
- URI = 'http://example.com'.freeze
12
-
13
- def setup
14
- ActionController::Base.cache_store.clear
15
- @array = [
16
- Profile.new(id: 1, name: 'Name 1', description: 'Description 1', comments: 'Comments 1'),
17
- Profile.new(id: 2, name: 'Name 2', description: 'Description 2', comments: 'Comments 2'),
18
- Profile.new(id: 3, name: 'Name 3', description: 'Description 3', comments: 'Comments 3'),
19
- Profile.new(id: 4, name: 'Name 4', description: 'Description 4', comments: 'Comments 4'),
20
- Profile.new(id: 5, name: 'Name 5', description: 'Description 5', comments: 'Comments 5')
21
- ]
22
- end
23
-
24
- def mock_request(query_parameters = {}, original_url = URI)
25
- context = Minitest::Mock.new
26
- context.expect(:request_url, original_url)
27
- context.expect(:query_parameters, query_parameters)
28
- context.expect(:key_transform, nil)
29
- end
30
-
31
- def load_adapter(paginated_collection, mock_request = nil)
32
- render_options = { adapter: :json_api }
33
- render_options[:serialization_context] = mock_request if mock_request
34
- serializable(paginated_collection, render_options)
35
- end
36
-
37
- def using_kaminari(page = 2)
38
- Kaminari.paginate_array(@array).page(page).per(2)
39
- end
40
-
41
- def using_will_paginate(page = 2)
42
- @array.paginate(page: page, per_page: 2)
43
- end
44
-
45
- def data
46
- {
47
- data: [
48
- { id: '1', type: 'profiles', attributes: { name: 'Name 1', description: 'Description 1' } },
49
- { id: '2', type: 'profiles', attributes: { name: 'Name 2', description: 'Description 2' } },
50
- { id: '3', type: 'profiles', attributes: { name: 'Name 3', description: 'Description 3' } },
51
- { id: '4', type: 'profiles', attributes: { name: 'Name 4', description: 'Description 4' } },
52
- { id: '5', type: 'profiles', attributes: { name: 'Name 5', description: 'Description 5' } }
53
- ]
54
- }
55
- end
56
-
57
- def empty_collection_links
58
- {
59
- self: "#{URI}?page%5Bnumber%5D=1&page%5Bsize%5D=2",
60
- first: "#{URI}?page%5Bnumber%5D=1&page%5Bsize%5D=2",
61
- prev: nil,
62
- next: nil,
63
- last: "#{URI}?page%5Bnumber%5D=1&page%5Bsize%5D=2"
64
- }
65
- end
66
-
67
- def links
68
- {
69
- links: {
70
- self: "#{URI}?page%5Bnumber%5D=2&page%5Bsize%5D=2",
71
- first: "#{URI}?page%5Bnumber%5D=1&page%5Bsize%5D=2",
72
- prev: "#{URI}?page%5Bnumber%5D=1&page%5Bsize%5D=2",
73
- next: "#{URI}?page%5Bnumber%5D=3&page%5Bsize%5D=2",
74
- last: "#{URI}?page%5Bnumber%5D=3&page%5Bsize%5D=2"
75
- }
76
- }
77
- end
78
-
79
- def last_page_links
80
- {
81
- links: {
82
- self: "#{URI}?page%5Bnumber%5D=3&page%5Bsize%5D=2",
83
- first: "#{URI}?page%5Bnumber%5D=1&page%5Bsize%5D=2",
84
- prev: "#{URI}?page%5Bnumber%5D=2&page%5Bsize%5D=2",
85
- next: nil,
86
- last: "#{URI}?page%5Bnumber%5D=3&page%5Bsize%5D=2"
87
- }
88
- }
89
- end
90
-
91
- def expected_response_when_unpaginatable
92
- data
93
- end
94
-
95
- def expected_response_with_pagination_links
96
- {}.tap do |hash|
97
- hash[:data] = data.values.flatten[2..3]
98
- hash.merge! links
99
- end
100
- end
101
-
102
- def expected_response_without_pagination_links
103
- {}.tap do |hash|
104
- hash[:data] = data.values.flatten[2..3]
105
- end
106
- end
107
-
108
- def expected_response_with_pagination_links_and_additional_params
109
- new_links = links[:links].each_with_object({}) { |(key, value), hash| hash[key] = "#{value}&test=test" }
110
- {}.tap do |hash|
111
- hash[:data] = data.values.flatten[2..3]
112
- hash.merge! links: new_links
113
- end
114
- end
115
-
116
- def expected_response_with_last_page_pagination_links
117
- {}.tap do |hash|
118
- hash[:data] = [data.values.flatten.last]
119
- hash.merge! last_page_links
120
- end
121
- end
122
-
123
- def expected_response_with_empty_collection_pagination_links
124
- {}.tap do |hash|
125
- hash[:data] = []
126
- hash.merge! links: empty_collection_links
127
- end
128
- end
129
-
130
- def test_pagination_links_using_kaminari
131
- adapter = load_adapter(using_kaminari, mock_request)
132
-
133
- assert_equal expected_response_with_pagination_links, adapter.serializable_hash
134
- end
135
-
136
- def test_pagination_links_using_will_paginate
137
- adapter = load_adapter(using_will_paginate, mock_request)
138
-
139
- assert_equal expected_response_with_pagination_links, adapter.serializable_hash
140
- end
141
-
142
- def test_pagination_links_with_additional_params
143
- adapter = load_adapter(using_will_paginate, mock_request(test: 'test'))
144
-
145
- assert_equal expected_response_with_pagination_links_and_additional_params,
146
- adapter.serializable_hash
147
- end
148
-
149
- def test_pagination_links_when_zero_results_kaminari
150
- @array = []
151
-
152
- adapter = load_adapter(using_kaminari(1), mock_request)
153
-
154
- assert_equal expected_response_with_empty_collection_pagination_links, adapter.serializable_hash
155
- end
156
-
157
- def test_pagination_links_when_zero_results_will_paginate
158
- @array = []
159
-
160
- adapter = load_adapter(using_will_paginate(1), mock_request)
161
-
162
- assert_equal expected_response_with_empty_collection_pagination_links, adapter.serializable_hash
163
- end
164
-
165
- def test_last_page_pagination_links_using_kaminari
166
- adapter = load_adapter(using_kaminari(3), mock_request)
167
-
168
- assert_equal expected_response_with_last_page_pagination_links, adapter.serializable_hash
169
- end
170
-
171
- def test_last_page_pagination_links_using_will_paginate
172
- adapter = load_adapter(using_will_paginate(3), mock_request)
173
-
174
- assert_equal expected_response_with_last_page_pagination_links, adapter.serializable_hash
175
- end
176
-
177
- def test_not_showing_pagination_links
178
- adapter = load_adapter(@array, mock_request)
179
-
180
- assert_equal expected_response_when_unpaginatable, adapter.serializable_hash
181
- end
182
-
183
- def test_raises_descriptive_error_when_serialization_context_unset
184
- render_options = { adapter: :json_api }
185
- adapter = serializable(using_kaminari, render_options)
186
- exception_class = ActiveModelSerializers::Adapter::JsonApi::PaginationLinks::MissingSerializationContextError
187
-
188
- exception = assert_raises(exception_class) do
189
- adapter.as_json
190
- end
191
- assert_equal exception_class, exception.class
192
- assert_match(/CollectionSerializer#paginated\?/, exception.message)
193
- end
194
-
195
- def test_pagination_links_not_present_when_disabled
196
- ActiveModel::Serializer.config.jsonapi_pagination_links_enabled = false
197
- adapter = load_adapter(using_kaminari, mock_request)
198
-
199
- assert_equal expected_response_without_pagination_links, adapter.serializable_hash
200
- ensure
201
- ActiveModel::Serializer.config.jsonapi_pagination_links_enabled = true
202
- end
203
- end
204
- end
205
- end
206
- end
@@ -1,137 +0,0 @@
1
- require 'test_helper'
2
- module ActiveModelSerializers
3
- module Adapter
4
- class JsonApi
5
- module Deserialization
6
- class ParseTest < Minitest::Test
7
- def setup
8
- @hash = {
9
- 'data' => {
10
- 'type' => 'photos',
11
- 'id' => 'zorglub',
12
- 'attributes' => {
13
- 'title' => 'Ember Hamster',
14
- 'src' => 'http://example.com/images/productivity.png'
15
- },
16
- 'relationships' => {
17
- 'author' => {
18
- 'data' => nil
19
- },
20
- 'photographer' => {
21
- 'data' => { 'type' => 'people', 'id' => '9' }
22
- },
23
- 'comments' => {
24
- 'data' => [
25
- { 'type' => 'comments', 'id' => '1' },
26
- { 'type' => 'comments', 'id' => '2' }
27
- ]
28
- }
29
- }
30
- }
31
- }
32
- @params = ActionController::Parameters.new(@hash)
33
- @expected = {
34
- id: 'zorglub',
35
- title: 'Ember Hamster',
36
- src: 'http://example.com/images/productivity.png',
37
- author_id: nil,
38
- photographer_id: '9',
39
- comment_ids: %w(1 2)
40
- }
41
-
42
- @illformed_payloads = [nil,
43
- {},
44
- {
45
- 'data' => nil
46
- }, {
47
- 'data' => { 'attributes' => [] }
48
- }, {
49
- 'data' => { 'relationships' => [] }
50
- }, {
51
- 'data' => {
52
- 'relationships' => { 'rel' => nil }
53
- }
54
- }, {
55
- 'data' => {
56
- 'relationships' => { 'rel' => {} }
57
- }
58
- }]
59
- end
60
-
61
- def test_hash
62
- parsed_hash = ActiveModelSerializers::Adapter::JsonApi::Deserialization.parse!(@hash)
63
- assert_equal(@expected, parsed_hash)
64
- end
65
-
66
- def test_actioncontroller_parameters
67
- assert_equal(false, @params.permitted?)
68
- parsed_hash = ActiveModelSerializers::Adapter::JsonApi::Deserialization.parse!(@params)
69
- assert_equal(@expected, parsed_hash)
70
- end
71
-
72
- def test_illformed_payloads_safe
73
- @illformed_payloads.each do |p|
74
- parsed_hash = ActiveModelSerializers::Adapter::JsonApi::Deserialization.parse(p)
75
- assert_equal({}, parsed_hash)
76
- end
77
- end
78
-
79
- def test_illformed_payloads_unsafe
80
- @illformed_payloads.each do |p|
81
- assert_raises(InvalidDocument) do
82
- ActiveModelSerializers::Adapter::JsonApi::Deserialization.parse!(p)
83
- end
84
- end
85
- end
86
-
87
- def test_filter_fields_only
88
- parsed_hash = ActiveModelSerializers::Adapter::JsonApi::Deserialization.parse!(@hash, only: [:id, :title, :author])
89
- expected = {
90
- id: 'zorglub',
91
- title: 'Ember Hamster',
92
- author_id: nil
93
- }
94
- assert_equal(expected, parsed_hash)
95
- end
96
-
97
- def test_filter_fields_except
98
- parsed_hash = ActiveModelSerializers::Adapter::JsonApi::Deserialization.parse!(@hash, except: [:id, :title, :author])
99
- expected = {
100
- src: 'http://example.com/images/productivity.png',
101
- photographer_id: '9',
102
- comment_ids: %w(1 2)
103
- }
104
- assert_equal(expected, parsed_hash)
105
- end
106
-
107
- def test_keys
108
- parsed_hash = ActiveModelSerializers::Adapter::JsonApi::Deserialization.parse!(@hash, keys: { author: :user, title: :post_title })
109
- expected = {
110
- id: 'zorglub',
111
- post_title: 'Ember Hamster',
112
- src: 'http://example.com/images/productivity.png',
113
- user_id: nil,
114
- photographer_id: '9',
115
- comment_ids: %w(1 2)
116
- }
117
- assert_equal(expected, parsed_hash)
118
- end
119
-
120
- def test_polymorphic
121
- parsed_hash = ActiveModelSerializers::Adapter::JsonApi::Deserialization.parse!(@hash, polymorphic: [:photographer])
122
- expected = {
123
- id: 'zorglub',
124
- title: 'Ember Hamster',
125
- src: 'http://example.com/images/productivity.png',
126
- author_id: nil,
127
- photographer_id: '9',
128
- photographer_type: 'Person',
129
- comment_ids: %w(1 2)
130
- }
131
- assert_equal(expected, parsed_hash)
132
- end
133
- end
134
- end
135
- end
136
- end
137
- end
@@ -1,397 +0,0 @@
1
- require 'test_helper'
2
-
3
- module ActiveModelSerializers
4
- module Adapter
5
- class JsonApi
6
- class RelationshipTest < ActiveSupport::TestCase
7
- def test_relationship_with_data
8
- expected = {
9
- data: {
10
- id: '1',
11
- type: 'blogs'
12
- }
13
- }
14
-
15
- model_attributes = { blog: Blog.new(id: 1) }
16
- relationship_name = :blog
17
- model = new_model(model_attributes)
18
- actual = build_serializer_and_serialize_relationship(model, relationship_name) do
19
- has_one :blog
20
- end
21
- assert_equal(expected, actual)
22
- end
23
-
24
- def test_relationship_with_nil_model
25
- expected = { data: nil }
26
-
27
- model_attributes = { blog: nil }
28
- relationship_name = :blog
29
- model = new_model(model_attributes)
30
- actual = build_serializer_and_serialize_relationship(model, relationship_name) do
31
- has_one :blog
32
- end
33
- assert_equal(expected, actual)
34
- end
35
-
36
- def test_relationship_with_data_array
37
- expected = {
38
- data: [
39
- {
40
- id: '1',
41
- type: 'posts'
42
- },
43
- {
44
- id: '2',
45
- type: 'posts'
46
- }
47
- ]
48
- }
49
-
50
- model_attributes = { posts: [Post.new(id: 1), Post.new(id: 2)] }
51
- relationship_name = :posts
52
- model = new_model(model_attributes)
53
- actual = build_serializer_and_serialize_relationship(model, relationship_name) do
54
- has_many :posts
55
- end
56
- assert_equal(expected, actual)
57
- end
58
-
59
- def test_relationship_data_not_included
60
- expected = { meta: {} }
61
-
62
- model_attributes = { blog: :does_not_matter }
63
- relationship_name = :blog
64
- model = new_model(model_attributes)
65
- actual = build_serializer_and_serialize_relationship(model, relationship_name) do
66
- has_one :blog do
67
- include_data false
68
- end
69
- end
70
- assert_equal(expected, actual)
71
- end
72
-
73
- def test_relationship_many_links
74
- expected = {
75
- links: {
76
- self: 'a link',
77
- related: 'another link'
78
- }
79
- }
80
-
81
- model_attributes = { blog: :does_not_matter }
82
- relationship_name = :blog
83
- model = new_model(model_attributes)
84
- actual = build_serializer_and_serialize_relationship(model, relationship_name) do
85
- has_one :blog do
86
- include_data false
87
- link :self, 'a link'
88
- link :related, 'another link'
89
- end
90
- end
91
- assert_equal(expected, actual)
92
- end
93
-
94
- def test_relationship_block_link_with_meta
95
- expected = {
96
- links: {
97
- self: {
98
- href: '1',
99
- meta: { id: 1 }
100
- }
101
- }
102
- }
103
-
104
- model_attributes = { blog: Blog.new(id: 1) }
105
- relationship_name = :blog
106
- model = new_model(model_attributes)
107
- actual = build_serializer_and_serialize_relationship(model, relationship_name) do
108
- has_one :blog do
109
- include_data false
110
- link :self do
111
- href object.blog.id.to_s
112
- meta(id: object.blog.id)
113
- end
114
- end
115
- end
116
- assert_equal(expected, actual)
117
- end
118
-
119
- def test_relationship_simple_meta
120
- expected = { meta: { id: '1' } }
121
-
122
- model_attributes = { blog: Blog.new(id: 1) }
123
- relationship_name = :blog
124
- model = new_model(model_attributes)
125
- actual = build_serializer_and_serialize_relationship(model, relationship_name) do
126
- has_one :blog do
127
- include_data false
128
- meta(id: object.blog.id.to_s)
129
- end
130
- end
131
- assert_equal(expected, actual)
132
- end
133
-
134
- def test_relationship_block_meta
135
- expected = {
136
- meta: {
137
- id: 1
138
- }
139
- }
140
-
141
- model_attributes = { blog: Blog.new(id: 1) }
142
- relationship_name = :blog
143
- model = new_model(model_attributes)
144
- actual = build_serializer_and_serialize_relationship(model, relationship_name) do
145
- has_one :blog do
146
- include_data false
147
- meta(id: object.blog.id)
148
- end
149
- end
150
- assert_equal(expected, actual)
151
- end
152
-
153
- def test_relationship_simple_link
154
- expected = {
155
- data: {
156
- id: '1337',
157
- type: 'bios'
158
- },
159
- links: {
160
- self: '//example.com/link_author/relationships/bio'
161
- }
162
- }
163
-
164
- model_attributes = { bio: Bio.new(id: 1337) }
165
- relationship_name = :bio
166
- model = new_model(model_attributes)
167
- actual = build_serializer_and_serialize_relationship(model, relationship_name) do
168
- has_one :bio do
169
- link :self, '//example.com/link_author/relationships/bio'
170
- end
171
- end
172
- assert_equal(expected, actual)
173
- end
174
-
175
- def test_relationship_block_link
176
- expected = {
177
- data: { id: '1337', type: 'profiles' },
178
- links: { related: '//example.com/profiles/1337' }
179
- }
180
-
181
- model_attributes = { profile: Profile.new(id: 1337) }
182
- relationship_name = :profile
183
- model = new_model(model_attributes)
184
- actual = build_serializer_and_serialize_relationship(model, relationship_name) do
185
- has_one :profile do
186
- id = object.profile.id
187
- link :related do
188
- "//example.com/profiles/#{id}" if id != 123
189
- end
190
- end
191
- end
192
- assert_equal(expected, actual)
193
- end
194
-
195
- def test_relationship_with_everything
196
- expected = {
197
- data: [{ id: '1337', type: 'likes' }],
198
- links: {
199
- related: {
200
- href: '//example.com/likes/1337',
201
- meta: { ids: '1337' }
202
- }
203
- },
204
- meta: { liked: true }
205
- }
206
-
207
- model_attributes = { likes: [Like.new(id: 1337)] }
208
- relationship_name = :likes
209
- model = new_model(model_attributes)
210
- actual = build_serializer_and_serialize_relationship(model, relationship_name) do
211
- has_many :likes do
212
- link :related do
213
- ids = object.likes.map(&:id).join(',')
214
- href "//example.com/likes/#{ids}"
215
- meta ids: ids
216
- end
217
- meta liked: object.likes.any?
218
- end
219
- end
220
- assert_equal(expected, actual)
221
- end
222
-
223
- def test_relationship_nil_link
224
- expected = {
225
- data: { id: '123', type: 'profiles' }
226
- }
227
-
228
- model_attributes = { profile: Profile.new(id: 123) }
229
- relationship_name = :profile
230
- model = new_model(model_attributes)
231
- actual = build_serializer_and_serialize_relationship(model, relationship_name) do
232
- has_one :profile do
233
- id = object.profile.id
234
- link :related do
235
- "//example.com/profiles/#{id}" if id != 123
236
- end
237
- end
238
- end
239
- assert_equal(expected, actual)
240
- end
241
-
242
- def test_relationship_block_link_href
243
- expected = {
244
- data: [{ id: '1337', type: 'locations' }],
245
- links: {
246
- related: { href: '//example.com/locations/1337' }
247
- }
248
- }
249
-
250
- model_attributes = { locations: [Location.new(id: 1337)] }
251
- relationship_name = :locations
252
- model = new_model(model_attributes)
253
- actual = build_serializer_and_serialize_relationship(model, relationship_name) do
254
- has_many :locations do
255
- link :related do
256
- ids = object.locations.map(&:id).join(',')
257
- href "//example.com/locations/#{ids}"
258
- end
259
- end
260
- end
261
- assert_equal(expected, actual)
262
- end
263
-
264
- def test_relationship_block_link_href_and_meta
265
- expected = {
266
- data: [{ id: '1337', type: 'posts' }],
267
- links: {
268
- related: {
269
- href: '//example.com/posts/1337',
270
- meta: { ids: '1337' }
271
- }
272
- }
273
- }
274
-
275
- model_attributes = { posts: [Post.new(id: 1337, comments: [], author: nil)] }
276
- relationship_name = :posts
277
- model = new_model(model_attributes)
278
- actual = build_serializer_and_serialize_relationship(model, relationship_name) do
279
- has_many :posts do
280
- link :related do
281
- ids = object.posts.map(&:id).join(',')
282
- href "//example.com/posts/#{ids}"
283
- meta ids: ids
284
- end
285
- end
286
- end
287
- assert_equal(expected, actual)
288
- end
289
-
290
- def test_relationship_block_link_meta
291
- expected = {
292
- data: [{ id: '1337', type: 'comments' }],
293
- links: {
294
- self: {
295
- meta: { ids: [1] }
296
- }
297
- }
298
- }
299
-
300
- model_attributes = { comments: [Comment.new(id: 1337)] }
301
- relationship_name = :comments
302
- model = new_model(model_attributes)
303
- actual = build_serializer_and_serialize_relationship(model, relationship_name) do
304
- has_many :comments do
305
- link :self do
306
- meta ids: [1]
307
- end
308
- end
309
- end
310
- assert_equal(expected, actual)
311
- end
312
-
313
- def test_relationship_meta
314
- expected = {
315
- data: [{ id: 'from-serializer-method', type: 'roles' }],
316
- meta: { count: 1 }
317
- }
318
-
319
- model_attributes = { roles: [Role.new(id: 'from-record')] }
320
- relationship_name = :roles
321
- model = new_model(model_attributes)
322
- actual = build_serializer_and_serialize_relationship(model, relationship_name) do
323
- has_many :roles do |serializer|
324
- meta count: object.roles.count
325
- serializer.cached_roles
326
- end
327
- def cached_roles
328
- [
329
- Role.new(id: 'from-serializer-method')
330
- ]
331
- end
332
- end
333
- assert_equal(expected, actual)
334
- end
335
-
336
- def test_relationship_not_including_data
337
- expected = {
338
- links: { self: '//example.com/link_author/relationships/blog' }
339
- }
340
-
341
- model_attributes = { blog: Object }
342
- relationship_name = :blog
343
- model = new_model(model_attributes)
344
- model.define_singleton_method(:read_attribute_for_serialization) do |attr|
345
- fail 'should not be called' if attr == :blog
346
- super(attr)
347
- end
348
- assert_nothing_raised do
349
- actual = build_serializer_and_serialize_relationship(model, relationship_name) do
350
- has_one :blog do
351
- link :self, '//example.com/link_author/relationships/blog'
352
- include_data false
353
- end
354
- end
355
- assert_equal(expected, actual)
356
- end
357
- end
358
-
359
- def test_relationship_including_data_explicit
360
- expected = {
361
- data: { id: '1337', type: 'authors' },
362
- meta: { name: 'Dan Brown' }
363
- }
364
-
365
- model_attributes = { reviewer: Author.new(id: 1337) }
366
- relationship_name = :reviewer
367
- model = new_model(model_attributes)
368
- actual = build_serializer_and_serialize_relationship(model, relationship_name) do
369
- belongs_to :reviewer do
370
- meta name: 'Dan Brown'
371
- include_data true
372
- end
373
- end
374
- assert_equal(expected, actual)
375
- end
376
-
377
- private
378
-
379
- def build_serializer_and_serialize_relationship(model, relationship_name, &block)
380
- serializer_class = Class.new(ActiveModel::Serializer, &block)
381
- hash = serializable(model, serializer: serializer_class, adapter: :json_api).serializable_hash
382
- hash[:data][:relationships][relationship_name]
383
- end
384
-
385
- def new_model(model_attributes)
386
- Class.new(ActiveModelSerializers::Model) do
387
- attributes(*model_attributes.keys)
388
-
389
- def self.name
390
- 'TestModel'
391
- end
392
- end.new(model_attributes)
393
- end
394
- end
395
- end
396
- end
397
- end