demarches-normaliennes/app/controllers
François Vantomme c9b1095d1e Refactor (Rubocop): replace map{ … }.compact by filter_map
In Ruby 2.7, Enumerable#filter_map has been added.
This cop identifies places where map { … }.compact can be replaced by filter_map.

See: https://docs.rubocop.org/rubocop-performance/cops_performance.html#performancemapcompact
2021-06-11 15:38:09 +02:00
..
admin remove old route 2020-09-17 14:03:31 +02:00
administrateurs Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
api controllers: use template: rather than file: to render PDFs 2021-03-25 13:24:53 +01:00
champs Handle GeoJSON validation errors 2021-06-02 12:43:24 +02:00
concerns Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
devise sign_in: extract the procedure context to a ProcedureContextConcern 2019-01-17 11:07:09 +01:00
experts Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
france_connect disable france connect authentication for admin and instructeurs 2021-02-10 18:13:47 +01:00
instructeurs extract estimate_weight 2021-06-09 10:52:38 +02:00
manager Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
new_administrateur Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
super_admins super_admin: check password complexity client side 2020-12-15 16:26:09 +01:00
users fix procedure not found 2021-06-08 17:55:38 +02:00
admin_controller.rb Remove old css and js 2021-02-02 15:26:11 +01:00
api_controller.rb Enable flipflop on api requests 2019-03-12 14:02:55 +01:00
api_geo_test_controller.rb Update specs 2020-10-08 15:26:15 +02:00
application_controller.rb Fix (Sentry): prefer Rails secrets over ENV variables 2021-05-27 11:12:27 +02:00
attachments_controller.rb attachments: remove the buggy fallback 2020-04-09 10:40:08 +02:00
invites_controller.rb Fix apostrophes ‘ -> ’ 2021-05-26 18:05:14 +02:00
ping_controller.rb add maintenance mode 2020-06-22 11:17:22 +02:00
recherche_controller.rb avoid serializing long id list in case of huge procedure, search on it before 2021-05-20 12:08:04 +02:00
root_controller.rb ajout du selecteur de langue 2021-05-12 16:30:35 +02:00
saml_idp_controller.rb act as an saml identity provider 2020-11-16 12:19:54 +01:00
stats_controller.rb Refactor (Rubocop): replace map{ … }.compact by filter_map 2021-06-11 15:38:09 +02:00
super_admins_controller.rb super_admin: fix OTP generation 2021-02-11 11:14:14 +01:00
support_controller.rb Internationalization of the Contact page in FR and EN 2020-08-27 11:03:34 +02:00
webhook_controller.rb added helscout link for emails 2020-10-13 17:36:43 +02:00