2424 </tr >
2525</table >
2626
27-
28- ## Documentation
29-
30- - [ 0.10 (master) Documentation] ( https://github.com/rails-api/active_model_serializers/tree/master )
31- - [ ![ API Docs] ( http://img.shields.io/badge/yard-docs-blue.svg )] ( http://www.rubydoc.info/github/rails-api/active_model_serializers/v0.10.0 )
32- - [ Guides] ( docs )
33- - [ 0.9 (0-9-stable) Documentation] ( https://github.com/rails-api/active_model_serializers/tree/0-9-stable )
34- - [ ![ API Docs] ( http://img.shields.io/badge/yard-docs-blue.svg )] ( http://www.rubydoc.info/github/rails-api/active_model_serializers/0-9-stable )
35- - [ 0.8 (0-8-stable) Documentation] ( https://github.com/rails-api/active_model_serializers/tree/0-8-stable )
36- - [ ![ API Docs] ( http://img.shields.io/badge/yard-docs-blue.svg )] ( http://www.rubydoc.info/github/rails-api/active_model_serializers/0-8-stable )
37-
3827## About
3928
4029ActiveModelSerializers brings convention over configuration to your JSON generation.
@@ -50,7 +39,7 @@ resource serialization. The serialization has the `#as_json`, `#to_json` and `#s
5039methods used by the Rails JSON Renderer. (SerializableResource actually delegates
5140these methods to the adapter.)
5241
53- By default ActiveModelSerializers will use the ** Attributes Adapter** .
42+ By default ActiveModelSerializers will use the ** Attributes Adapter** (no JSON root) .
5443But we strongly advise you to use ** JsonApi Adapter** , which
5544follows 1.0 of the format specified in [ jsonapi.org/format] ( http://jsonapi.org/format ) .
5645Check how to change the adapter in the sections below.
@@ -62,9 +51,6 @@ architecture. We'd love your help. [Learn how you can help here.](CONTRIBUTING.m
6251
6352It is generally safe and recommended to use the master branch.
6453
65- For more information, see the post '[ The future of
66- AMS] ( https://medium.com/@joaomdmoura/the-future-of-ams-e5f9047ca7e9 ) '.
67-
6854## Installation
6955
7056Add this line to your application's Gemfile:
@@ -97,6 +83,17 @@ If you'd like to chat, we have a [community slack](http://amserializers.herokuap
9783
9884Thanks!
9985
86+ ## Documentation
87+
88+ - [ 0.10 (master) Documentation] ( https://github.com/rails-api/active_model_serializers/tree/master )
89+ - [ ![ API Docs] ( http://img.shields.io/badge/yard-docs-blue.svg )] ( http://www.rubydoc.info/github/rails-api/active_model_serializers/v0.10.0 )
90+ - [ Guides] ( docs )
91+ - [ 0.9 (0-9-stable) Documentation] ( https://github.com/rails-api/active_model_serializers/tree/0-9-stable )
92+ - [ ![ API Docs] ( http://img.shields.io/badge/yard-docs-blue.svg )] ( http://www.rubydoc.info/github/rails-api/active_model_serializers/0-9-stable )
93+ - [ 0.8 (0-8-stable) Documentation] ( https://github.com/rails-api/active_model_serializers/tree/0-8-stable )
94+ - [ ![ API Docs] ( http://img.shields.io/badge/yard-docs-blue.svg )] ( http://www.rubydoc.info/github/rails-api/active_model_serializers/0-8-stable )
95+
96+
10097## High-level behavior
10198
10299Given a [ serializable model] ( lib/active_model/serializer/lint.rb ) :
@@ -156,6 +153,6 @@ serializer.associations
156153```
157154See [ ARCHITECTURE.md] ( docs/ARCHITECTURE.md ) for more information.
158155
159- # Contributing
156+ ## Contributing
160157
161158See [ CONTRIBUTING.md] ( CONTRIBUTING.md )
0 commit comments