active_model_serializers/lib
Yehuda Katz df9ad0ef11 Improve serializers:
* Many nested levels of associations can now insert
  their information alongside the original when
  embed :ids, :include => true is true
* Add support for passing options to serializers
* Fix Array serializers so they don't try to insert
  roots for each child object and so they can be
  provided a root.
* TODO: Array serializers should require a root
* TODO: Make merging associations at the root more
  efficient if possible
2011-12-20 00:03:29 -08:00
..
action_controller Improve serializers: 2011-12-20 00:03:29 -08:00
active_model Improve serializers: 2011-12-20 00:03:29 -08:00
generators/serializer Remove test framework hook, closes #6 2011-12-06 09:46:07 +01:00
active_model_serializers.rb We can't just piggyback on serialization because it may already be included at this point. 2011-12-07 12:25:11 -08:00