Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
1 résultat Searching

application.rb

  • Sybil's avatar
    3c57de4a
    O.K. : Tracks contain every useful data. · 3c57de4a
    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.
    3c57de4a
    Historique
    O.K. : Tracks contain every useful data.
    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.