search for: mymodelscontroller

Displaying 1 result from an estimated 1 matches for "mymodelscontroller".

Did you mean: mymodelcontroller
2012 Oct 01
1
active_model_serializers, more than one level deep of associations, specifying serializers per association
...itters, ~270 serializers), which means a lot of attribute and association name duplication, but it''s what I''ve got for now. Running into some circular reference issues: Started GET "/service/my_models" for 127.0.0.1 at 2012-10-01 16:56:29 -0400 Processing by MyModule::MyModelsController#index as JSON MyModel Load (3.5ms) SELECT "my_models".* FROM "my_models" MyModel2 Load (2.0ms) ... MyModel3 Load (0.9ms) ... MyModel4 Load (0.7ms) ... MyModel5 Load (7.0ms) ... MyModel6 Load (0.5ms) ... MyModel7 Load (2.9ms) ... MyModel8 Load (0.7ms) ... M...