• R
    Optimize SQL queries used in Groups::GroupMembersController#create · 66cfb901
    Rubén Dávila 提交于
    The following optimizations were performed:
    
    - Add new association to GroupMember and ProjectMember
    
      This new association will allow us to check if a user is a member of a
      Project or Group through a single query instead of two.
    
    - Optimize retrieving of Members when adding multiple Users
    66cfb901
project_spec.rb 77.4 KB