active_model_serializers/lib
Onome 580492282f Fix #1759, Grape integration, adds serialization_context (#4)
* Fix #1759, Grape integration, adds serialization_context

- `serialization_context` is added in grape formatter so grape continues to render models without an explicit call to the `render` helper method
- Made it straightforward for subclasses to add other serializer options (such as `serialization_scope`).

* Updated Grape tests to include:
- paginated collections
- implicit Grape serializer (i.e. without explicit invocation of `render` helper method)

* Update Changelog with fixes.
2016-06-14 09:46:22 -05:00
..
action_controller Fix serialization scope options 2016-04-01 05:43:46 -05:00
active_model Provide convenience serializer_class for all the self.class calls 2016-06-07 20:28:50 -05:00
active_model_serializers Fix #1759, Grape integration, adds serialization_context 2016-06-14 09:45:30 -05:00
generators/rails Only load generators when needed 2016-01-15 01:52:27 -06:00
grape Fix #1759, Grape integration, adds serialization_context (#4) 2016-06-14 09:46:22 -05:00
active_model_serializers.rb Extract IncludeTree. (#1685) 2016-05-28 10:07:11 -04:00