active_model_serializers/test
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
..
action_controller Add pagination links automatically 2015-08-18 19:04:04 -03:00
adapter Add pagination links automatically 2015-08-18 19:04:04 -03:00
fixtures Update fragment cache to support namespaced objects 2015-08-17 17:12:30 -04:00
generators add serializer template test 2015-07-01 13:42:16 +09:00
serializers Use underscored json_root 2015-08-13 20:31:48 +03:00
adapter_test.rb Added a (failing) test for when inflecting API 2015-07-10 11:23:55 +09:30
array_serializer_test.rb remove resource and options attr_reader from array_serialize 2015-08-18 19:04:03 -03:00
capture_warnings.rb Capture and print app warnings on test run 2015-07-14 01:05:26 -05:00
lint_test.rb Add linter for serializable resource 2015-07-09 11:20:19 -05:00
serializable_resource_test.rb Encapsulate serialization in ActiveModel::SerializableResource 2015-07-23 11:05:23 -05:00
test_helper.rb Merge pull request #954 from bf4/encapsulate_serialization 2015-07-31 03:09:58 -03:00