active_model_serializers/test
Benjamin Fleischer 19de5f7722 Introduce Adapter::Base
Breaking change:
- Adapters now inherit Adapter::Base
- 'Adapter' is now a module, no longer a class
Why?

- using a class as a namespace that you also inherit from is complicated and circular at time i.e.
  buggy (see https://github.com/rails-api/active_model_serializers/pull/1177)
- The class methods on Adapter aren't necessarily related to the instance methods, they're more
    Adapter functions
- named `Base` because it's a Rails-ism
- It helps to isolate and highlight what the Adapter interface actually is
2015-09-20 12:26:04 -05:00
..
action_controller Merge pull request #1168 from bf4/fix_appveyor 2015-09-17 10:05:40 -05:00
adapter Introduce Adapter::Base 2015-09-20 12:26:04 -05:00
fixtures Distinguish options ivar from local; Extract latent Adapter::CachedSerializer 2015-09-17 10:45:09 -05:00
generators Remove space in {} 2015-09-03 20:55:40 -05:00
serializers Introduce Adapter::Base 2015-09-20 12:26:04 -05:00
support Remove duplicate test helper 2015-09-16 08:54:33 -05:00
utils Extended format for JSONAPI include option. 2015-09-13 22:45:47 +02:00
active_record_test.rb Add lint tests for AR models. 2015-09-07 18:34:42 +02:00
adapter_test.rb Introduce Adapter::Base 2015-09-20 12:26:04 -05:00
array_serializer_test.rb Rubocop: Consistent spacing 2015-09-03 20:51:40 -05:00
capture_warnings.rb Make better use of Minitest's lifecycle 2015-09-06 07:34:42 -05:00
lint_test.rb Rubocop: Consistent spacing 2015-09-03 20:51:40 -05:00
logger_test.rb rubocop-fixes 2015-09-15 14:58:04 -04:00
poro_test.rb Lead by example: lint PORO model 2015-08-18 12:59:12 -04:00
serializable_resource_test.rb Encapsulate serialization in ActiveModel::SerializableResource 2015-07-23 11:05:23 -05:00
test_helper.rb env CAPTURE_STDERR=false lets devs see hard failures 2015-09-18 15:20:55 -05:00