active_model_serializers/docs
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
..
general Rename Adapter.get to Adapter.lookup 2015-09-09 08:55:20 -05:00
howto add kaminari and will_paginate examples 2015-08-20 11:31:21 -03:00
README.md Add documentation about configuration options. 2015-08-28 20:01:56 +02:00

Docs - ActiveModel::Serializer 0.10.x

This is the documentation of AMS, it's focused on the 0.10.x version.


General

How to

Getting Help

If you find a bug, please report an Issue.

If you have a question, please post to Stack Overflow.

Thanks!

Contributing

See CONTRIBUTING.md