active_model_serializers 0.10.7 → 0.10.14

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 +82 -1
  3. data/README.md +20 -21
  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/adapter/attributes.rb +2 -0
  7. data/lib/active_model/serializer/adapter/base.rb +2 -0
  8. data/lib/active_model/serializer/adapter/json.rb +2 -0
  9. data/lib/active_model/serializer/adapter/json_api.rb +2 -0
  10. data/lib/active_model/serializer/adapter/null.rb +2 -0
  11. data/lib/active_model/serializer/adapter.rb +2 -0
  12. data/lib/active_model/serializer/array_serializer.rb +2 -0
  13. data/lib/active_model/serializer/association.rb +2 -0
  14. data/lib/active_model/serializer/attribute.rb +2 -0
  15. data/lib/active_model/serializer/belongs_to_reflection.rb +2 -0
  16. data/lib/active_model/serializer/collection_serializer.rb +16 -7
  17. data/lib/active_model/serializer/concerns/caching.rb +7 -2
  18. data/lib/active_model/serializer/error_serializer.rb +2 -0
  19. data/lib/active_model/serializer/errors_serializer.rb +2 -0
  20. data/lib/active_model/serializer/field.rb +2 -0
  21. data/lib/active_model/serializer/fieldset.rb +3 -1
  22. data/lib/active_model/serializer/has_many_reflection.rb +2 -0
  23. data/lib/active_model/serializer/has_one_reflection.rb +2 -0
  24. data/lib/active_model/serializer/lazy_association.rb +6 -2
  25. data/lib/active_model/serializer/link.rb +23 -0
  26. data/lib/active_model/serializer/lint.rb +2 -0
  27. data/lib/active_model/serializer/null.rb +2 -0
  28. data/lib/active_model/serializer/reflection.rb +9 -4
  29. data/lib/active_model/serializer/version.rb +3 -1
  30. data/lib/active_model/serializer.rb +35 -18
  31. data/lib/active_model_serializers/adapter/attributes.rb +23 -0
  32. data/lib/active_model_serializers/adapter/base.rb +2 -0
  33. data/lib/active_model_serializers/adapter/json.rb +2 -0
  34. data/lib/active_model_serializers/adapter/json_api/deserialization.rb +2 -0
  35. data/lib/active_model_serializers/adapter/json_api/error.rb +2 -0
  36. data/lib/active_model_serializers/adapter/json_api/jsonapi.rb +2 -0
  37. data/lib/active_model_serializers/adapter/json_api/link.rb +2 -0
  38. data/lib/active_model_serializers/adapter/json_api/meta.rb +2 -0
  39. data/lib/active_model_serializers/adapter/json_api/pagination_links.rb +7 -1
  40. data/lib/active_model_serializers/adapter/json_api/relationship.rb +2 -0
  41. data/lib/active_model_serializers/adapter/json_api/resource_identifier.rb +3 -1
  42. data/lib/active_model_serializers/adapter/json_api.rb +14 -9
  43. data/lib/active_model_serializers/adapter/null.rb +2 -0
  44. data/lib/active_model_serializers/adapter.rb +3 -1
  45. data/lib/active_model_serializers/callbacks.rb +2 -0
  46. data/lib/active_model_serializers/deprecate.rb +2 -0
  47. data/lib/active_model_serializers/deserialization.rb +2 -0
  48. data/lib/active_model_serializers/json_pointer.rb +2 -0
  49. data/lib/active_model_serializers/logging.rb +2 -0
  50. data/lib/active_model_serializers/lookup_chain.rb +2 -0
  51. data/lib/active_model_serializers/model/caching.rb +26 -0
  52. data/lib/active_model_serializers/model.rb +2 -0
  53. data/lib/active_model_serializers/railtie.rb +4 -0
  54. data/lib/active_model_serializers/register_jsonapi_renderer.rb +2 -0
  55. data/lib/active_model_serializers/serializable_resource.rb +4 -2
  56. data/lib/active_model_serializers/serialization_context.rb +2 -0
  57. data/lib/active_model_serializers/test/schema.rb +2 -0
  58. data/lib/active_model_serializers/test/serializer.rb +2 -0
  59. data/lib/active_model_serializers/test.rb +2 -0
  60. data/lib/active_model_serializers.rb +20 -10
  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 +8 -1
  67. metadata +53 -328
  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/schema.json +0 -366
  111. data/docs/jsonapi/schema.md +0 -151
  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,140 +0,0 @@
