active_model_serializers/test/adapter/json_api
Bruno Bacarini 2c2f948fa0 Add pagination links automatically
Pagination links will be included in your response automatically as long
as the resource is paginated using Kaminari or WillPaginate
and if you are using a JSON-API adapter. The others adapters does not have this feature.
2015-08-18 19:04:04 -03:00
..
belongs_to_test.rb Adjusts JsonApi adapter to serialize relationships in a nested relationships hash 2015-05-21 16:35:35 +02:00
collection_test.rb updating tests to match new adapters structure 2015-06-15 13:39:36 -03:00
has_many_embed_ids_test.rb Adjusts JsonApi adapter to serialize relationships in a nested relationships hash 2015-05-21 16:35:35 +02:00
has_many_explicit_serializer_test.rb Adjusts JsonApi adapter to serialize relationships in a nested relationships hash 2015-05-21 16:35:35 +02:00
has_many_test.rb Fixes virtual value not being used 2015-06-29 10:48:12 +09:00
has_one_test.rb Fixes virtual value not being used 2015-06-29 10:48:12 +09:00
json_api_test.rb Add key option to serializer associations 2015-07-05 19:47:58 -03:00
linked_test.rb use model name to determine the type 2015-06-13 19:45:46 +10:00
pagination_links_test.rb Add pagination links automatically 2015-08-18 19:04:04 -03:00