active_model_serializers/lib
Yohan Robert b1fd43303c Fix relationship behavior when using block
When using the relationships DSL with a block e.g.
has_one :bio do
  link :self, "some_link"
end
the "data" field would be rendered with a nil value even though the bio
is not nil. This happened because the block return value was set to nil
but used as a value for the "data" field.
2016-02-10 21:04:37 +01:00
..
action_controller Add config.serializer_lookup_enabled that defaults true 2015-11-30 00:20:58 -06:00
active_model Fix relationship behavior when using block 2016-02-10 21:04:37 +01:00
active_model_serializers ensure that generators get configured correctly 2016-01-25 09:01:25 -08:00
generators/rails Only load generators when needed 2016-01-15 01:52:27 -06:00
grape Grape formatter feature requested in #1258 2015-12-10 10:06:40 +00:00
active_model_serializers.rb Require ActiveSupport's string/inflections 2016-01-31 13:45:58 -08:00