active_model_serializers/lib/active_model_serializers
Benjamin Fleischer a0de45a4d8 Fix JSON:API: for_type_and_id should always inflect_type
Should Serializer._type ever be inflected?
Right now, it won't be, but association.serializer._type will be inflected.

That's the current behavior.
2017-10-29 21:23:48 -05:00
..
adapter Fix JSON:API: for_type_and_id should always inflect_type 2017-10-29 21:23:48 -05:00
test Fixes bug in Test::Schema when using filter_parameters 2017-02-06 14:58:36 -05:00
adapter.rb Improve Coverage 2016-06-07 01:50:03 -05:00
callbacks.rb Move SerializableResource to ActiveModelSerializers namespace 2016-03-30 11:33:04 +02:00
deprecate.rb re: RuboCop: Bulk minor style corrections 2016-06-20 22:12:16 +01:00
deserialization.rb Improve Coverage 2016-06-07 01:50:03 -05:00
json_pointer.rb add an extra format token to the primary data string so that JRuby doesn't break 2016-03-06 20:05:25 -06:00
logging.rb Handle render.ams with nil serializer or adapter 2016-03-28 21:33:23 -05:00
lookup_chain.rb Make serializer lookup configurable (#1757) 2016-11-16 18:38:40 +01:00
model.rb Required 2017-04-30 17:56:13 -05:00
railtie.rb re: RuboCop - replace rocket style hashes 2016-06-20 22:14:12 +01:00
register_jsonapi_renderer.rb re: RuboCop - Use nested module/class definition instead of compact style. 2016-06-20 22:15:20 +01:00
serializable_resource.rb This adds namespace lookup to serializer_for (#1968) 2016-11-09 07:57:39 -05:00
serialization_context.rb Fix #1759, Grape integration, adds serialization_context 2016-06-14 09:45:30 -05:00
test.rb Create assert_response_schema test helper 2016-01-15 00:45:56 -06:00