active_model_serializers/lib/active_model/serializer
Артём Большаков 2952a332e0 Associations refactoring
* Move all associations related code from Serializer class to Associations module
* Introduce Reflection class hierarchy
* Introduce Association class
* Rid off Serializer#each_association
* Introduce Serializer#associations enumerator
2015-07-30 11:20:29 +03:00
..
adapter Associations refactoring 2015-07-30 11:20:29 +03:00
adapter.rb Handle inflecting api to s/API/Api without side-effects 2015-07-17 14:09:13 -05:00
array_serializer.rb array serializer uses root option for json_key if available 2015-07-16 15:34:19 -06:00
association.rb Associations refactoring 2015-07-30 11:20:29 +03:00
associations.rb Associations refactoring 2015-07-30 11:20:29 +03:00
belongs_to_reflection.rb Associations refactoring 2015-07-30 11:20:29 +03:00
collection_reflection.rb Associations refactoring 2015-07-30 11:20:29 +03:00
configuration.rb enabling flatten json as default adapter 2015-06-15 13:49:24 -03:00
fieldset.rb pluralising root key when using arraySerializer 2015-06-15 15:59:01 -03:00
has_many_reflection.rb Associations refactoring 2015-07-30 11:20:29 +03:00
has_one_reflection.rb Associations refactoring 2015-07-30 11:20:29 +03:00
lint.rb Add linter for serializable resource 2015-07-09 11:20:19 -05:00
railtie.rb require rails/railtie before subclassing Rails::Railtie 2015-07-17 14:16:30 -05:00
reflection.rb Associations refactoring 2015-07-30 11:20:29 +03:00
singular_reflection.rb Associations refactoring 2015-07-30 11:20:29 +03:00
version.rb Bumps to 0.10.0.rc1 2015-04-22 03:06:06 -03:00