active_model_serializers/lib/active_model/serializer
Benjamin Fleischer 363345b8dd Rename Adapter.get to Adapter.lookup
Per https://github.com/rails-api/active_model_serializers/pull/1017#discussion_r39003855
comment by sandstrom in discussion of the inherited hook

> I'm thinking that it would be better to register adapters manually, without using the hook, i.e.
> have people call ActiveModel::Serializer::Adapter.register directly (perhaps in an initializer).

> Possibly, some inspiration can be taken from how ActiveJob adapters are wired[1].

> [1] a11571cec3/activejob/lib/active_job/queue_adapter.rb (L52-L56)
2015-09-09 08:55:20 -05:00
..
adapter Ensure inheritance hooks run 2015-09-09 08:55:20 -05:00
adapter.rb Rename Adapter.get to Adapter.lookup 2015-09-09 08:55:20 -05:00
array_serializer.rb Add ArraySerializer#object like Serializer 2015-08-24 13:51:46 -05:00
association.rb Rubocop: Consistent spacing 2015-09-03 20:51:40 -05:00
associations.rb Fix warnings 2015-08-26 09:22:02 -05:00
belongs_to_reflection.rb Associations refactoring 2015-07-30 11:20:29 +03:00
collection_reflection.rb Associations refactoring 2015-07-30 11:20:29 +03:00
configuration.rb Add configuration option to set resource type to singular/plural with jsonapi. 2015-08-24 22:55:22 +02:00
fieldset.rb Ensure inheritance hooks run 2015-09-09 08:55:20 -05:00
has_many_reflection.rb Associations refactoring 2015-07-30 11:20:29 +03:00
has_one_reflection.rb Associations refactoring 2015-07-30 11:20:29 +03:00
lint.rb Rubocop: Consistent spacing 2015-09-03 20:51:40 -05:00
railtie.rb require rails/railtie before subclassing Rails::Railtie 2015-07-17 14:16:30 -05:00
reflection.rb Associations refactoring 2015-07-30 11:20:29 +03:00
singular_reflection.rb Associations refactoring 2015-07-30 11:20:29 +03:00
version.rb Style/StringLiterals single quote all the things 2015-09-03 20:50:45 -05:00