Skip to content
Snippets Groups Projects
  1. Dec 03, 2019
  2. May 13, 2019
  3. Mar 25, 2019
    • Sean McGivern's avatar
      Remove N+1 queries from users autocomplete · c5f9b2be
      Sean McGivern authored
      Both of these were related to groups:
      
      1. We need to preload routes (using the `with_route` scope) if we're
         going to get the group's path.
      2. We were counting each group's members separately.
      
      They're in the same commit because the spec for N+1 detection wouldn't
      pass with only one of these fixes.
      c5f9b2be
  4. Feb 18, 2019
  5. Jul 16, 2018
  6. May 04, 2018
Loading