active_model_serializers 0.10.9 → 0.10.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +18 -2
- data/lib/action_controller/serialization.rb +9 -1
- data/lib/active_model/serializer.rb +10 -2
- data/lib/active_model/serializer/version.rb +1 -1
- data/lib/active_model_serializers/adapter/attributes.rb +21 -0
- data/lib/active_model_serializers/adapter/json_api/resource_identifier.rb +1 -1
- metadata +12 -259
- data/.github/ISSUE_TEMPLATE.md +0 -29
- data/.github/PULL_REQUEST_TEMPLATE.md +0 -15
- data/.gitignore +0 -35
- data/.rubocop.yml +0 -109
- data/.simplecov +0 -110
- data/.travis.yml +0 -63
- data/CODE_OF_CONDUCT.md +0 -74
- data/CONTRIBUTING.md +0 -105
- data/Gemfile +0 -74
- data/Rakefile +0 -76
- data/active_model_serializers.gemspec +0 -64
- data/appveyor.yml +0 -28
- data/bin/bench +0 -171
- data/bin/bench_regression +0 -316
- data/bin/rubocop +0 -38
- data/bin/serve_benchmark +0 -39
- data/docs/README.md +0 -41
- data/docs/STYLE.md +0 -58
- data/docs/general/adapters.md +0 -269
- data/docs/general/caching.md +0 -58
- data/docs/general/configuration_options.md +0 -185
- data/docs/general/deserialization.md +0 -100
- data/docs/general/fields.md +0 -31
- data/docs/general/getting_started.md +0 -133
- data/docs/general/instrumentation.md +0 -40
- data/docs/general/key_transforms.md +0 -40
- data/docs/general/logging.md +0 -21
- data/docs/general/rendering.md +0 -293
- data/docs/general/serializers.md +0 -495
- data/docs/how-open-source-maintained.jpg +0 -0
- data/docs/howto/add_pagination_links.md +0 -138
- data/docs/howto/add_relationship_links.md +0 -140
- data/docs/howto/add_root_key.md +0 -62
- data/docs/howto/grape_integration.md +0 -42
- data/docs/howto/outside_controller_use.md +0 -66
- data/docs/howto/passing_arbitrary_options.md +0 -27
- data/docs/howto/serialize_poro.md +0 -73
- data/docs/howto/test.md +0 -154
- data/docs/howto/upgrade_from_0_8_to_0_10.md +0 -265
- data/docs/integrations/ember-and-json-api.md +0 -147
- data/docs/integrations/grape.md +0 -19
- data/docs/jsonapi/errors.md +0 -56
- data/docs/jsonapi/schema.md +0 -151
- data/docs/jsonapi/schema/schema.json +0 -366
- data/docs/rfcs/0000-namespace.md +0 -106
- data/docs/rfcs/template.md +0 -15
- data/test/action_controller/adapter_selector_test.rb +0 -64
- data/test/action_controller/explicit_serializer_test.rb +0 -137
- data/test/action_controller/json/include_test.rb +0 -248
- data/test/action_controller/json_api/deserialization_test.rb +0 -114
- data/test/action_controller/json_api/errors_test.rb +0 -42
- data/test/action_controller/json_api/fields_test.rb +0 -68
- data/test/action_controller/json_api/linked_test.rb +0 -204
- data/test/action_controller/json_api/pagination_test.rb +0 -126
- data/test/action_controller/json_api/transform_test.rb +0 -191
- data/test/action_controller/lookup_proc_test.rb +0 -51
- data/test/action_controller/namespace_lookup_test.rb +0 -234
- data/test/action_controller/serialization_scope_name_test.rb +0 -237
- data/test/action_controller/serialization_test.rb +0 -480
- data/test/active_model_serializers/adapter_for_test.rb +0 -210
- data/test/active_model_serializers/json_pointer_test.rb +0 -24
- data/test/active_model_serializers/logging_test.rb +0 -79
- data/test/active_model_serializers/model_test.rb +0 -144
- data/test/active_model_serializers/railtie_test_isolated.rb +0 -70
- data/test/active_model_serializers/register_jsonapi_renderer_test_isolated.rb +0 -163
- data/test/active_model_serializers/serialization_context_test_isolated.rb +0 -73
- data/test/active_model_serializers/test/schema_test.rb +0 -133
- data/test/active_model_serializers/test/serializer_test.rb +0 -64
- data/test/active_record_test.rb +0 -11
- data/test/adapter/attributes_test.rb +0 -42
- data/test/adapter/deprecation_test.rb +0 -102
- data/test/adapter/json/belongs_to_test.rb +0 -47
- data/test/adapter/json/collection_test.rb +0 -106
- data/test/adapter/json/has_many_test.rb +0 -55
- data/test/adapter/json/transform_test.rb +0 -95
- data/test/adapter/json_api/belongs_to_test.rb +0 -157
- data/test/adapter/json_api/collection_test.rb +0 -98
- data/test/adapter/json_api/errors_test.rb +0 -78
- data/test/adapter/json_api/fields_test.rb +0 -98
- data/test/adapter/json_api/has_many_explicit_serializer_test.rb +0 -98
- data/test/adapter/json_api/has_many_test.rb +0 -175
- data/test/adapter/json_api/has_one_test.rb +0 -82
- data/test/adapter/json_api/include_data_if_sideloaded_test.rb +0 -215
- data/test/adapter/json_api/json_api_test.rb +0 -35
- data/test/adapter/json_api/linked_test.rb +0 -415
- data/test/adapter/json_api/links_test.rb +0 -112
- data/test/adapter/json_api/pagination_links_test.rb +0 -208
- data/test/adapter/json_api/parse_test.rb +0 -139
- data/test/adapter/json_api/relationship_test.rb +0 -399
- data/test/adapter/json_api/resource_meta_test.rb +0 -102
- data/test/adapter/json_api/toplevel_jsonapi_test.rb +0 -84
- data/test/adapter/json_api/transform_test.rb +0 -514
- data/test/adapter/json_api/type_test.rb +0 -195
- data/test/adapter/json_test.rb +0 -48
- data/test/adapter/null_test.rb +0 -24
- data/test/adapter/polymorphic_test.rb +0 -220
- data/test/adapter_test.rb +0 -69
- data/test/array_serializer_test.rb +0 -24
- data/test/benchmark/app.rb +0 -67
- data/test/benchmark/benchmarking_support.rb +0 -69
- data/test/benchmark/bm_active_record.rb +0 -83
- data/test/benchmark/bm_adapter.rb +0 -40
- data/test/benchmark/bm_caching.rb +0 -121
- data/test/benchmark/bm_lookup_chain.rb +0 -85
- data/test/benchmark/bm_transform.rb +0 -47
- data/test/benchmark/config.ru +0 -3
- data/test/benchmark/controllers.rb +0 -85
- data/test/benchmark/fixtures.rb +0 -221
- data/test/cache_test.rb +0 -717
- data/test/collection_serializer_test.rb +0 -129
- data/test/fixtures/active_record.rb +0 -115
- data/test/fixtures/poro.rb +0 -227
- data/test/generators/scaffold_controller_generator_test.rb +0 -26
- data/test/generators/serializer_generator_test.rb +0 -77
- data/test/grape_test.rb +0 -198
- data/test/lint_test.rb +0 -51
- data/test/logger_test.rb +0 -22
- data/test/poro_test.rb +0 -11
- data/test/serializable_resource_test.rb +0 -81
- data/test/serializers/association_macros_test.rb +0 -39
- data/test/serializers/associations_test.rb +0 -520
- data/test/serializers/attribute_test.rb +0 -155
- data/test/serializers/attributes_test.rb +0 -54
- data/test/serializers/caching_configuration_test_isolated.rb +0 -172
- data/test/serializers/configuration_test.rb +0 -34
- data/test/serializers/fieldset_test.rb +0 -16
- data/test/serializers/meta_test.rb +0 -204
- data/test/serializers/options_test.rb +0 -34
- data/test/serializers/read_attribute_for_serialization_test.rb +0 -81
- data/test/serializers/reflection_test.rb +0 -481
- data/test/serializers/root_test.rb +0 -23
- data/test/serializers/serialization_test.rb +0 -57
- data/test/serializers/serializer_for_test.rb +0 -138
- data/test/serializers/serializer_for_with_namespace_test.rb +0 -90
- data/test/support/custom_schemas/active_model_serializers/test/schema_test/my/index.json +0 -6
- data/test/support/isolated_unit.rb +0 -86
- data/test/support/rails5_shims.rb +0 -55
- data/test/support/rails_app.rb +0 -40
- data/test/support/schemas/active_model_serializers/test/schema_test/my/index.json +0 -6
- data/test/support/schemas/active_model_serializers/test/schema_test/my/show.json +0 -6
- data/test/support/schemas/custom/show.json +0 -7
- data/test/support/schemas/hyper_schema.json +0 -93
- data/test/support/schemas/render_using_json_api.json +0 -43
- data/test/support/schemas/simple_json_pointers.json +0 -10
- data/test/support/serialization_testing.rb +0 -81
- data/test/test_helper.rb +0 -72
@@ -1,175 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'test_helper'
|
4
|
-
|
5
|
-
module ActiveModelSerializers
|
6
|
-
module Adapter
|
7
|
-
class JsonApi
|
8
|
-
class HasManyTest < ActiveSupport::TestCase
|
9
|
-
class ModelWithoutSerializer < ::Model
|
10
|
-
attributes :id, :name
|
11
|
-
end
|
12
|
-
|
13
|
-
def setup
|
14
|
-
ActionController::Base.cache_store.clear
|
15
|
-
@author = Author.new(id: 1, name: 'Steve K.')
|
16
|
-
@author.posts = []
|
17
|
-
@author.bio = nil
|
18
|
-
@post = Post.new(id: 1, title: 'New Post', body: 'Body')
|
19
|
-
@post_without_comments = Post.new(id: 2, title: 'Second Post', body: 'Second')
|
20
|
-
@first_comment = Comment.new(id: 1, body: 'ZOMG A COMMENT')
|
21
|
-
@first_comment.author = nil
|
22
|
-
@second_comment = Comment.new(id: 2, body: 'ZOMG ANOTHER COMMENT')
|
23
|
-
@second_comment.author = nil
|
24
|
-
@post.comments = [@first_comment, @second_comment]
|
25
|
-
@post_without_comments.comments = []
|
26
|
-
@first_comment.post = @post
|
27
|
-
@second_comment.post = @post
|
28
|
-
@post.author = @author
|
29
|
-
@post_without_comments.author = nil
|
30
|
-
@blog = Blog.new(id: 1, name: 'My Blog!!')
|
31
|
-
@blog.writer = @author
|
32
|
-
@blog.articles = [@post]
|
33
|
-
@post.blog = @blog
|
34
|
-
@post_without_comments.blog = nil
|
35
|
-
@tag = ModelWithoutSerializer.new(id: 1, name: '#hash_tag')
|
36
|
-
@post.tags = [@tag]
|
37
|
-
@serializer = PostSerializer.new(@post)
|
38
|
-
@adapter = ActiveModelSerializers::Adapter::JsonApi.new(@serializer)
|
39
|
-
|
40
|
-
@virtual_value = VirtualValue.new(id: 1)
|
41
|
-
end
|
42
|
-
|
43
|
-
def test_includes_comment_ids
|
44
|
-
expected = { data: [{ type: 'comments', id: '1' }, { type: 'comments', id: '2' }] }
|
45
|
-
|
46
|
-
assert_equal(expected, @adapter.serializable_hash[:data][:relationships][:comments])
|
47
|
-
end
|
48
|
-
|
49
|
-
test 'relationships can be whitelisted via fields' do
|
50
|
-
@adapter = ActiveModelSerializers::Adapter::JsonApi.new(@serializer, fields: { posts: [:author] })
|
51
|
-
result = @adapter.serializable_hash
|
52
|
-
expected = {
|
53
|
-
data: {
|
54
|
-
id: '1',
|
55
|
-
type: 'posts',
|
56
|
-
relationships: {
|
57
|
-
author: {
|
58
|
-
data: {
|
59
|
-
id: '1',
|
60
|
-
type: 'authors'
|
61
|
-
}
|
62
|
-
}
|
63
|
-
}
|
64
|
-
}
|
65
|
-
}
|
66
|
-
|
67
|
-
assert_equal expected, result
|
68
|
-
end
|
69
|
-
|
70
|
-
def test_includes_linked_comments
|
71
|
-
@adapter = ActiveModelSerializers::Adapter::JsonApi.new(@serializer, include: [:comments])
|
72
|
-
expected = [{
|
73
|
-
id: '1',
|
74
|
-
type: 'comments',
|
75
|
-
attributes: {
|
76
|
-
body: 'ZOMG A COMMENT'
|
77
|
-
},
|
78
|
-
relationships: {
|
79
|
-
post: { data: { type: 'posts', id: '1' } },
|
80
|
-
author: { data: nil }
|
81
|
-
}
|
82
|
-
}, {
|
83
|
-
id: '2',
|
84
|
-
type: 'comments',
|
85
|
-
attributes: {
|
86
|
-
body: 'ZOMG ANOTHER COMMENT'
|
87
|
-
},
|
88
|
-
relationships: {
|
89
|
-
post: { data: { type: 'posts', id: '1' } },
|
90
|
-
author: { data: nil }
|
91
|
-
}
|
92
|
-
}]
|
93
|
-
assert_equal expected, @adapter.serializable_hash[:included]
|
94
|
-
end
|
95
|
-
|
96
|
-
def test_limit_fields_of_linked_comments
|
97
|
-
@adapter = ActiveModelSerializers::Adapter::JsonApi.new(@serializer, include: [:comments], fields: { comment: [:id, :post, :author] })
|
98
|
-
expected = [{
|
99
|
-
id: '1',
|
100
|
-
type: 'comments',
|
101
|
-
relationships: {
|
102
|
-
post: { data: { type: 'posts', id: '1' } },
|
103
|
-
author: { data: nil }
|
104
|
-
}
|
105
|
-
}, {
|
106
|
-
id: '2',
|
107
|
-
type: 'comments',
|
108
|
-
relationships: {
|
109
|
-
post: { data: { type: 'posts', id: '1' } },
|
110
|
-
author: { data: nil }
|
111
|
-
}
|
112
|
-
}]
|
113
|
-
assert_equal expected, @adapter.serializable_hash[:included]
|
114
|
-
end
|
115
|
-
|
116
|
-
def test_no_include_linked_if_comments_is_empty
|
117
|
-
serializer = PostSerializer.new(@post_without_comments)
|
118
|
-
adapter = ActiveModelSerializers::Adapter::JsonApi.new(serializer)
|
119
|
-
|
120
|
-
assert_nil adapter.serializable_hash[:linked]
|
121
|
-
end
|
122
|
-
|
123
|
-
def test_include_type_for_association_when_different_than_name
|
124
|
-
serializer = BlogSerializer.new(@blog)
|
125
|
-
adapter = ActiveModelSerializers::Adapter::JsonApi.new(serializer)
|
126
|
-
actual = adapter.serializable_hash[:data][:relationships][:articles]
|
127
|
-
|
128
|
-
expected = {
|
129
|
-
data: [{
|
130
|
-
type: 'posts',
|
131
|
-
id: '1'
|
132
|
-
}]
|
133
|
-
}
|
134
|
-
assert_equal expected, actual
|
135
|
-
end
|
136
|
-
|
137
|
-
def test_has_many_with_no_serializer
|
138
|
-
post_serializer_class = Class.new(ActiveModel::Serializer) do
|
139
|
-
attributes :id
|
140
|
-
has_many :tags
|
141
|
-
end
|
142
|
-
serializer = post_serializer_class.new(@post)
|
143
|
-
adapter = ActiveModelSerializers::Adapter::JsonApi.new(serializer)
|
144
|
-
|
145
|
-
assert_equal({
|
146
|
-
data: {
|
147
|
-
id: '1',
|
148
|
-
type: 'posts',
|
149
|
-
relationships: {
|
150
|
-
tags: { data: [@tag.as_json] }
|
151
|
-
}
|
152
|
-
}
|
153
|
-
}, adapter.serializable_hash)
|
154
|
-
end
|
155
|
-
|
156
|
-
def test_has_many_with_virtual_value
|
157
|
-
serializer = VirtualValueSerializer.new(@virtual_value)
|
158
|
-
adapter = ActiveModelSerializers::Adapter::JsonApi.new(serializer)
|
159
|
-
|
160
|
-
assert_equal({
|
161
|
-
data: {
|
162
|
-
id: '1',
|
163
|
-
type: 'virtual-values',
|
164
|
-
relationships: {
|
165
|
-
maker: { data: { type: 'makers', id: '1' } },
|
166
|
-
reviews: { data: [{ type: 'reviews', id: '1' },
|
167
|
-
{ type: 'reviews', id: '2' }] }
|
168
|
-
}
|
169
|
-
}
|
170
|
-
}, adapter.serializable_hash)
|
171
|
-
end
|
172
|
-
end
|
173
|
-
end
|
174
|
-
end
|
175
|
-
end
|
@@ -1,82 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'test_helper'
|
4
|
-
|
5
|
-
module ActiveModelSerializers
|
6
|
-
module Adapter
|
7
|
-
class JsonApi
|
8
|
-
class HasOneTest < ActiveSupport::TestCase
|
9
|
-
def setup
|
10
|
-
@author = Author.new(id: 1, name: 'Steve K.')
|
11
|
-
@bio = Bio.new(id: 43, content: 'AMS Contributor')
|
12
|
-
@author.bio = @bio
|
13
|
-
@bio.author = @author
|
14
|
-
@post = Post.new(id: 42, title: 'New Post', body: 'Body')
|
15
|
-
@anonymous_post = Post.new(id: 43, title: 'Hello!!', body: 'Hello, world!!')
|
16
|
-
@comment = Comment.new(id: 1, body: 'ZOMG A COMMENT')
|
17
|
-
@post.comments = [@comment]
|
18
|
-
@anonymous_post.comments = []
|
19
|
-
@comment.post = @post
|
20
|
-
@comment.author = nil
|
21
|
-
@post.author = @author
|
22
|
-
@anonymous_post.author = nil
|
23
|
-
@blog = Blog.new(id: 1, name: 'My Blog!!')
|
24
|
-
@blog.writer = @author
|
25
|
-
@blog.articles = [@post, @anonymous_post]
|
26
|
-
@author.posts = []
|
27
|
-
@author.roles = []
|
28
|
-
|
29
|
-
@virtual_value = VirtualValue.new(id: 1)
|
30
|
-
|
31
|
-
@serializer = AuthorSerializer.new(@author)
|
32
|
-
@adapter = ActiveModelSerializers::Adapter::JsonApi.new(@serializer, include: [:bio, :posts])
|
33
|
-
end
|
34
|
-
|
35
|
-
def test_includes_bio_id
|
36
|
-
expected = { data: { type: 'bios', id: '43' } }
|
37
|
-
|
38
|
-
assert_equal(expected, @adapter.serializable_hash[:data][:relationships][:bio])
|
39
|
-
end
|
40
|
-
|
41
|
-
def test_includes_linked_bio
|
42
|
-
@adapter = ActiveModelSerializers::Adapter::JsonApi.new(@serializer, include: [:bio])
|
43
|
-
|
44
|
-
expected = [
|
45
|
-
{
|
46
|
-
id: '43',
|
47
|
-
type: 'bios',
|
48
|
-
attributes: {
|
49
|
-
content: 'AMS Contributor',
|
50
|
-
rating: nil
|
51
|
-
},
|
52
|
-
relationships: {
|
53
|
-
author: { data: { type: 'authors', id: '1' } }
|
54
|
-
}
|
55
|
-
}
|
56
|
-
]
|
57
|
-
|
58
|
-
assert_equal(expected, @adapter.serializable_hash[:included])
|
59
|
-
end
|
60
|
-
|
61
|
-
def test_has_one_with_virtual_value
|
62
|
-
serializer = VirtualValueSerializer.new(@virtual_value)
|
63
|
-
adapter = ActiveModelSerializers::Adapter::JsonApi.new(serializer)
|
64
|
-
|
65
|
-
expected = {
|
66
|
-
data: {
|
67
|
-
id: '1',
|
68
|
-
type: 'virtual-values',
|
69
|
-
relationships: {
|
70
|
-
maker: { data: { type: 'makers', id: '1' } },
|
71
|
-
reviews: { data: [{ type: 'reviews', id: '1' },
|
72
|
-
{ type: 'reviews', id: '2' }] }
|
73
|
-
}
|
74
|
-
}
|
75
|
-
}
|
76
|
-
|
77
|
-
assert_equal(expected, adapter.serializable_hash)
|
78
|
-
end
|
79
|
-
end
|
80
|
-
end
|
81
|
-
end
|
82
|
-
end
|
@@ -1,215 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'test_helper'
|
4
|
-
|
5
|
-
module ActiveModel
|
6
|
-
class Serializer
|
7
|
-
module Adapter
|
8
|
-
class JsonApi
|
9
|
-
class IncludeParamTest < ActiveSupport::TestCase
|
10
|
-
IncludeParamAuthor = Class.new(::Model) do
|
11
|
-
associations :tags, :posts, :roles
|
12
|
-
end
|
13
|
-
|
14
|
-
class CustomCommentLoader
|
15
|
-
def all
|
16
|
-
[{ foo: 'bar' }]
|
17
|
-
end
|
18
|
-
end
|
19
|
-
class Tag < ::Model
|
20
|
-
attributes :id, :name
|
21
|
-
end
|
22
|
-
|
23
|
-
class TagSerializer < ActiveModel::Serializer
|
24
|
-
type 'tags'
|
25
|
-
attributes :id, :name
|
26
|
-
end
|
27
|
-
|
28
|
-
class PostWithTagsSerializer < ActiveModel::Serializer
|
29
|
-
type 'posts'
|
30
|
-
attributes :id
|
31
|
-
has_many :tags
|
32
|
-
end
|
33
|
-
|
34
|
-
class IncludeParamAuthorSerializer < ActiveModel::Serializer
|
35
|
-
class_attribute :comment_loader
|
36
|
-
|
37
|
-
has_many :tags, serializer: TagSerializer do
|
38
|
-
link :self, '//example.com/link_author/relationships/tags'
|
39
|
-
include_data :if_sideloaded
|
40
|
-
end
|
41
|
-
|
42
|
-
has_many :unlinked_tags, serializer: TagSerializer do
|
43
|
-
include_data :if_sideloaded
|
44
|
-
end
|
45
|
-
|
46
|
-
has_many :posts, serializer: PostWithTagsSerializer do
|
47
|
-
include_data :if_sideloaded
|
48
|
-
end
|
49
|
-
has_many :locations do
|
50
|
-
include_data :if_sideloaded
|
51
|
-
end
|
52
|
-
has_many :comments do
|
53
|
-
include_data :if_sideloaded
|
54
|
-
IncludeParamAuthorSerializer.comment_loader.all
|
55
|
-
end
|
56
|
-
has_many :roles, key: :granted_roles do
|
57
|
-
include_data :if_sideloaded
|
58
|
-
end
|
59
|
-
end
|
60
|
-
|
61
|
-
def setup
|
62
|
-
IncludeParamAuthorSerializer.comment_loader = Class.new(CustomCommentLoader).new
|
63
|
-
@tag = Tag.new(id: 1337, name: 'mytag')
|
64
|
-
@role = Role.new(id: 1337, name: 'myrole')
|
65
|
-
@author = IncludeParamAuthor.new(
|
66
|
-
id: 1337,
|
67
|
-
tags: [@tag],
|
68
|
-
roles: [@role]
|
69
|
-
)
|
70
|
-
end
|
71
|
-
|
72
|
-
def test_relationship_not_loaded_when_not_included
|
73
|
-
expected = {
|
74
|
-
links: {
|
75
|
-
self: '//example.com/link_author/relationships/tags'
|
76
|
-
}
|
77
|
-
}
|
78
|
-
|
79
|
-
@author.define_singleton_method(:read_attribute_for_serialization) do |attr|
|
80
|
-
fail 'should not be called' if attr == :tags
|
81
|
-
super(attr)
|
82
|
-
end
|
83
|
-
|
84
|
-
assert_relationship(:tags, expected)
|
85
|
-
end
|
86
|
-
|
87
|
-
def test_relationship_included
|
88
|
-
expected = {
|
89
|
-
data: [
|
90
|
-
{
|
91
|
-
id: '1337',
|
92
|
-
type: 'tags'
|
93
|
-
}
|
94
|
-
],
|
95
|
-
links: {
|
96
|
-
self: '//example.com/link_author/relationships/tags'
|
97
|
-
}
|
98
|
-
}
|
99
|
-
|
100
|
-
assert_relationship(:tags, expected, include: :tags)
|
101
|
-
end
|
102
|
-
|
103
|
-
def test_sideloads_included
|
104
|
-
expected = [
|
105
|
-
{
|
106
|
-
id: '1337',
|
107
|
-
type: 'tags',
|
108
|
-
attributes: { name: 'mytag' }
|
109
|
-
}
|
110
|
-
]
|
111
|
-
hash = result(include: :tags)
|
112
|
-
assert_equal(expected, hash[:included])
|
113
|
-
end
|
114
|
-
|
115
|
-
def test_sideloads_included_when_using_key
|
116
|
-
expected = [
|
117
|
-
{
|
118
|
-
id: '1337',
|
119
|
-
type: 'roles',
|
120
|
-
attributes: {
|
121
|
-
name: 'myrole',
|
122
|
-
description: nil,
|
123
|
-
slug: 'myrole-1337'
|
124
|
-
},
|
125
|
-
relationships: {
|
126
|
-
author: { data: nil }
|
127
|
-
}
|
128
|
-
}
|
129
|
-
]
|
130
|
-
|
131
|
-
hash = result(include: :granted_roles)
|
132
|
-
assert_equal(expected, hash[:included])
|
133
|
-
end
|
134
|
-
|
135
|
-
def test_sideloads_not_included_when_using_name_when_key_defined
|
136
|
-
hash = result(include: :roles)
|
137
|
-
assert_nil(hash[:included])
|
138
|
-
end
|
139
|
-
|
140
|
-
def test_nested_relationship
|
141
|
-
expected = {
|
142
|
-
data: [
|
143
|
-
{
|
144
|
-
id: '1337',
|
145
|
-
type: 'tags'
|
146
|
-
}
|
147
|
-
],
|
148
|
-
links: {
|
149
|
-
self: '//example.com/link_author/relationships/tags'
|
150
|
-
}
|
151
|
-
}
|
152
|
-
|
153
|
-
expected_no_data = {
|
154
|
-
links: {
|
155
|
-
self: '//example.com/link_author/relationships/tags'
|
156
|
-
}
|
157
|
-
}
|
158
|
-
|
159
|
-
assert_relationship(:tags, expected, include: [:tags, { posts: :tags }])
|
160
|
-
|
161
|
-
@author.define_singleton_method(:read_attribute_for_serialization) do |attr|
|
162
|
-
fail 'should not be called' if attr == :tags
|
163
|
-
super(attr)
|
164
|
-
end
|
165
|
-
|
166
|
-
assert_relationship(:tags, expected_no_data, include: { posts: :tags })
|
167
|
-
end
|
168
|
-
|
169
|
-
def test_include_params_with_no_block
|
170
|
-
@author.define_singleton_method(:read_attribute_for_serialization) do |attr|
|
171
|
-
fail 'should not be called' if attr == :locations
|
172
|
-
super(attr)
|
173
|
-
end
|
174
|
-
|
175
|
-
expected = { meta: {} }
|
176
|
-
|
177
|
-
assert_relationship(:locations, expected)
|
178
|
-
end
|
179
|
-
|
180
|
-
def test_block_relationship
|
181
|
-
expected = {
|
182
|
-
data: [
|
183
|
-
{ 'foo' => 'bar' }
|
184
|
-
]
|
185
|
-
}
|
186
|
-
|
187
|
-
assert_relationship(:comments, expected, include: [:comments])
|
188
|
-
end
|
189
|
-
|
190
|
-
def test_node_not_included_when_no_link
|
191
|
-
expected = { meta: {} }
|
192
|
-
assert_relationship(:unlinked_tags, expected, key_transform: :unaltered)
|
193
|
-
end
|
194
|
-
|
195
|
-
private
|
196
|
-
|
197
|
-
def assert_relationship(relationship_name, expected, opts = {})
|
198
|
-
actual = relationship_data(relationship_name, opts)
|
199
|
-
assert_equal(expected, actual)
|
200
|
-
end
|
201
|
-
|
202
|
-
def result(opts)
|
203
|
-
opts = { adapter: :json_api }.merge(opts)
|
204
|
-
serializable(@author, opts).serializable_hash
|
205
|
-
end
|
206
|
-
|
207
|
-
def relationship_data(relationship_name, opts = {})
|
208
|
-
hash = result(opts)
|
209
|
-
hash[:data][:relationships][relationship_name]
|
210
|
-
end
|
211
|
-
end
|
212
|
-
end
|
213
|
-
end
|
214
|
-
end
|
215
|
-
end
|