active_model_serializers/lib/active_model/serializer
Alexandre de Oliveira bd27da1b76 Adds support for meta attribute
Currently, 0.10.0.pre doesn't support `meta` option in `render`. This
way, there's no way to support features such as pagination. `0.9` had
this feature in place.

This adds support for it, as well as fixes small things in README.md.

This won't support `meta` in array responses because arrays don't have
keys, obviously. Also, the response should have a `root` key, otherwise
no `meta` will be included.

In some cases, for example using JsonApi, ArraySerializer will result in
a response with a `root`. In that case, `meta` will be included.
2015-01-05 02:56:33 -02:00
..
adapter Fixes nested has_many links in JSONAPI 2014-11-13 16:38:47 -02:00
adapter.rb Adds support for meta attribute 2015-01-05 02:56:33 -02:00
array_serializer.rb Adds support for meta attribute 2015-01-05 02:56:33 -02:00
configuration.rb rename simple adapter to json 2014-08-29 11:01:39 +04:00
version.rb bump version to 0.10.0.pre 2014-08-22 17:02:05 -04:00