grape-active_model_serializers/lib
J.W. Koelewijn 906d772202 Look for namespace and other options to configure serializers
By default not all serializer options are considered (for instance
the :root option, or the :each_serializer option). This potentially
results in an incomplete configuration of the serializers used.

Added 2 specs to test this when used as a single endpoint and when
used within a namespace. At the moment it is fixed by plucking
the correct settings in the .build_options_from_endpoint,
but I could imagine that this is not exactly the right spot.
2015-01-14 16:35:11 +01:00
..
grape-active_model_serializers Look for namespace and other options to configure serializers 2015-01-14 16:35:11 +01:00
.rspec Initial commit 2013-04-04 20:10:51 +01:00
.travis.yml Add Ruby 2 & 2.1 to Travis 2014-10-12 23:02:08 +07:00
grape-active_model_serializers.rb Moves EndpointExtension into grape-active_model_serializers folder as we are not directly monkeypatching 2013-09-09 12:41:24 +01:00