demarches-normaliennes/app
Nicolas Bouilleaud 1505d45be1 Optimize notifications queries for badges by using exists?, not present?
`ActiveRecord::Relation.exists?` yields a SQL EXISTS query, while `present?` is a method of Enumerable, which needs the actual result array to be queried.
2019-09-25 14:10:00 +02:00
..
assets stylesheets: make the actions bar sticky 2019-09-17 16:58:11 +02:00
controllers Add graphql end point 2019-09-24 10:47:21 +02:00
dashboards Rename gestionnaire in code to instructeur 2019-08-12 13:47:01 +02:00
fields manager: remove support for old pj 2019-07-30 16:11:17 +02:00
graphql Update graphql schema 2019-09-24 10:47:21 +02:00
helpers Remove “avec_lien” helpers now that Procedure.path cannot be nil 2019-09-17 16:30:48 +02:00
javascript Refactor and redesign publish modal 2019-09-17 16:30:48 +02:00
jobs ! NEED JOB REBOOT Move remind activation logic to user 2019-08-14 16:34:50 +02:00
lib Revert "Upload through proxy" 2019-09-19 09:13:41 +02:00
mailers Remove duplicated attachments 2019-09-17 18:12:53 +02:00
models Refactor Instructeur.notifications_* methods 2019-09-25 14:10:00 +02:00
policies Rename gestionnaire in code to instructeur 2019-08-12 13:47:01 +02:00
serializers Remove “avec_lien” helpers now that Procedure.path cannot be nil 2019-09-17 16:30:48 +02:00
services Add groupe_instructeur_label to export v1 2019-09-19 12:30:12 +02:00
validators gestion des 2 formats de bouton monavis 2019-09-17 13:39:45 +02:00
views Optimize notifications queries for badges by using exists?, not present? 2019-09-25 14:10:00 +02:00