1
- [Back to Guides](../README.md)
2
-
3
- # How to add relationship links
4
-
5
- ActiveModelSerializers offers you many ways to add links in your JSON, depending on your needs.
6
- The most common use case for links is supporting nested resources.
7
-
8
- The following examples are without included relationship data (`include` param is empty),
9
- specifically the following Rails controller was used for these examples:
10
-
11
- ```ruby
12
- class Api::V1::UsersController < ApplicationController
13
- def show
14
- render jsonapi: User.find(params[:id]),
15
- serializer: Api::V1::UserSerializer,
16
- include: []
17
- end
18
- end
19
- ```
20
-
21
- Bear in mind though that ActiveModelSerializers are [framework-agnostic](outside_controller_use.md), Rails is just a common example here.
22
-
23
- ### Links as an attribute of a resource
24
- **This is applicable to JSON and Attributes adapters**
25
-
26
- You can define an attribute in the resource, named `links`.
27
-
28
- ```ruby
29
- class Api::V1::UserSerializer < ActiveModel::Serializer
30
- include Rails.application.routes.url_helpers
31
-
32
- attributes :id, :name
33
-
34
- attribute :links do
35
- id = object.id
36
- {
37
- self: api_v1_user_path(id),
38
- microposts: api_v1_microposts_path(user_id: id)
39
- }
40
- end
41
- end
42
- ```
43
-
44
- Using the `JSON` adapter, this will result in:
45
-
46
- ```json
47
- {
48
- "user": {
49
- "id": "1",
50
- "name": "John",
51
- "links": {
52
- "self": "/api/v1/users/1",
53
- "microposts": "/api/v1/microposts?user_id=1"
54
- }
55
- }
56
- }
57
- ```
58
-
59
-
60
- ### Links as a property of the resource definiton
61
- **This is only applicable to JSONAPI adapter**
62
-
63
- You can use the `link` class method to define the links you need in the resource's primary data.
64
-
65
- ```ruby
66
- class Api::V1::UserSerializer < ActiveModel::Serializer
67
- attributes :id, :name
68
-
69
- link(:self) { api_v1_user_path(object.id) }
70
- link(:microposts) { api_v1_microposts_path(user_id: object.id) }
71
- end
72
- ```
73
-
74
- Using the `JSONAPI` adapter, this will result in:
75
-
76
- ```json
77
- {
78
- "data": {
79
- "id": "1",
80
- "type": "users",
81
- "attributes": {
82
- "name": "Example User"
83
- },
84
- "links": {
85
- "self": "/api/v1/users/1",
86
- "microposts": "/api/v1/microposts?user_id=1"
87
- }
88
- }
89
- }
90
- ```
91
-
92
- ### Links that follow the JSONAPI spec
93
- **This is only applicable to JSONAPI adapter**
94
-
95
- If you have a JSONAPI-strict client that you are working with (like `ember-data`)
96
- you need to construct the links inside the relationships. Also the link to fetch the
97
- relationship data must be under the `related` attribute, whereas to manipulate the
98
- relationship (in case of many-to-many relationship) must be under the `self` attribute.
99
-
100
- You can find more info in the [spec](http://jsonapi.org/format/#document-resource-object-relationships).
101
-
102
- Here is how you can do this:
103
-
104
- ```ruby
105
- class Api::V1::UserSerializer < ActiveModel::Serializer
106
- attributes :id, :name
107
-
108
- has_many :microposts, serializer: Api::V1::MicropostSerializer do
109
- link(:related) { api_v1_microposts_path(user_id: object.id) }
110
-
111
- microposts = object.microposts
112
- # The following code is needed to avoid n+1 queries.
113
- # Core devs are working to remove this necessity.
114
- # See: https://github.com/rails-api/active_model_serializers/issues/1325
115
- microposts.loaded? ? microposts : microposts.none
116
- end
117
- end
118
- ```
119
-
120
- This will result in:
121
-
122
- ```json
123
- {
124
- "data": {
125
- "id": "1",
126
- "type": "users",
127
- "attributes": {
128
- "name": "Example User"
129
- },
130
- "relationships": {
131
- "microposts": {
132
- "data": [],
133
- "links": {
134
- "related": "/api/v1/microposts?user_id=1"
135
- }
136
- }
137
- }
138
- }
139
- }
140
- ```
@@ -1,62 +0,0 @@
1
- [Back to Guides](../README.md)
2
-
3
- # How to add root key
4
-
5
- Add the root key to your API is quite simple with ActiveModelSerializers. The **Adapter** is what determines the format of your JSON response. The default adapter is the ```Attributes``` which doesn't have the root key, so your response is something similar to:
6
-
7
- ```json
8
- {
9
- "id": 1,
10
- "title": "Awesome Post Tile",
11
- "content": "Post content"
12
- }
13
- ```
14
-
15
- In order to add the root key you need to use the ```JSON``` Adapter, you can change this in an initializer:
16
-
17
- ```ruby
18
- ActiveModelSerializers.config.adapter = :json
19
- ```
20
-
21
- Note that adapter configuration has no effect on a serializer that is called
22
- directly, e.g. in a serializer unit test. Instead, something like
23
- `UserSerializer.new(user).as_json` will *always* behave as if the adapter were
24
- the 'Attributes' adapter. See [Outside Controller
25
- Usage](../howto/outside_controller_use.md) for more details on recommended
26
- usage.
27
-
28
- You can also specify a class as adapter, as long as it complies with the ActiveModelSerializers adapters interface.
29
- It will add the root key to all your serialized endpoints.
30
-
31
- ex:
32
-
33
- ```json
34
- {
35
- "post": {
36
- "id": 1,
37
- "title": "Awesome Post Tile",
38
- "content": "Post content"
39
- }
40
- }
41
- ```
42
-
43
- or if it returns a collection:
44
-
45
- ```json
46
- {
47
- "posts": [
48
- {
49
- "id": 1,
50
- "title": "Awesome Post Tile",
51
- "content": "Post content"
52
- },
53
- {
54
- "id": 2,
55
- "title": "Another Post Tile",
56
- "content": "Another post content"
57
- }
58
- ]
59
- }
60
- ```
61
-
62
- [There are several ways to specify root](../general/serializers.md#root) when using the JSON adapter.
@@ -1,42 +0,0 @@
1
- [Back to Guides](../README.md)
2
-
3
- The ActiveModelSerializers grape formatter relies on the existence of `env['grape.request']` which is implemeted by `Grape::Middleware::Globals`. You can meet his dependency by calling it before mounting the endpoints.
4
-
5
- In the simpliest way:
6
-
7
- ```
8
- class API < Grape::API
9
- # @note Make sure this is above you're first +mount+
10
- use Grape::Middleware::Globals
11
- end
12
- ```
13
-
14
- or more like what is shown in current Grape tutorials:
15
-
16
- ```
17
- module MyApi
18
- class ApiBase < Grape::API
19
- use Grape::Middleware::Globals
20
-
21
- require 'grape/active_model_serializers'
22
- include Grape::ActiveModelSerializers
23
-
24
- mount MyApi::V1::ApiBase
25
- end
26
- end
27
- ```
28
-
29
- You could meet this dependency with your own middleware. The invocation might look like:
30
-
31
- ```
32
- module MyApi
33
- class ApiBase < Grape::API
34
- use My::Middleware::Thingamabob
35
-
36
- require 'grape/active_model_serializers'
37
- include Grape::ActiveModelSerializers
38
-
39
- mount MyApi::V1::ApiBase
40
- end
41
- end
42
- ```
@@ -1,66 +0,0 @@
1
- [Back to Guides](../README.md)
2
-
3
- ## Using ActiveModelSerializers Outside Of A Controller
4
-
5
- ### Serializing a resource
6
-
7
- In ActiveModelSerializers versions 0.10 or later, serializing resources outside of the controller context is fairly simple:
8
-
9
- ```ruby
10
- # Create our resource
11
- post = Post.create(title: "Sample post", body: "I love Active Model Serializers!")
12
-
13
- # Optional options parameters for both the serializer and instance
14
- options = {serializer: PostDetailedSerializer, username: 'sample user'}
15
-
16
- # Create a serializable resource instance
17
- serializable_resource = ActiveModelSerializers::SerializableResource.new(post, options)
18
-
19
- # Convert your resource into json
20
- model_json = serializable_resource.as_json
21
- ```
22
- The object that is passed to `ActiveModelSerializers::SerializableResource.new` can be a single resource or a collection.
23
- The additional options are the same options that are passed [through controllers](../general/rendering.md#explicit-serializer).
24
-
25
- ### Looking up the Serializer for a Resource
26
-
27
- If you want to retrieve the serializer class for a specific resource, you can do the following:
28
-
29
- ```ruby
30
- # Create our resource
31
- post = Post.create(title: "Another Example", body: "So much fun.")
32
-
33
- # Optional options parameters
34
- options = {}
35
-
36
- # Retrieve the default serializer for posts
37
- serializer = ActiveModel::Serializer.serializer_for(post, options)
38
- ```
39
-
40
- You could also retrieve the serializer via:
41
-
42
- ```ruby
43
- ActiveModelSerializers::SerializableResource.new(post, options).serializer
44
- ```
45
-
46
- Both approaches will return the serializer class that will be used for the resource.
47
-
48
- Additionally, you could retrieve the serializer instance for the resource via:
49
-
50
- ```ruby
51
- ActiveModelSerializers::SerializableResource.new(post, options).serializer_instance
52
- ```
53
-
54
- ## Serializing before controller render
55
-
56
- At times, you might want to use a serializer without rendering it to the view. For those cases, you can create an instance of `ActiveModelSerializers::SerializableResource` with
57
- the resource you want to be serialized and call `.as_json`.
58
-
59
- ```ruby
60
- def create
61
- message = current_user.messages.create!(message_params)
62
- message_json = ActiveModelSerializers::SerializableResource.new(message).as_json
63
- MessageCreationWorker.perform(message_json)
64
- head 204
65
- end
66
- ```
@@ -1,27 +0,0 @@
1
- [Back to Guides](../README.md)
2
-
3
- # Passing Arbitrary Options To A Serializer
4
-
5
- In addition to the [`serialization_scope`](../general/serializers.md#scope), any options passed to `render`
6
- that are not reserved for the [adapter](../general/rendering.md#adapter_opts)
7
- are available in the serializer as [instance_options](../general/serializers.md#instance_options).
8
-
9
- For example, we could pass in a field, such as `user_id` into our serializer.
10
-
11
- ```ruby
12
- # posts_controller.rb
13
- class PostsController < ApplicationController
14
- def dashboard
15
- render json: @post, user_id: 12
16
- end
17
- end
18
-
19
- # post_serializer.rb
20
- class PostSerializer < ActiveModel::Serializer
21
- attributes :id, :title, :body
22
-
23
- def comments_by_me
24
- Comments.where(user_id: instance_options[:user_id], post_id: object.id)
25
- end
26
- end
27
- ```
@@ -1,73 +0,0 @@
1
- [Back to Guides](../README.md)
2
-
3
- # How to serialize a Plain-Old Ruby Object (PORO)
4
-
5
- When you are first getting started with ActiveModelSerializers, it may seem only `ActiveRecord::Base` objects can be serializable,
6
- but pretty much any object can be serializable with ActiveModelSerializers.
7
- Here is an example of a PORO that is serializable in most situations:
8
-
9
- ```ruby
10
- # my_model.rb
11
- class MyModel
12
- alias :read_attribute_for_serialization :send
13
- attr_accessor :id, :name, :level
14
-
15
- def initialize(attributes)
16
- @id = attributes[:id]
17
- @name = attributes[:name]
18
- @level = attributes[:level]
19
- end
20
-
21
- def self.model_name
22
- @_model_name ||= ActiveModel::Name.new(self)
23
- end
24
- end
25
- ```
26
-
27
- The [ActiveModel::Serializer::Lint::Tests](../../lib/active_model/serializer/lint.rb)
28
- define and validate which methods ActiveModelSerializers expects to be implemented.
29
-
30
- An implementation of the complete spec is included either for use or as reference:
31
- [`ActiveModelSerializers::Model`](../../lib/active_model_serializers/model.rb).
32
- You can use in production code that will make your PORO a lot cleaner.
33
-
34
- The above code now becomes:
35
-
36
- ```ruby
37
- # my_model.rb
38
- class MyModel < ActiveModelSerializers::Model
39
- attributes :id, :name, :level
40
- end
41
- ```
42
-
43
- The default serializer would be `MyModelSerializer`.
44
-
45
- *IMPORTANT*: There is a surprising behavior (bug) in the current implementation of ActiveModelSerializers::Model that
46
- prevents an accessor from modifying attributes on the instance. The fix for this bug
47
- is a breaking change, so we have made an opt-in configuration.
48
-
49
- New applications should set:
50
-
51
- ```ruby
52
- ActiveModelSerializers::Model.derive_attributes_from_names_and_fix_accessors
53
- ```
54
-
55
- Existing applications can use the fix *and* avoid breaking changes
56
- by making a superclass for new models. For example:
57
-
58
- ```ruby
59
- class SerializablePoro < ActiveModelSerializers::Model
60
- derive_attributes_from_names_and_fix_accessors
61
- end
62
- ```
63
-
64
- So that `MyModel` above would inherit from `SerializablePoro`.
65
-
66
- `derive_attributes_from_names_and_fix_accessors` prepends the `DeriveAttributesFromNamesAndFixAccessors`
67
- module and does the following:
68
-
69
- - `id` will *always* be in the attributes. (This is until we separate out the caching requirement for POROs.)
70
- - Overwrites the `attributes` method to that it only returns declared attributes.
71
- `attributes` will now be a frozen hash with indifferent access.
72
-
73
- For more information, see [README: What does a 'serializable resource' look like?](../../README.md#what-does-a-serializable-resource-look-like).
data/docs/howto/test.md DELETED
@@ -1,154 +0,0 @@
1
- [Back to Guides](../README.md)
2
-
3
- # How to test
4
-
5
- ## Controller Serializer Usage
6
-
7
- ActiveModelSerializers provides a `assert_serializer` method to be used on your controller tests to
8
- assert that a specific serializer was used.
9
-
10
- ```ruby
11
- class PostsControllerTest < ActionController::TestCase
12
- test "should render post serializer" do
13
- get :index
14
- assert_serializer "PostSerializer"
15
- end
16
- end
17
- ```
18
-
19
- See [ActiveModelSerializers::Test::Serializer](../../lib/active_model_serializers/test/serializer.rb)
20
- for more examples and documentation.
21
-
22
- ## Serialization against a schema
23
-
24
- ### Dependencies
25
-
26
- To use the `assert_response_schema` you need to have the
27
- [`json_schema`](https://github.com/brandur/json_schema) on your Gemfile. Please
28
- add it to your Gemfile and run `$ bundle install`.
29
-
30
- ### Minitest test helpers
31
-
32
- ActiveModelSerializers provides a `assert_response_schema` method to be used on your controller tests to
33
- assert the response against a [JSON Schema](http://json-schema.org/). Let's take
34
- a look in an example.
35
-
36
- ```ruby
37
- class PostsController < ApplicationController
38
- def show
39
- @post = Post.find(params[:id])
40
-
41
- render json: @post
42
- end
43
- end
44
- ```
45
-
46
- To test the `posts#show` response of this controller we need to create a file
47
- named `test/support/schemas/posts/show.json`. The helper uses a naming convention
48
- to locate the file.
49
-
50
- This file is a JSON Schema representation of our response.
51
-
52
- ```json
53
- {
54
- "properties": {
55
- "title" : { "type" : "string" },
56
- "content" : { "type" : "string" }
57
- }
58
- }
59
- ```
60
-
61
- With all in place we can go to our test and use the helper.
62
-
63
- ```ruby
64
- class PostsControllerTest < ActionController::TestCase
65
- test "should render right response" do
66
- get :index
67
- assert_response_schema
68
- end
69
- end
70
- ```
71
-
72
- #### Load a custom schema
73
-
74
- If we need to use another schema, for example when we have a namespaced API that
75
- shows the same response, we can pass the path of the schema.
76
-
77
- ```ruby
78
- module V1
79
- class PostsController < ApplicationController
80
- def show
81
- @post = Post.find(params[:id])
82
-
83
- render json: @post
84
- end
85
- end
86
- end
87
- ```
88
-
89
- ```ruby
90
- class V1::PostsControllerTest < ActionController::TestCase
91
- test "should render right response" do
92
- get :index
93
- assert_response_schema('posts/show.json')
94
- end
95
- end
96
- ```
97
-
98
- #### Change the schema path
99
-
100
- By default all schemas are created at `test/support/schemas`. If we are using
101
- RSpec for example we can change this to `spec/support/schemas` defining the
102
- default schema path in an initializer.
103
-
104
- ```ruby
105
- ActiveModelSerializers.config.schema_path = 'spec/support/schemas'
106
- ```
107
-
108
- #### Using with the Heroku’s JSON Schema-based tools
109
-
110
- To use the test helper with the [prmd](https://github.com/interagent/prmd) and
111
- [committee](https://github.com/interagent/committee).
112
-
113
- We need to change the schema path to the recommended by prmd:
114
-
115
- ```ruby
116
- ActiveModelSerializers.config.schema_path = 'docs/schema/schemata'
117
- ```
118
-
119
- We also need to structure our schemata according to Heroku's conventions
120
- (e.g. including
121
- [required metadata](https://github.com/interagent/prmd/blob/master/docs/schemata.md#meta-data)
122
- and [links](https://github.com/interagent/prmd/blob/master/docs/schemata.md#links).
123
-
124
- #### JSON Pointers
125
-
126
- If we plan to use [JSON
127
- Pointers](http://spacetelescope.github.io/understanding-json-schema/UnderstandingJSONSchema.pdf) we need to define the `id` attribute on the schema. Example:
128
-
129
- ```js
130
- // attributes.json
131
-
132
- {
133
- "id": "file://attributes.json#",
134
- "properties": {
135
- "name" : { "type" : "string" },
136
- "description" : { "type" : "string" }
137
- }
138
- }
139
- ```
140
-
141
- ```js
142
- // show.json
143
-
144
- {
145
- "properties": {
146
- "name": {
147
- "$ref": "file://attributes.json#/properties/name"
148
- },
149
- "description": {
150
- "$ref": "file://attributes.json#/properties/description"
151
- }
152
- }
153
- }
154
- ```