Sélectionner une révision Git
tracks_controller.rb
-
Sybil a rédigé
- Tags weren't displayed. Solution : composite_primary_keys gem to manage the shi*** database design. - Json unreadable. Solution : active_model_serializers to select json fields. - SQL requests too slow. Solution : includes in place of joins (3x faster). PS : TY Zar.
Sybil a rédigé- Tags weren't displayed. Solution : composite_primary_keys gem to manage the shi*** database design. - Json unreadable. Solution : active_model_serializers to select json fields. - SQL requests too slow. Solution : includes in place of joins (3x faster). PS : TY Zar.